]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9771: add xml settings for mod_amr to reflect the recent code additions
authorDragos Oancea <droancea@yahoo.com>
Thu, 24 Nov 2016 21:52:13 +0000 (16:52 -0500)
committerDragos Oancea <droancea@yahoo.com>
Thu, 24 Nov 2016 21:58:15 +0000 (16:58 -0500)
conf/testing/autoload_configs/amr.conf.xml [new file with mode: 0644]
conf/vanilla/autoload_configs/amr.conf.xml [new file with mode: 0644]

diff --git a/conf/testing/autoload_configs/amr.conf.xml b/conf/testing/autoload_configs/amr.conf.xml
new file mode 100644 (file)
index 0000000..b780bda
--- /dev/null
@@ -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>
diff --git a/conf/vanilla/autoload_configs/amr.conf.xml b/conf/vanilla/autoload_configs/amr.conf.xml
new file mode 100644 (file)
index 0000000..b780bda
--- /dev/null
@@ -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>