switch.conf.xml 636 B

1234567891011121314151617
  1. <configuration name="switch.conf" description="Core Configuration">
  2. <settings>
  3. <param name="colorize-console" value="true"/>
  4. <!-- Max number of sessions to allow at any given time -->
  5. <param name="max-sessions" value="1000"/>
  6. <!--Most channels to create per second -->
  7. <param name="sessions-per-second" value="30"/>
  8. <!-- Default Global Log Level - value is one of debug,info,notice,warning,err,crit,alert -->
  9. <param name="loglevel" value="debug"/>
  10. <!-- RTP port range -->
  11. <param name="rtp-start-port" value="16384"/>
  12. <param name="rtp-end-port" value="32768"/>
  13. </settings>
  14. </configuration>