FS: internal profile -> greedy

When FW's LCR offers both AMR and GSM we are going
to get GSM from the BTS, but LCR gives priority to AMR.
So use our preference list to avoid codec switching
and glitched audio on call establishment.
This commit is contained in:
Wile E. Coyote 2019-03-12 12:26:40 +00:00
parent e79dc66e95
commit 6ec38238de

View file

@ -174,7 +174,7 @@
<!-- Can be 'true' or 'contact' -->
<!--<param name="multiple-registrations" value="contact"/>-->
<!--set to 'greedy' if you want your codec list to take precedence -->
<param name="inbound-codec-negotiation" value="generous"/>
<param name="inbound-codec-negotiation" value="greedy"/>
<!-- if you want to send any special bind params of your own -->
<!--<param name="bind-params" value="transport=udp"/>-->
<!--<param name="unregister-on-options-fail" value="true"/>-->