RestComm / restcomm-android-sdk

Android Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
http://www.restcomm.com/
GNU Affero General Public License v3.0
153 stars 109 forks source link

When 2nd call comes in, 1st call is not muted #830

Open jjsenay opened 6 years ago

jjsenay commented 6 years ago

Called my DID from my Cell phone registered as XXXXX in the Android SDK. Goto my DID IVR and selected my conf room. Was placed in the conf room with the hold music. Then I dialed from my home number to my IVR DID and pressed #1 to talk to me directly. My cell phone number +XXXX is in my DIAL Verb to forward the call. My cell phone rang. The little screen pop asked if I wanted to answer the call or decline. I accepted and the call was connected. The problem was that the call to the Conf. room did not mute. The conf room hold music was playing into the other call. When I accepted the new incoming call, the active first call did not Mute.

I could not hear the conf. room music on my home phone.

I was able to replicate this with other Telestax people.

atsakiridis commented 6 years ago

We Investigated and we need to brainstorm on it as the SDK has no control over what happens in the rest of android like PSTN calls, at least not right now. So we ll be providing info on that in the coming weeks

atsakiridis commented 6 years ago

We'll probably need to implement ConnectionService to cover such use cases.