DoubangoTelecom / sipml5

The world's first HTML5 SIP client (WebRTC)
BSD 3-Clause "New" or "Revised" License
935 stars 455 forks source link

Sipml5 have issue For Hold/Resume in Chrome Last Version And FireFox last Version #323

Open majidbigdeli opened 5 years ago

majidbigdeli commented 5 years ago

Sipml5 have issue For Hold/Resume in Chrome Last Version And FireFox last Version; IN FireFox Last version Call Terminated

Udirley commented 5 years ago

Hello

In my case the following occurs ... I put in the standby and I retrieve it once, putting on hold the second time I can not retrieve the call. I appreciate you helping me. Test done in the latest chrome.

Using the latest version of mozilla the call terminates when trying to put it on hold. I am using asterisk 16.0.1.

In short ... In Chrome I can put and retrieve the wait only once, in Mozilla the call is ended on the first try.

dlethin commented 5 years ago

Your problem might be related to chrome entering into its next phase in the migration to the WebRTC unified plan. Google now implements the Unified-Plan by default for WebRTC in Chrome 72. See here for details. There is a link to a transition guide. It might be that specifying you want to use Plan-B will resolve your problem -- at least temporarily until the next phase when Google removes Plan-b implementation entirely.

dlethin commented 5 years ago

The fix @majidbigdeli mentioned is what we did as a short term fix. However, long term it will not be enough when Google releases a newer version of Chrome with the final phase of there unified-plan migration to remove support for plan-b entirely. Hopefully someone with a bit more application knowledge might be able to offer insight as to what if anything would need to change to fully support the unified-plan in sipml5. Another possibility might be that its the system the sipml5 application is connecting with that will need to change.

albertius661 commented 2 years ago

Hello, Chrome beta (Versión 95.0.4638.69 (Build oficial) (64 bits))no longer supports plan-b. I was not sure if I should update my pbx for the unified plan to work. After testing sip.js, I have seen that it works fine and it is a sipml5 problem. Anyone know any solution ?? Thanks.

vikashkeshri14 commented 2 years ago

Is anyone fixed this issue