Browse Source

changed the FreeSWITCH limit, FS can now handle 5000 channels and 200 calls per sec

3.12
clement 15 years ago
parent
commit
4b212331d8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      autoload_configs/switch.conf.xml

+ 3
- 3
autoload_configs/switch.conf.xml View File

@ -26,8 +26,8 @@
<param name="colorize-console" value="true"/>
<param name="mailer-app" value="sendmail"/>
<param name="mailer-app-args" value="-t"/>
<param name="max-sessions" value="1000"/>
<param name="sessions-per-second" value="50"/>
<param name="max-sessions" value="5000"/>
<param name="sessions-per-second" value="200"/>
<param name="max-dtmf-duration" value="192000"/>
<param name="min-dtmf-duration" value="400"/>
<param name="default-dtmf-duration" value="2000"/>
@ -45,4 +45,4 @@
<!--<param name="core-db-dsn" value="fs_core"/>-->
<!--<param name="core-dbtype" value="MSSQL"/>-->
</settings>
</configuration>
</configuration>

Loading…
Cancel
Save