2007-01-23 01:12:47 +00:00
|
|
|
<configuration name="xml_rpc.conf" description="XML RPC">
|
|
|
|
<settings>
|
|
|
|
<!-- The port where you want to run the http service (default 8080) -->
|
|
|
|
<param name="http-port" value="8080"/>
|
|
|
|
<!-- if all 3 of the following params exist all http traffic will require auth -->
|
2009-03-03 20:20:27 +00:00
|
|
|
<param name="auth-realm" value="freeswitch"/>
|
|
|
|
<param name="auth-user" value="freeswitch"/>
|
|
|
|
<param name="auth-pass" value="works"/>
|
2014-09-14 16:14:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- regex pattern to match against commands called against this service.
|
|
|
|
If a command with arguments matches, it will be logged at INFO level -->
|
|
|
|
<!--<param name="commands-to-log" value=""/> -->
|
|
|
|
|
2007-01-23 01:12:47 +00:00
|
|
|
</settings>
|
|
|
|
</configuration>
|