Mark Davies
2007-Mar-09 00:13 UTC
[asterisk-users] Zaptel problem after upgrading to 1.2.16
Hi guys, I'm hoping I've made a silly mistake here, but I've been staring at the screen for the past few hours and I can't work it out. I upgraded to 1.2.16 recently, and am having problems with zaptel. The card is detected, I get a reasonable output from ztcfg -vv, and zttool shows the installed module (TDM400) with one FXS module. But when I start asterisk, I get an error saying that my IAX connection won't work in trunked mode because there's no timing interface. Zaptel doesn't show up in the output of show channeltypes. Should there be a problem with using the trunk version of zaptel, but 1.2.16 of asterisk? Are there any places that I can specifically load/enable the zaptel module? Any help much appreciated before I go insane... J Regards, Mark. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070309/6286be94/attachment.htm
Mark Davies
2007-Mar-09 02:05 UTC
[asterisk-users] RE: Zaptel problem after upgrading to 1.2.16
Further to this, I believe that my problem is that I'm also now running udev. When I compiled and installed Zaptel, I did the make install-udev step, however the permissions in my udev directory don't look correct. I am running Asterisk as root (this is on a debian system btw), but this is the content of my zaptel.rules file. # zaptel devices with ownership/permissions for running as non-root KERNEL=="zapctl", NAME="zap/ctl", OWNER="asterisk", GROUP="asterisk", MODE="0660" KERNEL=="zaptranscode", NAME="zap/transcode", OWNER="asterisk", GROUP="asterisk", MODE="0660" KERNEL=="zaptimer", NAME="zap/timer", OWNER="asterisk", GROUP="asterisk", MODE="0660" KERNEL=="zapchannel", NAME="zap/channel", OWNER="asterisk", GROUP="asterisk", MODE="0660" KERNEL=="zappseudo", NAME="zap/pseudo", OWNER="asterisk", GROUP="asterisk", MODE="0660" KERNEL=="zap[0-9]*", NAME="zap/%n", OWNER="asterisk", GROUP="asterisk", MODE="0660" zaptel.rules (END) What do I need to do for Asterisk to be able to see the Zaptel device while running as root? Again, any help is much appreciated. Regards, Mark. From: Mark Davies Sent: Friday, 9 March 2007 4:13 PM To: 'asterisk-users@lists.digium.com' Subject: Zaptel problem after upgrading to 1.2.16 Hi guys, I'm hoping I've made a silly mistake here, but I've been staring at the screen for the past few hours and I can't work it out. I upgraded to 1.2.16 recently, and am having problems with zaptel. The card is detected, I get a reasonable output from ztcfg -vv, and zttool shows the installed module (TDM400) with one FXS module. But when I start asterisk, I get an error saying that my IAX connection won't work in trunked mode because there's no timing interface. Zaptel doesn't show up in the output of show channeltypes. Should there be a problem with using the trunk version of zaptel, but 1.2.16 of asterisk? Are there any places that I can specifically load/enable the zaptel module? Any help much appreciated before I go insane... J Regards, Mark. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070309/d4b6305d/attachment.htm
Tzafrir Cohen
2007-Mar-09 02:16 UTC
[asterisk-users] Zaptel problem after upgrading to 1.2.16
On Fri, Mar 09, 2007 at 04:13:04PM +0900, Mark Davies wrote:> Hi guys, > > > > I'm hoping I've made a silly mistake here, but I've been staring at the > screen for the past few hours and I can't work it out. > > > > I upgraded to 1.2.16 recently, and am having problems with zaptel. > > > > The card is detected, I get a reasonable output from ztcfg -vv, and > zttool shows the installed module (TDM400) with one FXS module. >Can you use those modules from Asterisk? Do you get a dialtone on the phone?> > > But when I start asterisk, I get an error saying that my IAX connection > won't work in trunked mode because there's no timing interface. Zaptel > doesn't show up in the output of show channeltypes.Is there any? Is chan_zap.so loaded ? Do you even have /usr/lib/asterisk/modules/chan_zap.so ? If yes: do you have a valid timing source: try zttest .> > > > Should there be a problem with using the trunk version of zaptel, but > 1.2.16 of asterisk? >Did the same configuration work with other versions of Asterisk 1.2? What version of Zaptel do you have?> > > Are there any places that I can specifically load/enable the zaptel > module? >Do you have automatic modules loading enabled in modules.conf? -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
Drew Gibson
2007-Mar-09 08:04 UTC
[asterisk-users] Zaptel problem after upgrading to 1.2.16
Mark Davies wrote:> Hi guys, > > > > I'm hoping I've made a silly mistake here, but I've been staring at > the screen for the past few hours and I can't work it out. > > > > I upgraded to 1.2.16 recently, and am having problems with zaptel. > > > > The card is detected, I get a reasonable output from ztcfg -vv, and > zttool shows the installed module (TDM400) with one FXS module. > > > > But when I start asterisk, I get an error saying that my IAX > connection won't work in trunked mode because there's no timing > interface. Zaptel doesn't show up in the output of show channeltypes. > > > > Should there be a problem with using the trunk version of zaptel, but > 1.2.16 of asterisk? > > > > Are there any places that I can specifically load/enable the zaptel > module? >Is there a chan_zap.so in /usr/lib/asterisk/modules? Are you upgrading over an existing install of Asterisk, or did you remove the old ver first? I had trouble building Asterisk 1.2.15 with the 1.4 zaptel driver. Asterisk did not find the zaptel src and wouldn't build chan_zap.so. regards, Drew -- Drew Gibson Systems Administrator OANDA Corporation www.oanda.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070309/dd303c94/attachment.htm