xml_rpc.conf.xml 514 B

123456789101112
  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="$${xml_rpc_password}"/>
  9. <param name="commands-to-log" value=".*"/>
  10. </settings>
  11. </configuration>