]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update sangoma codec configuration
authorMoises Silva <moy@sangoma.com>
Wed, 30 Jun 2010 02:25:28 +0000 (22:25 -0400)
committerMoises Silva <moy@sangoma.com>
Wed, 30 Jun 2010 02:25:28 +0000 (22:25 -0400)
conf/autoload_configs/sangoma_codec.conf.xml

index 9176a41d3a63bc4a6af419e2bde3c6083dab209f..da4b8ed643bdfc60d328442e90f9781756600b2c 100644 (file)
@@ -5,13 +5,13 @@
                Comma separated list of codecs to register with FreeSWITCH, 
                by default (if this parameter is not set) all available codecs are registered.
                Valid codec values are: PCMU,PCMA,L16,G729,G726-32,GSM
-               <param name="load" value="all"/>
+               <param name="register" value="all"/>
                -->
 
                <!-- 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="noload" value="PCMU,PCMA"/>
+               <param name="noregister" value="PCMU,PCMA"/>
                -->
        </settings>