listbox@adamsbrothers.com
2004-Jul-06  20:47 UTC
[Asterisk-Users] odd behavior - adtran ta 850 + t100p
I've been working with an adtran ta 850 hooked to a t100p pretty much all
day today, and I haven't gotten past configuring zaptel.conf and
zapata.conf.  For some reason, when I pick up analog phone hooked up to
the first module of a quad fxs card in the second slot of the ta 850,
asterisk thinks that all four of the fxs modules in that card are going
off hook.  If I pick up a phone hooked to module 2 of the same fxs card
then asterisk (correctly) only sees that module go off hook.
When plugging a phone into any of the fxs pairs, I only get dial tone for
a second or two and then I get silence.  However, I can still dial
extensions and get through.  I'm not sure but maybe it is a config problem
with the ta 850, as it takes a little more manual configuration than the
ta 750 I worked with before.  Anybody have any pointers?
Here is the output on the console when I pick up a phone on module 1, and
module 2, respectively:
root@slack1:~# asterisk -r
Asterisk CVS-HEAD-07/06/04-12:37:58, Copyright (C) 1999-2004 Digium.
Written by Mark Spencer <markster@digium.com>
========================================================================Connected
to Asterisk CVS-HEAD-07/06/04-12:37:58 currently running on
slack1 (pid = 702)
- Remote UNIX connection
    -- Starting simple switch on 'Zap/5-1'
    -- Starting simple switch on 'Zap/6-1'
    -- Starting simple switch on 'Zap/7-1'
    -- Starting simple switch on 'Zap/8-1'
    -- Hungup 'Zap/5-1'
    -- Hungup 'Zap/6-1'
    -- Hungup 'Zap/7-1'
    -- Hungup 'Zap/8-1'
    -- Starting simple switch on 'Zap/5-1'
Jul  6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook
failed: Device or resource busy
Jul  6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook
failed: Device or resource busy
    -- Starting simple switch on 'Zap/6-1'
    -- Starting simple switch on 'Zap/7-1'
Jul  6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook
failed: Device or resource busy
    -- Starting simple switch on 'Zap/8-1'
    -- Hungup 'Zap/5-1'
    -- Hungup 'Zap/6-1'
    -- Hungup 'Zap/7-1'
    -- Hungup 'Zap/8-1'
    -- Starting simple switch on 'Zap/6-1'
    -- Hungup 'Zap/6-1'
