Hi List, I am from Peru, I have installed an asterisk server in my company with digium card E1 TE120P, I am having issues when i make calls, here the error from my server [Oct 18 09:13:50] WARNING[2377]: channel.c:3232 ast_request: No channel type registered for 'Zap' [Oct 18 09:13:50] WARNING[2377]: app_dial.c:1106 dial_exec_full: Unable to create channel of type 'Zap' (cause 66 - Channel not implemented) == Everyone is busy/congested at this time (1:0/0/1) My sources are: libpri-1.4.1.tar.gz zaptel-1.4.5.1.tar.gz asterisk-1.4.11.tar.gz asterisk-addons-1.4.2.tar.gz asterisk-perl-0.10.tar.gz I have 1/2 E1 from my provider telephony, my configuration is [root at pbxip ~]# cat /etc/zaptel.conf span=1,1,0,ccs,hdb3,crc4 bchan=1-15,17-31 dchan=16 loadzone = us defaultzone=us #cat /etc/asterisk/zapata.conf [channels] context=default switchtype = euroisdn pridialplan = unknown signalling = pri_cpe usecallerid=yes hidecallerid=no callwaiting=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes canpark=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes rxgain=0.0 txgain=0.0 immediate=no amaflags=documentation musiconhold=default ;Configure Channels group=0 callgroup=0 pickupgroup=0 channel => 1-4 group=1 callgroup=1 pickupgroup=1 channel => 5-8 group=2 callgroup=2 pickupgroup=2 channel => 9-12 group=3 callgroup=3 pickupgroup=3 channel => 13-14 group=4 callgroup=4 pickupgroup=4 channel => 15 I have could make calls but, after of some minutes my server is hung, suggestions are welcome. Thanks for any help in advance.
Make sure chan_zap.so is loaded. /b On Oct 18, 2007, at 9:34 AM, Pablo Almido wrote:> Hi List, > > I am from Peru, I have installed an asterisk server in my company with > digium card E1 TE120P, I am having issues when i make calls, here the > error from my server > > > [Oct 18 09:13:50] WARNING[2377]: channel.c:3232 ast_request: No > channel type registered for 'Zap' > [Oct 18 09:13:50] WARNING[2377]: app_dial.c:1106 dial_exec_full: > Unable to create channel of type 'Zap' (cause 66 - Channel not > implemented) > == Everyone is busy/congested at this time (1:0/0/1) > > > My sources are: > > libpri-1.4.1.tar.gz > zaptel-1.4.5.1.tar.gz > asterisk-1.4.11.tar.gz > asterisk-addons-1.4.2.tar.gz > asterisk-perl-0.10.tar.gz > > > > I have 1/2 E1 from my provider telephony, my configuration is > > [root at pbxip ~]# cat /etc/zaptel.conf > span=1,1,0,ccs,hdb3,crc4 > bchan=1-15,17-31 > dchan=16 > loadzone = us > defaultzone=us > > > > > > #cat /etc/asterisk/zapata.conf > [channels] > context=default > switchtype = euroisdn > pridialplan = unknown > signalling = pri_cpe > usecallerid=yes > hidecallerid=no > callwaiting=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > canpark=yes > cancallforward=yes > callreturn=yes > echocancel=yes > echocancelwhenbridged=yes > rxgain=0.0 > txgain=0.0 > immediate=no > amaflags=documentation > musiconhold=default > > > ;Configure Channels > group=0 > callgroup=0 > pickupgroup=0 > channel => 1-4 > group=1 > callgroup=1 > pickupgroup=1 > channel => 5-8 > group=2 > callgroup=2 > pickupgroup=2 > channel => 9-12 > group=3 > callgroup=3 > pickupgroup=3 > channel => 13-14 > group=4 > callgroup=4 > pickupgroup=4 > channel => 15 > > > I have could make calls but, after of some minutes my server is hung, > suggestions are welcome. Thanks for any help in advance. > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
On Thu, 2007-10-18 at 09:34 -0500, Pablo Almido wrote:> [Oct 18 09:13:50] WARNING[2377]: channel.c:3232 ast_request: No > channel type registered for 'Zap' > [Oct 18 09:13:50] WARNING[2377]: app_dial.c:1106 dial_exec_full: > Unable to create channel of type 'Zap' (cause 66 - Channel not > implemented) > == Everyone is busy/congested at this time (1:0/0/1)That would seem to indicate that the chan_zap.so module isn't being loaded. What happens if you type "module unload chan_zap.so" and then "module load chan_zap.so" from the Asterisk CLI? I'll bet you'll find that either there's a problem in your zapata.conf file, or that chan_zap hasn't been compiled for some reason. -- Jared Smith Community Relations Manager Digium, Inc.
Pablo - You said you have 1/2 E1 - which half??? That might be your problem. Unless 1/2 E1 means something else... Asterisk normally dials out on the low end unless you specify G instead of g ??? or something like that. Brett
ZAP/G1 will dial starting from channel 1. ZAP/R1 will dial starting from the last channel of the group. Pablo, please tell us what version of Linux and which distribution are you using. Maybe for the time being try the stock asterisk of your distro or the one they provide in the buildservice? On 10/18/07, Brett Crapser <brett at websmyths.com> wrote:> > Pablo - You said you have 1/2 E1 - which half??? > That might be your problem. Unless 1/2 E1 means something else... > Asterisk normally dials out on the low end unless you specify > G instead of g ??? or something like that. > > Brett > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >