sipml5 icon indicating copy to clipboard operation
sipml5 copied to clipboard

The world's first HTML5 SIP client (WebRTC)

Results 107 sipml5 issues
Sort by recently updated
recently updated
newest added

My current project needs to modify the sdp ,make it similar microsip.The project is very urgent.Please give me some help , Thank you very much.

Hi, On version 2.0.2 (at least), I have this warning in Chrome 50 console. It's in function WebRtc4all_Init, for this line of code ``` window.nativeURL = (window.webkitURL || window.URL); ```...

hwo can i solve it? this is my siptack config: realm: '192.168.31.133:8006', // mandatory: domain name impi: '302', // mandatory: authorization name (IMS Private Identity) impu: 'sip:[email protected]:5088', // mandatory: valid...

what was the workaround to make sipml5 working in safari with out plugin . new safari browser supports webrtc

Hello, I am building a web app using reactJS and I want to add audio and video functionality to it. I added sipml5 package using yarn, but when I initialized...

Hi i got this problem Set the "Effective Caller ID Name" or "effective_caller_id_name" = "Nakata" Make Call from that Extension to another No error with English name Set the "Effective...

Hi, have any testet the SIP Html5 with a FritzBox? I used the Demo(call.htm) and a Local Xampp Server and i dont work Private Identity*: 625 Public Identity*: sip:[email protected] Realm*:fritz.box...

Hi, I am trying to configure WebRTC using sipml5. It works fine on all other browsers except Safari where I receive a plugin failure message. I am using a Macbook...

# several depreciate warning on Firefox Version 56.0 (64-bit) ```text WebRTC interfaces with the “moz” prefix (mozRTCPeerConnection, mozRTCSessionDescription, mozRTCIceCandidate) have been deprecated. SIPml-api.js:49:15 onaddstream is deprecated! Use peerConnection.ontrack instead. SIPml-api.js:2428...

Person A maked a call to Person B and created active session. If Persone A terminate call session, everything works correctly. But if Person B terminate call session, dosnt fired...