forked from Mirrors/freeswitch
628077871f
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5131 d0543943-73ff-0310-b7d9-9358b9ac24b2
16 lines
779 B
XML
16 lines
779 B
XML
<configuration name="xml_curl.conf" description="cURL XML Gateway">
|
|
<bindings>
|
|
<binding name="example">
|
|
<!-- The url to a gateway cgi that can generate xml similar to
|
|
what's in this file only on-the-fly (leave it commented if you dont
|
|
need it) -->
|
|
<!-- one or more |-delim of configuration|directory|dialplan -->
|
|
<param name="gateway-url" value="http://www.mydomain.com/test.cgi" bindings="dialplan"/>
|
|
<!-- set this to provide authentication credentials to the server -->
|
|
<!--<param name="gateway-credentials" value="muser:mypass"/>-->
|
|
<!-- set to true to disable Expect: 100-continue lighttpd requires this setting -->
|
|
<!--<param name="disable-100-continue" value="true"/>-->
|
|
</binding>
|
|
</bindings>
|
|
</configuration>
|