Hello all, I recently install a TDM04B with only 2 FXS modules. I just install Asterisk 1.0.3, zaptel 1.0.3, and libpri 1.0.3, all of these stable packages. I configured /etc/zaptel.conf like the following loadzone = us #loadzone = us-old #loadzone=gr #loadzone=it #loadzone=fr #loadzone=de #loadzone=uk #loadzone=fi #loadzone=jp #loadzone=sp #loadzone=no defaultzone=us fxsks=1-2 And the /etc/asterisk/zapata.conf like this. signalling=fxs_ks context=incoming channel => 1 signalling=fxs_ks context=incoming channel => 2 One of this for each channel. But when I start asterisk with asterisk -vvvcf, the machine where asterisk is instaled hangs up. Asterisk froozen the machine. Anybody knows how to solve the problem? Any clue will be appreciates. Regards, Ismael Gil.
The TDM04B coms with 4 FXO modules, a TDM20B would give you just 2 fxs modules http://www.digium.com/index.php?menu=wildcard_tdm400p2 In any case if you have 2 FXS modules in there then the correct setting is fxoks in the zaptel.conf file and fxo_ks in the zapata.conf. Hope this helps. On Mon, 10 Jan 2005 14:21:49 +0100, ismaelg <igil@itranser.com> wrote:> Hello all, > > I recently install a TDM04B with only 2 FXS modules. > > I just install Asterisk 1.0.3, zaptel 1.0.3, and libpri 1.0.3, all of > these stable packages. > > I configured /etc/zaptel.conf like the following > > loadzone = us > #loadzone = us-old > #loadzone=gr > #loadzone=it > #loadzone=fr > #loadzone=de > #loadzone=uk > #loadzone=fi > #loadzone=jp > #loadzone=sp > #loadzone=no > defaultzone=us > > fxsks=1-2 > > And the /etc/asterisk/zapata.conf like this. > > signalling=fxs_ks > context=incoming > channel => 1 > > signalling=fxs_ks > context=incoming > channel => 2 > > One of this for each channel. > > But when I start asterisk with asterisk -vvvcf, the machine where > asterisk is instaled hangs up. Asterisk froozen the machine. > > Anybody knows how to solve the problem? > Any clue will be appreciates. > > Regards, > > Ismael Gil. > > _______________________________________________ > 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 >
After this config, I just load the modules, doing that, modprobe wcfxs modprobe zaptel Then I make ztcfg, and I get that Zaptel Configuration ===================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) Channel 02: FXS Kewlstart (Default) (Slaves: 02) 2 channels configured. But when I try to start asterisk, I get a box crash just after parsing musiconhold. Any clue? Thanks Ismael Gil. ismaelg wrote:> Hello all, > > I recently install a TDM04B with only 2 FXS modules. > > I just install Asterisk 1.0.3, zaptel 1.0.3, and libpri 1.0.3, all of > these stable packages. > > I configured /etc/zaptel.conf like the following > > loadzone = us > #loadzone = us-old > #loadzone=gr > #loadzone=it > #loadzone=fr > #loadzone=de > #loadzone=uk > #loadzone=fi > #loadzone=jp > #loadzone=sp > #loadzone=no > defaultzone=us > > fxsks=1-2 > > And the /etc/asterisk/zapata.conf like this. > > > signalling=fxs_ks > context=incoming > channel => 1 > > signalling=fxs_ks > context=incoming > channel => 2 > > One of this for each channel. > > But when I start asterisk with asterisk -vvvcf, the machine where > asterisk is instaled hangs up. Asterisk froozen the machine. > > Anybody knows how to solve the problem? > Any clue will be appreciates. > > Regards, > > Ismael Gil. > > _______________________________________________ > 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 >
i> Channel 01: FXS Kewlstart (Default) (Slaves: 01) i> Channel 02: FXS Kewlstart (Default) (Slaves: 02) i> 2 channels configured. i> But when I try to start asterisk, I get a box crash just after parsing i> musiconhold. i> Any clue? * hangs or crashes ? And if it crashes: have you got any message on screen ? -- Best regards, Alessio mailto:afoc@interconnessioni.it
I'm running Asterisk/Zaptel on a Fedora Core 4 machine. The software runs ok with one exception. Zaptel appears to load OK on bootup, but when you check it on login, zttool still shows red/nop alarms on the T1 lines. I have to manually start it again for the alarms to disappear and the T1 lines to function properly. I've updated the drivers to 1.2.9.1 and double checked my configuration files to no effect. Any suggestions will be much appreciated. Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061004/d2aedaa1/attachment.htm
Had the same problem in fc2. Solution was to chkconfig zaptel off chkconfig asterisk off then in rc.local modprobe wct1xxp (i think) then ztcfg then start safe_asterisk. Dunno why. Hey, is OnStar using Asterisk? Details, please. -----Original Message----- From: Shea, Matt [mailto:Matt.Shea@ONSTAR.com] Sent: Wednesday, October 04, 2006 10:27 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Zaptel problems I'm running Asterisk/Zaptel on a Fedora Core 4 machine. The software runs ok with one exception. Zaptel appears to load OK on bootup, but when you check it on login, zttool still shows red/nop alarms on the T1 lines. I have to manually start it again for the alarms to disappear and the T1 lines to function properly. I've updated the drivers to 1.2.9.1 and double checked my configuration files to no effect. Any suggestions will be much appreciated. Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061004/415b82d5/attachment.htm
You didn't say, but my guess is you are using either a 4-port or 2-port Digium card, right? What do the contents of /etc/modprobe.d/zaptel look like? You will probably find that there isn't an entry like: install wct4xxp /sbin/modprobe --ignore-install wct4xxp $CMDLINE_OPTS && /sbin/ztcfg I put in a bug for this already, though in the report it's for FC5: http://bugs.digium.com/view.php?id=8071 Of course, tell me if this doesn't apply to your situation. - Brad> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Shea, Matt > Sent: Wednesday, October 04, 2006 2:35 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [asterisk-users] Zaptel problems > > Hmmm, > > It appears ztcfg is not being run. Any ideas why? > > Matt > 313-667-0970 > 8773948257@skytel.com > > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Bernardo Vieira > Sent: Wednesday, October 04, 2006 12:40 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Zaptel problems > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Is ztcfg running at boot after the zaptel modules have been loaded? > What's the output of ztcfg? > > > Shea, Matt wrote: > > I'm running Asterisk/Zaptel on a Fedora Core 4 machine. > The software > > runs ok with one exception. Zaptel appears to load OK on > bootup, but > > when you check it on login, zttool still shows red/nop alarms on the > T1 > > lines. I have to manually start it again for the alarms to > disappear > > and the T1 lines to function properly. I've updated the drivers to > > 1.2.9.1 and double checked my configuration files to no > effect. Any > > suggestions will be much appreciated. > > > > > > > > Matt > > > > > > > > > > > -------------------------------------------------------------- > ---------- > > > > _______________________________________________ > > --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 > > - -- > "What most profoundly divides two men is a different sense > and degree of cleanliness. What help is all honesty and > mutual utility, what help is all the good will for each > other: in the end the fact remains-they can't stand each > other?s smell!" > > - - Nietzsche > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFI+PS2QVs8jsa1mQRAnRKAKCYVjy0QKxm67RMyc3/kMw+i+sDkgCePu1U > zeKUkrOK4rPfnl4+HvnpEK8> =pxJ+ > -----END PGP SIGNATURE----- > _______________________________________________ > --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 > _______________________________________________ > --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 > >The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.