-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support Asterisk 20.6 and newer versions #576
Comments
The document should read 18+ It was only while Asterisk was transitioning from chan_sip to pjsip that there was a consideration on the version number. Browser Phone supports any version of Asterisk great than 18, and FreeSWITCH, or any SIP-based PBX. |
it seems that even if i set dtlsverify=fingerprint , it still show InvalidAccessError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote offer sdp: Called with SDP without DTLS fingerprint. |
Rather use ‘webrtc=yes’ |
can i do this in sip.conf instead of pjsip? |
It’s technically possible for chan_sip to do webrtc. I would not tho. Pjsip is a lot more mature now. Just remember that you have to load only one sip library with load / noload in the modules.conf. They can both be loaded. If you have to use sip.conf then you must set all the settings (can’t just use webrtc=yes) |
thanks for the reply! after configuring webrtc=yes, the previous error are gone but i still can not call. |
Capture the sip trace, and post it here. Make sure it’s the invite from the browser to asterisk. |
the browser log shows
|
Ah, ok it’s chan_sip module struggling with it. Below is the last config I used before I stopped using chan sip. Make sure youse is the same as mine. For the certificate stuff, make a self signed certificate. https://github.com/InnovateAsterisk/Browser-Phone/blob/master/config/sip.conf |
it would be nice to support Asterisk 20.6 and newer versions
The text was updated successfully, but these errors were encountered: