I am running * 1.0.3 for some reason when I start * is does not appear to be parsing my zapata.conf file. I do not see any errors * just does not seem to know to look for zapata.conf. I am unable to use my FXO card to make calls or receive calls. I have been able to configure SIP to work correctly. Any help would be greatly appreciated, I spent most of last night searching for an answer. Thanks Jerry
On Wed, 29 Dec 2004 13:59:19 -0500, Jerry Rasmussen <jerry@cheesymouse.com> wrote:> I am running * 1.0.3 for some reason when I start * is does not appear to be parsing my zapata.conf file. I do not see any errors * just does not seem to know to look for zapata.conf. I am unable to use my FXO card to make calls or receive calls. I have been able to configure SIP to work correctly.I've not seen or heard of that before... but the first thing that comes to mind would be some module not being loaded in modules.conf? Since no one has responded yet, thought I'd throw out a shot in the dark :) Leif Madsen. http://www.leifmadsen.com
Also when I try to dial outbound I get the following errors channel.c:1920 ast_request: No channel type registered for 'Zap' and Unable to create channel of type 'Zap' (cause 66). My assumption is I am getting these errors because Zapata.conf is not being parsed ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Leif Madsen Sent: Wed 12/29/2004 2:16 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] zapata.conf not being parsed by * On Wed, 29 Dec 2004 13:59:19 -0500, Jerry Rasmussen <jerry@cheesymouse.com> wrote:> I am running * 1.0.3 for some reason when I start * is does not appear to be parsing my zapata.conf file. I do not see any errors * just does not seem to know to look for zapata.conf. I am unable to use my FXO card to make calls or receive calls. I have been able to configure SIP to work correctly.I've not seen or heard of that before... but the first thing that comes to mind would be some module not being loaded in modules.conf? Since no one has responded yet, thought I'd throw out a shot in the dark :) Leif Madsen. http://www.leifmadsen.com _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 4555 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041229/dd11b736/attachment.bin
You need two files to make the zapata stuff work: /etc/zaptel.conf /etc/asterisk/zapata.conf The first one (/etc/zaptel.conf), configures the Linux driver for the hardware. In theory, you could have another application other than Asterisk using the zaptel driver. The second one (/etc/asterisk/zapata.conf) contains the information Asterisk needs in order to use the zaptel driver. Asterisk uses /etc/asterisk/zapata.conf Linux uses /etc/zaptel.conf Also, did you run modprobe and ztcfg? The zaptel driver won't light up until you give it the spark. asterisk-users-bounces@lists.digium.com wrote:> I am running * 1.0.3 for some reason when I start * is does > not appear to be parsing my zapata.conf file. I do not see > any errors * just does not seem to know to look for > zapata.conf. I am unable to use my FXO card to make calls or > receive calls. I have been able to configure SIP to work correctly. > > Any help would be greatly appreciated, I spent most of last > night searching for an answer. > > > Thanks > Jerry > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/> asterisk-users > To > UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 28/12/2004 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 28/12/2004
You know I think the I compiled them in the wrong order. I bet you that is it. I will give it a try and let you know. ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Eric Wieling aka ManxPower Sent: Wed 12/29/2004 3:39 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] zapata.conf not being parsed by * Jerry Rasmussen wrote:> Also when I try to dial outbound I get the following errors > channel.c:1920 ast_request: No channel type registered for 'Zap' and > Unable to create channel of type 'Zap' (cause 66). My assumption is I am getting these errors because Zapata.conf is not being parsedOr you have a noload => chan_zap.so in /etc/asterisk/modules.conf or you installed Asterisk before you installed zaptel. Install zaptel before you install Asterisk or the chan_zap modules won't be built. You should also confirm that ztcfg -vvv shows your card and the correct ports. --Eric _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 4279 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041229/b64d69e4/attachment.bin
That was it. I compiled them in the wrong order. You know sometimes it really pays to read the instructions ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Jerry Rasmussen Sent: Wed 12/29/2004 3:56 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] zapata.conf not being parsed by * You know I think the I compiled them in the wrong order. I bet you that is it. I will give it a try and let you know. ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Eric Wieling aka ManxPower Sent: Wed 12/29/2004 3:39 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] zapata.conf not being parsed by * Jerry Rasmussen wrote:> Also when I try to dial outbound I get the following errors > channel.c:1920 ast_request: No channel type registered for 'Zap' and > Unable to create channel of type 'Zap' (cause 66). My assumption is I am getting these errors because Zapata.conf is not being parsedOr you have a noload => chan_zap.so in /etc/asterisk/modules.conf or you installed Asterisk before you installed zaptel. Install zaptel before you install Asterisk or the chan_zap modules won't be built. You should also confirm that ztcfg -vvv shows your card and the correct ports. --Eric _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 4651 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041229/f4dd85b3/attachment.bin