Hello, I have configured my TDM01B Card (1 FXO Port ) as follows (below) but it will not pick up an incoming call. Any suggestions/tools to see what the problem is? I have looked at zttool where this line changes but I don't understand what it means (The last digit changed from 0 to 1) Total/Conf/Act: 4/ 1/ 1 /etc/zaptel.conf fxsks=4 loadzone=nl defaultzone=nl /etc/asterisk/zapata.conf [channels] relaxdtmf=yes callwaiting=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes usecallerid=yes callwaiting=yes echocancel=yes echocancelwhenbridged=yes rxgain=0.0 txgain=0.0 Dial(ZAP/g1/1234567890,60) group=1 pickupgroup=1-4 immediate=no context=bell signalling=fxs_ks callerid=asreceived channel=1 context=incoming
On Tuesday 16 May 2006 18:38, Pieter Claassen wrote:> Hello, > > I have configured my TDM01B Card (1 FXO Port ) as follows (below) but it > will not pick up an incoming call. >I failed to mention that my service provider is UPC (Cable telephone). Pieter
Mojo with Horan & Company, LLC
2006-May-16 11:23 UTC
[Asterisk-Users] Netherlands zaptel.conf
You have in /etc/zaptel.conf> fxsks=4But in /etc/asterisk/zapata.conf> channel=1I could be wrong but methinks that should be channel=4? I've never set up a TDM card that didn't start at the first module socket, so I very well could be wrong. If that doesn't fix it you could move your FXO module to socket 1, and change zaptel.conf to read fxsks=1 Moj -- Mojo <mojo@horanappraisals.com> Office Manger, Horan & Company, LLC (907) 747-6666 x112
AFAIK UPC cable phone is a voip phone, and not PSTN Regards, Moutaz ---------- Original Message ----------- From: Pieter Claassen <pieter@claassen.co.uk> To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk- users@lists.digium.com> Sent: Tue, 16 May 2006 18:59:09 +0200 Subject: Re: [Asterisk-Users] Netherlands zaptel.conf> On Tuesday 16 May 2006 18:38, Pieter Claassen wrote: > > Hello, > > > > I have configured my TDM01B Card (1 FXO Port ) as follows (below) but it > > will not pick up an incoming call. > > > > I failed to mention that my service provider is UPC (Cable telephone). > > Pieter > _______________________________________________ > --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------- End of Original Message -------
On Wednesday 17 May 2006 08:48, Florian Overkamp wrote:> Michiel van Baak wrote: > > If you load the wcfxs module and everything works (cept for > > the asterisk answering the phoneline) all is correct. > > wcfxs is for connecting an analog phone, not a PSTN > > connection. I think you have the wrong module on you > > wildcard to interface with the PSTN net. > > > > Sorry. > > Whoa, good call! I totally ignored that options. > Pieter, what color is the module ? > > S110M = Green (for a phone device) > X100M = Red (for a phone line) >The module is red and plugged into the UPC line (phone line). I also moved the module from the 4th slot on the card to the first slot. I plugged a power source from the motherboard into the card (not sure if it is needed). So, it looks like I have the right module installed. Is the wcfxs the correct module to load for a fxo interface? Any further comments appreciated. Pieter root@backup:~ # lsmod |grep zap zaptel 225284 1 wcfxs crc_ccitt 2176 2 hisax,zaptel root@backup:~ # ztcfg -vv Zaptel Configuration ===================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured.
The correct module to load for a TDM Cards interface is wctdm see http://www.digium.com/en/docs/misc/quick_install_zaptel_asterisk.pdf Regards, Moutaz ---------- Original Message ----------- From: Pieter Claassen <pieter@claassen.co.uk> To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk- users@lists.digium.com> Sent: Wed, 17 May 2006 12:17:56 +0200 Subject: Re: [Asterisk-Users] Netherlands zaptel.conf> On Wednesday 17 May 2006 08:48, Florian Overkamp wrote: > > Michiel van Baak wrote: > > > If you load the wcfxs module and everything works (cept for > > > the asterisk answering the phoneline) all is correct. > > > wcfxs is for connecting an analog phone, not a PSTN > > > connection. I think you have the wrong module on you > > > wildcard to interface with the PSTN net. > > > > > > Sorry. > > > > Whoa, good call! I totally ignored that options. > > Pieter, what color is the module ? > > > > S110M = Green (for a phone device) > > X100M = Red (for a phone line) > > > > The module is red and plugged into the UPC line (phone line). > I also moved the module from the 4th slot on the card to the first > slot. I plugged a power source from the motherboard into the card > (not sure if it is needed). > > So, it looks like I have the right module installed. > > Is the wcfxs the correct module to load for a fxo interface? > > Any further comments appreciated. > > Pieter > > root@backup:~ # lsmod |grep zap > zaptel 225284 1 wcfxs > crc_ccitt 2176 2 hisax,zaptel > root@backup:~ # ztcfg -vv > > Zaptel Configuration > =====================> > Channel map: > > Channel 01: FXS Kewlstart (Default) (Slaves: 01) > > 1 channels configured. > _______________________________________________ > --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------- End of Original Message -------
Ok, eventually I gave up on the version of asterisk in Ubuntu breezy 1:1.0.9.dfsg-1 and compiled it from CVS (asterisk, libpri and zaptel driver) and all problems went away. It just looks like the code included in Breezy is a bit broken. Thanks for all the help. Pieter On Wednesday 17 May 2006 13:24, M.Masri wrote:> The correct module to load for a TDM Cards interface is wctdm > see http://www.digium.com/en/docs/misc/quick_install_zaptel_asterisk.pdf > > > Regards, > > Moutaz > > > ---------- Original Message ----------- > From: Pieter Claassen <pieter@claassen.co.uk> > To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk- > users@lists.digium.com> > Sent: Wed, 17 May 2006 12:17:56 +0200 > Subject: Re: [Asterisk-Users] Netherlands zaptel.conf > > > On Wednesday 17 May 2006 08:48, Florian Overkamp wrote: > > > Michiel van Baak wrote: > > > > If you load the wcfxs module and everything works (cept for > > > > the asterisk answering the phoneline) all is correct. > > > > wcfxs is for connecting an analog phone, not a PSTN > > > > connection. I think you have the wrong module on you > > > > wildcard to interface with the PSTN net. > > > > > > > > Sorry. > > > > > > Whoa, good call! I totally ignored that options. > > > Pieter, what color is the module ? > > > > > > S110M = Green (for a phone device) > > > X100M = Red (for a phone line) > > > > The module is red and plugged into the UPC line (phone line). > > I also moved the module from the 4th slot on the card to the first > > slot. I plugged a power source from the motherboard into the card > > (not sure if it is needed). > > > > So, it looks like I have the right module installed. > > > > Is the wcfxs the correct module to load for a fxo interface? > > > > Any further comments appreciated. > > > > Pieter > > > > root@backup:~ # lsmod |grep zap > > zaptel 225284 1 wcfxs > > crc_ccitt 2176 2 hisax,zaptel > > root@backup:~ # ztcfg -vv > > > > Zaptel Configuration > > =====================> > > > Channel map: > > > > Channel 01: FXS Kewlstart (Default) (Slaves: 01) > > > > 1 channels configured. > > _______________________________________________ > > --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 > > ------- End of Original Message ------- > > _______________________________________________ > --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