]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
little note of warning for some folks just in case we had a question about the math...
authorBrian West <brian@freeswitch.org>
Tue, 28 Dec 2010 20:00:17 +0000 (14:00 -0600)
committerBrian West <brian@freeswitch.org>
Tue, 28 Dec 2010 20:00:25 +0000 (14:00 -0600)
conf/autoload_configs/switch.conf.xml

index 896dd0e712052b97968370557513945b8ab39577..fba809ba2cc954132e5ec681ce53c5ffc3fe407f 100644 (file)
   <settings>
     <!--Colorize the Console -->
     <param name="colorize-console" value="true"/>
-    <!--Most channels to allow at once -->
+    <!--
+       Max number of sessions to allow at any given time.
+       
+       NOTICE: If you're driving 28 T1's in a single box you should set this to 644*2 or 1288
+       this will ensure you're able to use the entire DS3 without a problem.  Otherwise you'll
+       be 144 channels short of always filling that DS3 up which can translate into waste.
+    -->
     <param name="max-sessions" value="1000"/>
     <!--Most channels to create per second -->
     <param name="sessions-per-second" value="30"/>