blob: 714a909907082d0153bc9cf241f2ef3ba0ebfe3e [file] [log] [blame]
Oliver Smith667f19b2019-11-08 18:16:30 +01001<configuration name="xml_rpc.conf" description="XML RPC">
2 <settings>
3 <!-- The port where you want to run the http service (default 8080) -->
4 <param name="http-port" value="8080"/>
5 <!-- if all 3 of the following params exist all http traffic will require auth -->
6 <param name="auth-realm" value="freeswitch"/>
7 <param name="auth-user" value="freeswitch"/>
8 <param name="auth-pass" value="works"/>
9 </settings>
10</configuration>