]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add sangoma_codec.conf.xml sample configuration
authorMoises Silva <moy@sangoma.com>
Sat, 27 Mar 2010 22:20:14 +0000 (22:20 +0000)
committerMoises Silva <moy@sangoma.com>
Sat, 27 Mar 2010 22:20:14 +0000 (22:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17122 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/sangoma_codec.conf.xml [new file with mode: 0644]

diff --git a/conf/autoload_configs/sangoma_codec.conf.xml b/conf/autoload_configs/sangoma_codec.conf.xml
new file mode 100644 (file)
index 0000000..6cc977b
--- /dev/null
@@ -0,0 +1,20 @@
+<configuration name="sangoma_codec.conf" description="Sangoma Codec Configuration">
+
+       <settings>
+               <!-- nothing to put here yet -->
+       </settings>
+
+       <vocallos> 
+
+               <vocallo name="eth5">
+                       <!-- Starting UDP port for the vocallo -->
+                       <param name="baseudp" value="5000"/>
+                       <!-- Starting IP address to use for the vocallo modules -->
+                       <param name="vocalloaddr" value="10.1.1.100"/>
+               </vocallo>
+
+       </vocallos>
+
+
+</configuration>
+