lll@advancedcommunications.us
2004-Sep-16 16:12 UTC
[Asterisk-Users] Non-PRI T1 showing red
Could anyone with any experience with * over a non-PRI T1 help this newbie? I have a fractional T1 that is working fine through a channel bank, but I can't get any response on * using a T400P. My analog line and the extensions work fine, but the T400P port 1 shows a red led (what exactly does that tell me?). I brought up zttool which shows a condition red also, but ztcfg shows nothing amiss. There is no change when I unplug the cable to the T1 or re-insert it. When I load * it gives no error messages, at least none that appear to be such to me. I've looked thru all the related wiki info that I can find but I'm stumped. I am loading the drivers in the following order: modprobe zaptel modprobe tor2 modprobe wcfxo modprobe wcfxs Here's my configs in simplified form: #------ /etc/zaptel.conf -- Zaptel Configuration File # T400P span=1,1,0,esf,b8zs e&m=1-3 unused=4-24 # X100P fxsks=97 # TDM40 fxoks=98-101 loadzone = us defaultzone=us ;------ /etc/asterisk/zapata.conf -- Zapata Configuration file [channels] ; T400P with fractional T1 in port 1, ports 2-4 unused echocancel=yes echocancelwhenbridged=yes signalling=em_w group=1 usecallerid=no context=incomingT1 channel => 1-3 ; X100P pots line group=2 signalling=fxs_ks context=incomingPots channel => 97 ; TDM40 stations in ports 1-4 signalling=fxo_ks group context=internal callgroup=1 pickupgroup=1 channel => 98-101 ;------ /etc/asterisk/extensions.conf -- extension definitions ; [general] static=no writeprotect=no [globals] CONSOLE=Console/dsp ; Console interface for demo TGROUP=Zap/g1 ; T1 channels PGROUP=Zap/g2 ; Pots channels [incomingT1] exten => s,1,Dial,Zap/98 [incomingDID] exten => s,1,AGI(acs.agi) [incomingPots] exten => s,1,Dial,Zap/99 [internal] ignorepat => 9 exten => _9X.,1,Dial,Zap/g2/${EXTEN:1} exten => 111,1,Dial,Zap/98 exten => 222,1,Dial,Zap/99 exten => 333,1,AGI(lll-test.agi) exten => 333,2,Hangup exten => 444,1,AGI(acs.agi)
On Thu, 16 Sep 2004 16:12:10 -0700 (PDT), lll@advancedcommunications.us <lll@advancedcommunications.us> wrote:> Could anyone with any experience with * over a non-PRI T1 help this newbie? > I have a fractional T1 that is working fine through a channel bank, but I > can't get any response on * using a T400P. My analog line and the extensions > work fine, but the T400P port 1 shows a red led (what exactly does that tell > me?). I brought up zttool which shows a condition red also, but ztcfg shows > nothing amiss. There is no change when I unplug the cable to the T1 or > re-insert it. When I load * it gives no error messages, at least none that > appear to be such to me. I've looked thru all the related wiki info that I > can find but I'm stumped.On my E100P, a flashing red LED meant that there was no connection to the ISDN. When I switched the cable to a proper E1 cross over cable, everything was fine. Regards, Craig.