I have just received a T100P and an Adtran TSU 600 in the mail. I seem to be having a problem with the T100P card. So far I have done the following: vi zaptel.conf fxoks=1-22 fxsks=23-24 ... vi zapata.conf ... signalling=fxo_ks ... channel => 1-22 ... signalling=fxs_ks ... channel => 23-24 I then run modprobe zaptel modprobe wct1xxp ztcfg -vv There are no errors to report. In /proc/zaptel/1 all of the configured channels are listed. However, I do not have an LED lit up on the T100P. To me, it makes sense that the green LED sould be lit up when the driver is loaded (like the TDM400P). Is an LED supposed to be lit up? Do I have my zaptel/zapata.conf files configured correctly? If I run the self test on my channel bank, I can get a dial tone on all phones plugged into it until it tries to check the T1 link. This triggers an Alarm and kills all of the dial tones. Any help is always appreciated. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
> -----Original Message----- > From: jerk face [mailto:jerkface2098@yahoo.com]> I seem to be having a problem with the T100P card. So > far I have done the following: > > vi zaptel.conf > fxoks=1-22 > fxsks=23-24 > ... > > vi zapata.conf > ... > signalling=fxo_ks > ... > channel => 1-22 > ... > signalling=fxs_ks > ... > channel => 23-24 > > I then run > modprobe zaptel > modprobe wct1xxp > ztcfg -vv > > There are no errors to report. In /proc/zaptel/1 all > of the configured channels are listed.Crazy question, is zaptel.conf is /etc or /etc/asterisk? If the latter, try: ztcfg -c /etc/asterisk/zaptel.conf -vvv --- Gavin
My zapata.conf is located in /etc/asterisk and my zaptel.conf is located in the /etc directory. --- "Adams, Gavin" <gadams@promisant.com> wrote:> > -----Original Message----- > > From: jerk face [mailto:jerkface2098@yahoo.com] > > > > I seem to be having a problem with the T100P card. > So > > far I have done the following: > > > > vi zaptel.conf > > fxoks=1-22 > > fxsks=23-24 > > ... > > > > vi zapata.conf > > ... > > signalling=fxo_ks > > ... > > channel => 1-22 > > ... > > signalling=fxs_ks > > ... > > channel => 23-24 > > > > I then run > > modprobe zaptel > > modprobe wct1xxp > > ztcfg -vv > > > > There are no errors to report. In /proc/zaptel/1 > all > > of the configured channels are listed. > > Crazy question, is zaptel.conf is /etc or > /etc/asterisk? If the latter, > try: > > ztcfg -c /etc/asterisk/zaptel.conf -vvv > > --- Gavin > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
Have you configured the TSU600 properly? You have to allocate each FXO/FXS channel to a timeslot before it will work. This is not automatically done (like the Adtran Total Access series). Mind you, you should still have a sync light on the T1 card... -wade> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of jerk face > Sent: Monday, August 25, 2003 3:01 PM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] T100P/ TSU 600 installation problem > > My zapata.conf is located in /etc/asterisk and my > zaptel.conf is located in the /etc directory. > > --- "Adams, Gavin" <gadams@promisant.com> wrote: > > > -----Original Message----- > > > From: jerk face [mailto:jerkface2098@yahoo.com] > > > > > > > I seem to be having a problem with the T100P card. > > So > > > far I have done the following: > > > > > > vi zaptel.conf > > > fxoks=1-22 > > > fxsks=23-24 > > > ... > > > > > > vi zapata.conf > > > ... > > > signalling=fxo_ks > > > ... > > > channel => 1-22 > > > ... > > > signalling=fxs_ks > > > ... > > > channel => 23-24 > > > > > > I then run > > > modprobe zaptel > > > modprobe wct1xxp > > > ztcfg -vv > > > > > > There are no errors to report. In /proc/zaptel/1 > > all > > > of the configured channels are listed. > > > > Crazy question, is zaptel.conf is /etc or > > /etc/asterisk? If the latter, > > try: > > > > ztcfg -c /etc/asterisk/zaptel.conf -vvv > > > > --- Gavin > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
What cable are you using, The SU600 to Digium cards need a crossover cable. 1 to 4 2 to 5 4 to 1 5 to 2 That would stop it from not working, also make sure that you have a span definition on the zaptel.con file. Message: 7 Date: Mon, 25 Aug 2003 12:52:12 -0700 (PDT) From: jerk face <jerkface2098@yahoo.com> Subject: RE: [Asterisk-Users] T100P/ TSU 600 installation problem To: asterisk-users@lists.digium.com Reply-To: asterisk-users@lists.digium.com Each port is set to the proper signalling type (FXO, FXS). I can't find any other options for the individual ports. As for the timing and configuration of NI, I have tried NI: Timing Mode as both DTE and NI (my only choices) Where else should I be checking? (Before this morning, I hadn't even seen a channel bank before, so I'm a little lost at the moment). Thanks for your time. --- Wade Weppler <weppler@wwworks-inc.com> wrote:> Have you configured the TSU600 properly? You have > to allocate each FXO/FXS > channel to a timeslot before it will work. This is > not automatically done > (like the Adtran Total Access series). > > Mind you, you should still have a sync light on the > T1 card... > > -wade > > > -----Original Message----- > > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users- > > admin@lists.digium.com] On Behalf Of jerk face > > Sent: Monday, August 25, 2003 3:01 PM > > To: asterisk-users@lists.digium.com > > Subject: RE: [Asterisk-Users] T100P/ TSU 600 > installation problem > > > > My zapata.conf is located in /etc/asterisk and my > > zaptel.conf is located in the /etc directory. > > > > --- "Adams, Gavin" <gadams@promisant.com> wrote: > > > > -----Original Message----- > > > > From: jerk face > [mailto:jerkface2098@yahoo.com] > > > > > > > > > > I seem to be having a problem with the T100P > card. > > > So > > > > far I have done the following: > > > > > > > > vi zaptel.conf > > > > fxoks=1-22 > > > > fxsks=23-24 > > > > ... > > > > > > > > vi zapata.conf > > > > ... > > > > signalling=fxo_ks > > > > ... > > > > channel => 1-22 > > > > ... > > > > signalling=fxs_ks > > > > ... > > > > channel => 23-24 > > > > > > > > I then run > > > > modprobe zaptel > > > > modprobe wct1xxp > > > > ztcfg -vv > > > > > > > > There are no errors to report. In > /proc/zaptel/1 > > > all > > > > of the configured channels are listed. > > > > > > Crazy question, is zaptel.conf is /etc or > > > /etc/asterisk? If the latter, > > > try: > > > > > > ztcfg -c /etc/asterisk/zaptel.conf -vvv > > > > > > --- Gavin > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > > > >http://lists.digium.com/mailman/listinfo/asterisk-users> > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > > http://sitebuilder.yahoo.com > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > >http://lists.digium.com/mailman/listinfo/asterisk-users> > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com