2
0

xml_rpc.conf.xml 667 B

12345678910111213141516
  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. <!-- regex pattern to match against commands called against this service.
  10. If a command with arguments matches, it will be logged at INFO level -->
  11. <!--<param name="commands-to-log" value=""/> -->
  12. </settings>
  13. </configuration>