2007-01-22 20:12:47 -05:00
|
|
|
<configuration name="xml_curl.conf" description="cURL XML Gateway">
|
2007-01-27 11:23:33 -05:00
|
|
|
<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"/>-->
|
|
|
|
</binding>
|
|
|
|
</bindings>
|
2007-01-22 20:12:47 -05:00
|
|
|
</configuration>
|