[Freeswitch-svn] [commit] r8489 - freeswitch/trunk/conf/autoload_configs
Freeswitch SVN
anthm at freeswitch.org
Tue May 20 13:15:33 EDT 2008
Author: anthm
Date: Tue May 20 13:15:33 2008
New Revision: 8489
Modified:
freeswitch/trunk/conf/autoload_configs/xml_curl.conf.xml
freeswitch/trunk/conf/autoload_configs/xml_rpc.conf.xml
Log:
added example to wrong config
Modified: freeswitch/trunk/conf/autoload_configs/xml_curl.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/xml_curl.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/xml_curl.conf.xml Tue May 20 13:15:33 2008
@@ -14,6 +14,8 @@
<!-- optional: if enabled this will disable CA root certificate checks by libcurl -->
<!-- note: default value is disabled. only enable if you want this! -->
<!-- <param name="ignore-cacert-check" value="true" /> -->
+ <!-- one or more of these imply you want to pick the exact variables that are transmitted -->
+ <!--<param name="enable-post-var" value="Unique-ID"/>-->
</binding>
</bindings>
</configuration>
Modified: freeswitch/trunk/conf/autoload_configs/xml_rpc.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/xml_rpc.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/xml_rpc.conf.xml Tue May 20 13:15:33 2008
@@ -6,7 +6,5 @@
<param name="auth-realm" value="freeswitch"/>
<param name="auth-user" value="freeswitch"/>
<param name="auth-pass" value="works"/>
- <!-- one or more of these imply you want to pick the exact variables that are transmitted -->
- <!--<param name="enable-post-var" value="Unique-ID"/>-->
</settings>
</configuration>
More information about the Freeswitch-svn
mailing list