-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
call failed with cause: Code: [488], Cause: Incompatible SDP, Reason: Not acceptable here #524
Comments
@tallyssonDev-cportal Theres FAQ's in the read me of the package that answers this. You need to setup your server codecs |
@mikaelwills Is there no way to add to the plugin a choice of which codecs can be used to solve this SDP issue? And one more question, of the listed codecs, are those that work for the plugin or those that don't? And thanks for the feedback! |
@tallyssonDev-cportal The codecs that are used come deep from within the WebRTC package, I think they're also determined by what hardware is being used so you really arent able to 'choose'. The ones listed in the FAQ are ones I observed in my outgoing SDP invite. In FreePBX for example there's list of checkboxes for codecs, make sure these ones are ticked. Easy. |
@tallyssonDev-cportal Actuallty yea so looking in your SDP there is:
These numbers: 111 63 9 102 0 8 13 110 126 Their names are defined here: Also chagtGPT provided this insight: 111: Typically used for Opus So these ^^ are what you should tick in your PBX server. I will ammend the FAQ's to find that line in your SDP then put in that link plus the gpt response and any other materials I find |
@mikaelwills I will look for this alternative and then come back with the result, thank you! |
We are experiencing the same issue with Following the sdp: v=0 |
Your SDP codecs line: m=audio 59031 UDP/TLS/RTP/SAVPF 111 9 8 0 126 Go into your server and tick these codecs: 111 Opus | High-quality, low-latency (48 kHz) |
Describe the bug
I can't make calls with dart-sip-ua, and I don't know what else I can do. I have configured SIP using the examples below, but without success. Is there something I forgot or did wrong?
Examples on my code
Obs.: The debug prints are in Brazilian Portuguese because it's my native languag
local_sip_impl.dart
config.dart
Logs
The text was updated successfully, but these errors were encountered: