mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 12:17:35 +00:00
Merge pull request #1076 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:add_conf_xml_amr to master
* commit '6b6cc67fbe2534db7914974cc7ad9ababc1ecddd': FS-9771: add xml settings for mod_amr to reflect the recent code additions
This commit is contained in:
commit
9cf54a270f
19
conf/testing/autoload_configs/amr.conf.xml
Normal file
19
conf/testing/autoload_configs/amr.conf.xml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<configuration name="amr.conf">
|
||||||
|
<settings>
|
||||||
|
<!-- AMR modes (supported bitrates) :
|
||||||
|
mode 0 AMR 4.75 kbps
|
||||||
|
mode 1 AMR 5.15 kbps
|
||||||
|
mode 2 AMR 5.9 kbps
|
||||||
|
mode 3 AMR 6.7 kbps
|
||||||
|
mode 4 AMR 7.4 kbps
|
||||||
|
mode 5 AMR 7.95 kbps
|
||||||
|
mode 6 AMR 10.2 kbps
|
||||||
|
mode 7 AMR 12.2 kbps
|
||||||
|
-->
|
||||||
|
<param name="default-bitrate" value="7"/>
|
||||||
|
<!-- Enable VoLTE specific FMTP -->
|
||||||
|
<param name="volte" value="0"/>
|
||||||
|
<!-- Enable automatic bitrate variation during the call based on RTCP feedback -->
|
||||||
|
<param name="adjust-bitrate" value="0"/>
|
||||||
|
</settings>
|
||||||
|
</configuration>
|
19
conf/vanilla/autoload_configs/amr.conf.xml
Normal file
19
conf/vanilla/autoload_configs/amr.conf.xml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<configuration name="amr.conf">
|
||||||
|
<settings>
|
||||||
|
<!-- AMR modes (supported bitrates) :
|
||||||
|
mode 0 AMR 4.75 kbps
|
||||||
|
mode 1 AMR 5.15 kbps
|
||||||
|
mode 2 AMR 5.9 kbps
|
||||||
|
mode 3 AMR 6.7 kbps
|
||||||
|
mode 4 AMR 7.4 kbps
|
||||||
|
mode 5 AMR 7.95 kbps
|
||||||
|
mode 6 AMR 10.2 kbps
|
||||||
|
mode 7 AMR 12.2 kbps
|
||||||
|
-->
|
||||||
|
<param name="default-bitrate" value="7"/>
|
||||||
|
<!-- Enable VoLTE specific FMTP -->
|
||||||
|
<param name="volte" value="0"/>
|
||||||
|
<!-- Enable automatic bitrate variation during the call based on RTCP feedback -->
|
||||||
|
<param name="adjust-bitrate" value="0"/>
|
||||||
|
</settings>
|
||||||
|
</configuration>
|
Loading…
x
Reference in New Issue
Block a user