Jose Limeres
2007-Apr-12 22:46 UTC
[asterisk-users] Zap failure: cause 66 - Channel not implemented
Hi, I just compiled and installed Asterisk-1.4.2 along with zaptel-1.4.1 and libpri-1.4.0 on a Debian machine with a TDM400P card. Everything goes ok but when I try to make a call through the ZAP channel get an error message about NO ZAP CHANNEL AVAILABLE. Ztcfg and zttool show the card correctly installed. When I tried to use the debug command ZAP SHOW, it was not present in the CLI. My question is: Is this an indication that Asterisk has not been correctly complied or is it normal that ZAP SHOW commands are not available in 1.4.2? Thanks for any hint. Jose Limeres <------------> -- Executing [856234758@default:1] Dial("SIP/502-081d6f28", "Zap/g1|60|to") in new stack [Apr 13 08:34:03] WARNING[4724]: channel.c:3024 ast_request: No channel type registered for 'Zap' [Apr 13 08:34:03] WARNING[4724]: app_dial.c:1090 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) == Auto fallthrough, channel 'SIP/502-081d6f28' status is 'CHANUNAVAIL'
Frederico Madeira
2007-Apr-13 07:22 UTC
[asterisk-users] Zap failure: cause 66 - Channel not implemented
Jose, Look for chan_zap.so into channel folder in your asterisk installation dir. If you only see chan_zap.c your module wasn't compiled. Try recompile asterisk. Run lsmod and see if zapata module is lodade, if not try modprobe zapata. In asterisk cli try to load module direct: module load chan_zap to see if any error happen. I had a similar problem using FC6 in kernel 2.6.20. To resolve I've use kernel i686 and kernel-devel i586. -- Frederico Madeira fmadeira@gmail.com www.madeira.eng.br 2007/4/13, Jose Limeres <jlimeres@gmail.com>:> Hi, > > I just compiled and installed Asterisk-1.4.2 along with zaptel-1.4.1 > and libpri-1.4.0 on a Debian machine with a TDM400P card. > Everything goes ok but when I try to make a call through the ZAP > channel get an error message about NO ZAP CHANNEL AVAILABLE. Ztcfg and > zttool show the card correctly installed. > > When I tried to use the debug command ZAP SHOW, it was not present in > the CLI. My question is: Is this an indication that Asterisk has not > been correctly complied or is it normal that ZAP SHOW commands are not > available in 1.4.2? > > Thanks for any hint. > Jose Limeres > > <------------> > -- Executing [856234758@default:1] Dial("SIP/502-081d6f28", > "Zap/g1|60|to") in new stack > [Apr 13 08:34:03] WARNING[4724]: channel.c:3024 ast_request: No > channel type registered for 'Zap' > [Apr 13 08:34:03] WARNING[4724]: app_dial.c:1090 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) > == Auto fallthrough, channel 'SIP/502-081d6f28' status is 'CHANUNAVAIL' > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Frederico Madeira fmadeira@gmail.com www.madeira.eng.br
Greg Woods
2007-Apr-13 08:59 UTC
[asterisk-users] Zap failure: cause 66 - Channel not implemented
On Fri, 2007-04-13 at 07:46 +0200, Jose Limeres wrote:> when I try to make a call through the ZAP > channel get an error message about NO ZAP CHANNEL AVAILABLE. Ztcfg and > zttool show the card correctly installed.> When I tried to use the debug command ZAP SHOW, it was not present in > the CLI.This almost surely means that when you compiled asterisk, it did not detect that you had the Zaptel drivers. I had this happen to me and I beat my head against the wall for quite a while before I figured it out. You must compile and install the zaptel driver first, then compile asterisk. --Greg
Sanjay Rajdev
2007-Apr-13 10:16 UTC
[asterisk-users] Zap failure: cause 66 - Channel not implemented
Which version of Zaptel and Asterisk are you using. If you have compiled Asterisk 1.4.2 with Zaptel 1.4.0 or a lesser version of Zaptel, you may face this problem. Regards, Sanjay Rajdev ----- Original Message ----- From: "Greg Woods" <greg@gregandeva.net> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Friday, April 13, 2007 9:29:43 PM (GMT+0530) Asia/Calcutta Subject: Re: [asterisk-users] Zap failure: cause 66 - Channel not implemented On Fri, 2007-04-13 at 07:46 +0200, Jose Limeres wrote:> when I try to make a call through the ZAP > channel get an error message about NO ZAP CHANNEL AVAILABLE. Ztcfg and > zttool show the card correctly installed.> When I tried to use the debug command ZAP SHOW, it was not present in > the CLI.This almost surely means that when you compiled asterisk, it did not detect that you had the Zaptel drivers. I had this happen to me and I beat my head against the wall for quite a while before I figured it out. You must compile and install the zaptel driver first, then compile asterisk. --Greg _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Greg Woods
2007-Apr-13 12:16 UTC
[asterisk-users] Zap failure: cause 66 - Channel not implemented
On Fri, 2007-04-13 at 22:42 +0530, Sanjay Rajdev wrote:> Which version of Zaptel and Asterisk are you using. > > If you have compiled Asterisk 1.4.2 with Zaptel 1.4.0 or a lesser version of Zaptel, you may face this problem.It happened to me with asterisk 1.4.1 and Zaptel 1.4.0 --Greg