Repository URL to install this package:
|
Version:
1.4.15+git~20150322T190102Z~6bb9581656-1~trusty+1 ▾
|
freeswitch-conf-insideout
/
usr
/
share
/
freeswitch
/
conf
/
insideout
/
autoload_configs
/
xml_rpc.conf.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>