-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxml_curl.conf.xml
More file actions
20 lines (20 loc) · 871 Bytes
/
xml_curl.conf.xml
File metadata and controls
20 lines (20 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<configuration name="xml_curl.conf" description="cURL XML Gateway">
<bindings>
<binding name="configuration">
<param name="gateway-url" value="http://127.0.0.1:5000/api/configuration" bindings="configuration"/>
<param name="method" value="POST"/>
<param name"gateway-credentials" value"user:pass"/>
</binding>
<binding name="dialplan"/>
<param name="gateway-url" value="http://127.0.0.1:5000/api/dialplan" bindings="diaplan"/>
<param name="method" value="POST"/>
<param name="gateway-credentials" value"user:pass"/>
</binding>
<binding name="directory"/>
<param name="gateway-url" value="http://127.0.0.1:5000/api/directory" bindings="directory"/>
<param name="method" value="POST"/>
<param name="gateway-credentials" value"user:pass"/>
</binding>
</bindings>
</bindings>
</configuration>