]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update sangoma codec XML sample configuration file
authorMoises Silva <moy@sangoma.com>
Fri, 10 Sep 2010 16:15:34 +0000 (12:15 -0400)
committerMoises Silva <moy@sangoma.com>
Fri, 10 Sep 2010 16:15:34 +0000 (12:15 -0400)
conf/autoload_configs/sangoma_codec.conf.xml

index da4b8ed643bdfc60d328442e90f9781756600b2c..14fae63a6b0c480d233925adb1eecf746dc7c2d5 100644 (file)
@@ -8,25 +8,22 @@
                <param name="register" value="all"/>
                -->
 
-               <!-- List of codecs to not register with FreeSWITCH, by default this is empty,
+               <!-- 
+               List of codecs to not register with FreeSWITCH, by default this is empty,
                but you may want to not load PCMU and PCMA or may be others to not use your 
                vocallo resources in codecs that are done well and fast in software.    
                <param name="noregister" value="PCMU,PCMA"/>
                -->
-       </settings>
-
-       <vocallos> 
-
-               <!-- The name of the vocallo is the ethernet device name as displayed by ifconfig -->
-               <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>
 
+               <!--
+               Transcoding SOAP server URL. If you are installing the soap server (sngtc_server)
+               in the same box where FreeSWITCH, do not use this value, the default URL
+               that is hard-coded will work out of the box for local installations.
+               If you modify this value, you must configure your SOAP server (/etc/sngtc/sngtc_server.conf.xml)
+               to listen for HTTP requests on the same IP/port that you specify here.
+               <param name="soapserver" value="http://192.168.1.100:8080"/>
+               -->
+       </settings>
 
 </configuration>