-
Notifications
You must be signed in to change notification settings - Fork 111
[BUG] Calling into Custom Android Client gets forwarded to VoiceMail #1928
Copy link
Copy link
Open
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
We're experiencing a big issue with listening to incoming calls on our devices - it stopped working completely using your Android SDK library:
callAgent.addOnIncomingCallListener()We didn't release any new version recently, and outgoing calls proceed to work, but incoming ones aren't even registered anymore. The user calling our device gets forwarded to VoiceMail immediately.
Exception or Stack Trace
In the following files you can see:
06-18 13:26; app package namecom.realwear.acswas waiting for incoming call with CallIdff3c03e8-ce17-4719-bef2-9c9a6bcfb8ddfrom MS Teams official desktop client for Mac. Instead of being received it was forwarded to VoiceMail.Additionally, below I have extracted some logs from
admins.teams.microsoft.comfor the associated CallIdTo Reproduce
This has a repro-rate of 4/7 using only the Desktop Client as the call initiator. To reproduce we only need to call from the Desktop Client into the custom app repeatedly and it will sometimes forward the user to VoiceMail.
We are happy to schedule a meeting with one of our devs to reproduce this in a controlled environment.
Code Snippet
callAgent.addOnIncomingCallListener()Expected behavior
The call should go through and be received on the app side.
Screenshots
N/A
Setup (please complete the following information):
Additional context
N/A
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report