Here is zaptel.conf:
span=1,0,0,esf,b8zs
loadzone = us
defaultzone=us
fxsks=1
fxoks=5-24
And here is zapata.conf:
[channels]
transfer=yes
context=default
language = en
usecallerid = no
hidecallerid = no
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
immediate=no
signalling=fxs_ks
echotraining=yes
group = 0
channel => 1
context=trusted
group = 1
signalling = fxo_ks
rxwink = 300
channel => 5-24
Any help appreciated,
-Jeff
Walker Haddock
2004-Jul-07  05:06 UTC
[Asterisk-Users] odd behavior - adtran ta 850 + t100p
Hi Jeff, Have you tried defining the other three fxo ports in the zaptel.conf file and then go ahead and reference them in the zapata.conf file. Maybe the zaptel drivers are not handling the intermediate tdm frames well. Other than that, it looks like a problem with the 850. Walker On Tue, Jul 06, 2004 at 10:47:00PM -0500, listbox@adamsbrothers.com wrote:> I've been working with an adtran ta 850 hooked to a t100p pretty much all > day today, and I haven't gotten past configuring zaptel.conf and > zapata.conf. For some reason, when I pick up analog phone hooked up to > the first module of a quad fxs card in the second slot of the ta 850, > asterisk thinks that all four of the fxs modules in that card are going > off hook. If I pick up a phone hooked to module 2 of the same fxs card > then asterisk (correctly) only sees that module go off hook. > > When plugging a phone into any of the fxs pairs, I only get dial tone for > a second or two and then I get silence. However, I can still dial > extensions and get through. I'm not sure but maybe it is a config problem > with the ta 850, as it takes a little more manual configuration than the > ta 750 I worked with before. Anybody have any pointers? > > Here is the output on the console when I pick up a phone on module 1, and > module 2, respectively: > > root@slack1:~# asterisk -r > Asterisk CVS-HEAD-07/06/04-12:37:58, Copyright (C) 1999-2004 Digium. > Written by Mark Spencer <markster@digium.com> > ========================================================================> Connected to Asterisk CVS-HEAD-07/06/04-12:37:58 currently running on > slack1 (pid = 702) > - Remote UNIX connection > -- Starting simple switch on 'Zap/5-1' > -- Starting simple switch on 'Zap/6-1' > -- Starting simple switch on 'Zap/7-1' > -- Starting simple switch on 'Zap/8-1' > -- Hungup 'Zap/5-1' > -- Hungup 'Zap/6-1' > -- Hungup 'Zap/7-1' > -- Hungup 'Zap/8-1' > -- Starting simple switch on 'Zap/5-1' > Jul 6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook > failed: Device or resource busy > Jul 6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook > failed: Device or resource busy > -- Starting simple switch on 'Zap/6-1' > -- Starting simple switch on 'Zap/7-1' > Jul 6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook > failed: Device or resource busy > -- Starting simple switch on 'Zap/8-1' > -- Hungup 'Zap/5-1' > -- Hungup 'Zap/6-1' > -- Hungup 'Zap/7-1' > -- Hungup 'Zap/8-1' > -- Starting simple switch on 'Zap/6-1' > -- Hungup 'Zap/6-1' > > > Here is zaptel.conf: > > span=1,0,0,esf,b8zs > loadzone = us > defaultzone=us > fxsks=1 > fxoks=5-24 > > And here is zapata.conf: > > [channels] > transfer=yes > > context=default > > language = en > usecallerid = no > hidecallerid = no > echocancel=yes > echocancelwhenbridged=yes > rxgain=0.0 > txgain=0.0 > immediate=no > signalling=fxs_ks > echotraining=yes > > group = 0 > channel => 1 > > context=trusted > group = 1 > > signalling = fxo_ks > rxwink = 300 > > channel => 5-24 > > Any help appreciated, > -Jeff > _______________________________________________ > 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-- ******** DataCrest, Inc. -- Technically Superior ****************** Walker Haddock http://www.datacrest.com DataCrest, Inc. e-mail: wh@datacrest.com 1634A Montgomery Hwy. phone: 1-888-941-3282, 1-205-335-8589 Birmingham, AL 35216 fax: 1-205-823-7838 ***********************************************************************
listbox@adamsbrothers.com wrote:>I've been working with an adtran ta 850 hooked to a t100p pretty much all >day today, and I haven't gotten past configuring zaptel.conf and >zapata.conf. For some reason, when I pick up analog phone hooked up to >the first module of a quad fxs card in the second slot of the ta 850, >asterisk thinks that all four of the fxs modules in that card are going >off hook. If I pick up a phone hooked to module 2 of the same fxs card >then asterisk (correctly) only sees that module go off hook. > >When plugging a phone into any of the fxs pairs, I only get dial tone for >a second or two and then I get silence. However, I can still dial >extensions and get through. I'm not sure but maybe it is a config problem >with the ta 850, as it takes a little more manual configuration than the >ta 750 I worked with before. Anybody have any pointers? > >Here is the output on the console when I pick up a phone on module 1, and >module 2, respectively: > >root@slack1:~# asterisk -r >Asterisk CVS-HEAD-07/06/04-12:37:58, Copyright (C) 1999-2004 Digium. >Written by Mark Spencer <markster@digium.com> >========================================================================>Connected to Asterisk CVS-HEAD-07/06/04-12:37:58 currently running on >slack1 (pid = 702) >- Remote UNIX connection > -- Starting simple switch on 'Zap/5-1' > -- Starting simple switch on 'Zap/6-1' > -- Starting simple switch on 'Zap/7-1' > -- Starting simple switch on 'Zap/8-1' > -- Hungup 'Zap/5-1' > -- Hungup 'Zap/6-1' > -- Hungup 'Zap/7-1' > -- Hungup 'Zap/8-1' > -- Starting simple switch on 'Zap/5-1' >Jul 6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook >failed: Device or resource busy >Jul 6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook >failed: Device or resource busy > -- Starting simple switch on 'Zap/6-1' > -- Starting simple switch on 'Zap/7-1' >Jul 6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook >failed: Device or resource busy > -- Starting simple switch on 'Zap/8-1' > -- Hungup 'Zap/5-1' > -- Hungup 'Zap/6-1' > -- Hungup 'Zap/7-1' > -- Hungup 'Zap/8-1' > -- Starting simple switch on 'Zap/6-1' > -- Hungup 'Zap/6-1' > > >Here is zaptel.conf: > >span=1,0,0,esf,b8zs >loadzone = us >defaultzone=us >fxsks=1 >fxoks=5-24 > >And here is zapata.conf: > >[channels] >transfer=yes > >context=default > >language = en >usecallerid = no >hidecallerid = no >echocancel=yes >echocancelwhenbridged=yes >rxgain=0.0 >txgain=0.0 >immediate=no >signalling=fxs_ks >echotraining=yes > >group = 0 >channel => 1 > >context=trusted >group = 1 > >signalling = fxo_ks >rxwink = 300 > >channel => 5-24 > >Any help appreciated, >-Jeff >_______________________________________________ >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 > > >Well I tried setting up the the unused fxo ports, tried setting them to unused, and even moved the fxs cards around in the bank to see if it would make any difference. No joy though. Anybody know how to run some self tests on this bank to be sure its the problem? I'm pretty sure adtran will fix or replace the bank, but I'm sure they are going to want me to explain the problem but I'm not sure what info they'll need.
Bisker, Scott (7805)
2004-Jul-08  10:33 UTC
[Asterisk-Users] odd behavior - adtran ta 850 + t100p
I've never used an 850, but I had similar problem on the 750 when I had the channel configured wrong in the 750 console. Have you tried reseting the config and making sure everything is FXS Loopstart. Also, have you tried another AMP-50 cable with your bank. I had a bad cable that was crossing signal with all channels. -sb -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Jeff Roberts Sent: Thursday, July 08, 2004 11:11 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] odd behavior - adtran ta 850 + t100p listbox@adamsbrothers.com wrote:>I've been working with an adtran ta 850 hooked to a t100p pretty much all >day today, and I haven't gotten past configuring zaptel.conf and >zapata.conf. For some reason, when I pick up analog phone hooked up to >the first module of a quad fxs card in the second slot of the ta 850, >asterisk thinks that all four of the fxs modules in that card are going >off hook. If I pick up a phone hooked to module 2 of the same fxs card >then asterisk (correctly) only sees that module go off hook. > >When plugging a phone into any of the fxs pairs, I only get dial tone for >a second or two and then I get silence. However, I can still dial >extensions and get through. I'm not sure but maybe it is a config problem >with the ta 850, as it takes a little more manual configuration than the >ta 750 I worked with before. Anybody have any pointers? > >Here is the output on the console when I pick up a phone on module 1, and >module 2, respectively: > >root@slack1:~# asterisk -r >Asterisk CVS-HEAD-07/06/04-12:37:58, Copyright (C) 1999-2004 Digium. >Written by Mark Spencer <markster@digium.com> >========================================================================>Connected to Asterisk CVS-HEAD-07/06/04-12:37:58 currently running on >slack1 (pid = 702) >- Remote UNIX connection > -- Starting simple switch on 'Zap/5-1' > -- Starting simple switch on 'Zap/6-1' > -- Starting simple switch on 'Zap/7-1' > -- Starting simple switch on 'Zap/8-1' > -- Hungup 'Zap/5-1' > -- Hungup 'Zap/6-1' > -- Hungup 'Zap/7-1' > -- Hungup 'Zap/8-1' > -- Starting simple switch on 'Zap/5-1' >Jul 6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook >failed: Device or resource busy >Jul 6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook >failed: Device or resource busy > -- Starting simple switch on 'Zap/6-1' > -- Starting simple switch on 'Zap/7-1' >Jul 6 22:30:03 WARNING[163850]: chan_zap.c:1288 zt_set_hook: zt hook >failed: Device or resource busy > -- Starting simple switch on 'Zap/8-1' > -- Hungup 'Zap/5-1' > -- Hungup 'Zap/6-1' > -- Hungup 'Zap/7-1' > -- Hungup 'Zap/8-1' > -- Starting simple switch on 'Zap/6-1' > -- Hungup 'Zap/6-1' > > >Here is zaptel.conf: > >span=1,0,0,esf,b8zs >loadzone = us >defaultzone=us >fxsks=1 >fxoks=5-24 > >And here is zapata.conf: > >[channels] >transfer=yes > >context=default > >language = en >usecallerid = no >hidecallerid = no >echocancel=yes >echocancelwhenbridged=yes >rxgain=0.0 >txgain=0.0 >immediate=no >signalling=fxs_ks >echotraining=yes > >group = 0 >channel => 1 > >context=trusted >group = 1 > >signalling = fxo_ks >rxwink = 300 > >channel => 5-24 > >Any help appreciated, >-Jeff >_______________________________________________ >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 > > >Well I tried setting up the the unused fxo ports, tried setting them to unused, and even moved the fxs cards around in the bank to see if it would make any difference. No joy though. Anybody know how to run some self tests on this bank to be sure its the problem? I'm pretty sure adtran will fix or replace the bank, but I'm sure they are going to want me to explain the problem but I'm not sure what info they'll need. _______________________________________________ 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