xml_rpc.conf.xml 451 B

12345678910
  1. <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>