Something for you to think about, your machines should be more than powerful enough to move that much data. If the system load is high, maybe you might want to look into what file type you where playing on the line to simulate the call. If it is playing a mp3, or a GSM file there is decompression and a lot of context switching going on on top of dealing with the calls.
I think you should first look into compiling your own kernel. You will sometimes see a pretty significant speed difference in just that. Then maybe look into the codecs being used. Try converting to slinear so there is no real compute load outside of the servicing of the E400P. On Wed, 2003-06-11 at 12:32, Carlos Carús wrote: > Martin Pycko escribió: > > >It should be good enough. The problem is propably in software > >configuration .... > > > >Martin > > > >On Wed, 11 Jun 2003, [UTF-8] Carlos Carús wrote: > > > > So if cable is ok, the problem must be one of these three: > > 1.- Config error, as Martin points (most probably) > 2.- System can't hold the load (humm..) > 3.- Faulty E400P? (don't want to beleive it) > > Let's suppose it's a config mistake... > > > Server#1 (caller) zaptel.conf: > ----------------------------------- > span=1,1,0,ccs,hdb3,crc4 > span=2,0,0,ccs,hdb3,crc4 > span=3,0,0,ccs,hdb3,crc4 > span=4,0,0,ccs,hdb3,crc4 > # Span 1 > bchan=1-15 > dchan=16 > bchan=17-31 > # Span 2 > bchan=32-46 > dchan=47 > bchan=48-62 > # Span 3 > bchan=63-77 > dchan=78 > bchan=79-93 > # Span 4 > bchan=94-108 > dchan=109 > bchan=110-124 > loadzone = fr > defaultzone = fr > > Server#2 (callee) zaptel.conf: > ----------------------------------- > span=1,1,0,ccs,hdb3,crc4 > span=2,0,0,ccs,hdb3,crc4 > span=3,0,0,ccs,hdb3,crc4 > span=4,0,0,ccs,hdb3,crc4 > # Span 1 > bchan=1-15 > dchan=16 > bchan=17-31 > # Span 2 > bchan=32-46 > dchan=47 > bchan=48-62 > # Span 3 > bchan=63-77 > dchan=78 > bchan=79-93 > # Span 4 > bchan=94-108 > dchan=109 > bchan=110-124 > loadzone = fr > defaultzone = fr > > > These are zapata.conf: > --------------------- > [channels] > context=inicio > switchtype=euroisdn > signalling=pri_cpe (pri_net in server#2) > rxwink=300 ; Atlas seems to use long (250ms) winks > usecallerid=yes > hidecallerid=no > callwaiting=yes > callwaitingcallerid=yes > threewaycalling=no > transfer=no > cancallforward=no > callreturn=no > echocancel=yes > echocancelwhenbridged=yes > rxgain=0.0 > txgain=0.0 > > group=1 > signalling=pri_cpe (pri_net in server#2) > channel => 1-15 > channel => 17-31 > channel => 32-46 > channel => 48-62 > channel => 63-77 > channel => 79-93 > channel => 94-108 > channel => 110-124 > > > Server#1 (caller) extensions.conf: > ----------------------------------- > [general] > static=yes > writeprotect=no > [inicio] > exten => s,1,PlayBack(laxana) > exten => s,2,Goto(s,1) > exten => t,1,hangup > exten => i,1,hangup > exten => o,1,hangup > exten => h,1,hangup > > > Server#2 (callee) extensions.conf > --------------------------------- > [general] > static=yes > writeprotect=no > [inicio] > exten => s,1,Answer > exten => s,2,Agi,600agi > exten => s,3,hangup > exten => t,1,hangup > exten => i,1,hangup > exten => o,1,hangup > exten => h,1,hangup > > > Do you see something weird??? > > > Thnaks people!!!!! -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users