[Asterisk-Dev] rewriting asterisk as a state machine? - Not

Steven Critchfield critch at basesys.com
Mon Mar 7 13:07:17 MST 2005


On Mon, 2005-03-07 at 14:56 -0500, Joel Vandal wrote:
> > I recently was able to run some tests on call density myself.
> >
> > I was using a Dual Processor Xeon 3.06GHz system with 4 4-port T1
> > cards
> > installed (for a total of 16 t1 ports)
> 
> Not sure to understand, but what kind of 4-port T1 cards do you use ? IIRC, 
> Zaptel have a limitation of ~250 channels ?

It only has a limitation of 250 channels if you use individual /dev/
entries for each channel. Read the code and you will see there is
another method of communicating with zap. 

Look in zaptel/zaptel.h
#define ZT_MAX_SPANS            128             /* Max, 128 spans */
#define ZT_MAX_CHANNELS         1024    /* Max, 1024 channels */
#define ZT_MAX_CONF                     1024    /* Max, 1024 conferences */

On my older install it is around lines 855-857
-- 
Steven Critchfield <critch at basesys.com>




More information about the asterisk-dev mailing list