freeswitch/conf/autoload_configs/xml_rpc.conf.xml
Anthony Minessale bcfb8c3e38 added example to wrong config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8489 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-20 17:15:33 +00:00

11 lines
451 B
XML

<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 -->
<param name="auth-realm" value="freeswitch"/>
<param name="auth-user" value="freeswitch"/>
<param name="auth-pass" value="works"/>
</settings>
</configuration>