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:
parent
e79dc66e95
commit
6ec38238de
1 changed files with 1 additions and 1 deletions
|
@ -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"/>-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue