Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > c4ba6c1c2d2ffa040a35079ac447cd08 > files > 75

freeswitch-config-vanilla-1.4.15-3.mga5.noarch.rpm

<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"/>


    <!-- regex pattern to match against commands called against this service.
         If a command with arguments matches, it will be logged at INFO level -->
    <!--<param name="commands-to-log" value=""/> -->

  </settings>
</configuration>