Hello,
i'm learning about voip, sip, webrtc.
I have Doubango framework configured and installed with this command line:
./configure --with-ssl --with-srtp --with-opus --with-ilbc --with-g729
In congratulations message i have:
G.729 audio codec: yes -> yes
In config of webrtc2sip i have:
<codecs>gsm,ilbc</codecs>
and enable-media-coder with yes value.
In sipML5 expert settings i have:
disable video, enable RTCWeb Breaker, WebSocket Server URL and Disable 3GPP Early IMS checked and filled.
I can register without any errors, but when i'm trying to make a simple audio call i'm getting error:
recv=SIP/2.0 488 Not Acceptable
Reason: text="No common codecs";cause=488;text="No common codecs"
./configure --with-ssl --with-srtp --with-g729 --with-opus --with-gsm --with-ilbc
All codecs are installed and in configure i have information about them:
ILBC audio codec: yes
GSM audio codec: yes
G.722 audio codec: yes
G.711 audio codec: yes
and others... but only g722 works from them.