FS: Give AMR codec priority on internal channels

This commit is contained in:
Keith Whyte 2021-12-04 07:59:59 +01:00
parent 9323de1c7c
commit 7a55de632c
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,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"/>-->