Greetings fellow kazooers! does anyone know if there are any bugs in Freeswitch in regards to codec negotiation ?
My Kazoo setup is refusing to accept incoming calls from my provider, but outbound calls works fine, the inbound call leg has PCMU and PCMA activated, and so has freeswitch...
I have this default setup in the freeswitch configs in regards to codecs:
/etc/kazoo/freeswitch/freeswitch.xml:
freeswitch.xml: <X-PRE-PROCESS cmd="set" data="codecs=OPUS,VP8,H263,H264,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,G729,GSM,Speex"/>
/etc/kazoo/freeswitch/sip_profiles/sipinterface_1.xml:
<!-- Codecs -->
<!--<param name="codec-prefs" value="$${codecs}"/>-->
<param name="inbound-codec-prefs" value="$${codecs}"/>
<param name="outbound-codec-prefs" value="$${codecs}"/>
<param name="inbound-codec-negotiation" value="greedy"/>
<param name="inbound-late-negotiation" value="true"/>
<!--<param name="bitpacking" value="aal2"/> -->
<param name="disable-transcoding" value="false"/>
<!--<param name="NDLB-allow-bad-iananame" value="true"/>-->
<param name="t38-passthru" value="true"/>
Any pointers or help is greatly appreciated!
Cheers