]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
added example to wrong config
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 20 May 2008 17:15:33 +0000 (17:15 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 20 May 2008 17:15:33 +0000 (17:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8489 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/xml_curl.conf.xml
conf/autoload_configs/xml_rpc.conf.xml

index b3182550683ff78767e1f4451e79d3718dd7b834..c4f3f9b63c8acd408033ed59543aca3d2cf006a3 100644 (file)
@@ -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>
index 4b285079f978baf0b6a7cc2b475575ddc84a97ba..714a909907082d0153bc9cf241f2ef3ba0ebfe3e 100644 (file)
@@ -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>