2
0

xml_curl.conf.xml 1.2 KB

123456789101112131415161718192021
  1. <configuration name="xml_curl.conf" description="cURL XML Gateway">
  2. <bindings>
  3. <binding name="example">
  4. <!-- The url to a gateway cgi that can generate xml similar to
  5. what's in this file only on-the-fly (leave it commented if you dont
  6. need it) -->
  7. <!-- one or more |-delim of configuration|directory|dialplan -->
  8. <!-- <param name="gateway-url" value="http://www.freeswitch.org/gateway.xml" bindings="dialplan"/> -->
  9. <!-- set this to provide authentication credentials to the server -->
  10. <!--<param name="gateway-credentials" value="muser:mypass"/>-->
  11. <!-- set to true to disable Expect: 100-continue lighttpd requires this setting -->
  12. <!--<param name="disable-100-continue" value="true"/>-->
  13. <!-- optional: if enabled this will disable CA root certificate checks by libcurl -->
  14. <!-- note: default value is disabled. only enable if you want this! -->
  15. <!-- <param name="ignore-cacert-check" value="true" /> -->
  16. <!-- one or more of these imply you want to pick the exact variables that are transmitted -->
  17. <!--<param name="enable-post-var" value="Unique-ID"/>-->
  18. </binding>
  19. </bindings>
  20. </configuration>