Jason Piterak
2003-Oct-14 14:12 UTC
[Asterisk-Users] T100P to Adtran TA750 - No dialtone or ring
Hello all,
I've got a T100P connected to an Adtran TA750 with a T1 crossover...
This connects to a patch panel with phone ports. The Adtran is fully
populated with FXS cards.
All I get on any phone port is a fast clicking noise... No dialtone.
Asterisk 'sees' the card, (the channels show up in /proc/zaptel).
Incoming calls are routed to the zap/x channel, but no ring.
I'm hoping I'm overlooking something stupid.
Thanks ahead of time...
--Jason
Here are some (possibly) relevant snippits from various places:
o T100 LED shows green...
o Not showing any errors in /var/log/asterisk/messages (debug logging enabled)
o Adtran config is set to:
--> 2. Provisioning Templates
--> 1. Factory Default (ESF,B8ZS,Loopstart)'
o OS/hardware:
System OS:
debian testing/unstable
kernel: Custom 2.4.22-ck
(Con Kolivas patch set:
o Preempt
o Low-latency
o AA vm hacks
o RL2 Desktop Tuning
o Debian logo in FB)
Digium Cards:
T100P -->FXS
X100P -->FXO
o Asterisk version:
Asterisk CVS-10/02/03-17:52:20
------------------
asterisk:~# cat /proc/zaptel/1
Span 1: WCT1/0 "Digium Wildcard T100P T1/PRI Card 0" B8ZS/ESF
IRQ misses: 21904
1 WCT1/0/1 FXOKS (In use)
2 WCT1/0/2 FXOKS (In use)
3 WCT1/0/3 FXOKS (In use)
4 WCT1/0/4 FXOKS (In use)
5 WCT1/0/5 FXOKS (In use)
6 WCT1/0/6 FXOKS (In use)
7 WCT1/0/7 FXOKS (In use)
8 WCT1/0/8 FXOKS (In use)
9 WCT1/0/9 FXOKS (In use)
10 WCT1/0/10 FXOKS (In use)
11 WCT1/0/11 FXOKS (In use)
12 WCT1/0/12 FXOKS (In use)
13 WCT1/0/13 FXOKS (In use)
14 WCT1/0/14 FXOKS (In use)
15 WCT1/0/15 FXOKS (In use)
16 WCT1/0/16 FXOKS (In use)
17 WCT1/0/17 FXOKS (In use)
18 WCT1/0/18 FXOKS (In use)
19 WCT1/0/19 FXOKS (In use)
20 WCT1/0/20 FXOKS (In use)
21 WCT1/0/21 FXOKS (In use)
22 WCT1/0/22 FXOKS (In use)
23 WCT1/0/23 FXOKS (In use)
24 WCT1/0/24 FXOKS (In use)
------------
asterisk:~# cat /proc/zaptel/2
Span 2: WCFXO/0 "Wildcard X101P Board 1"
25 WCFXO/0/0 FXSKS (In use)
-----------
asterisk:/etc/asterisk# cat /etc/zaptel.conf
#T1:
span=1,0,0,esf,b8zs
fxoks=1-24
loadzone = us
defaultzone=us
#X100P - Single-line FXO card
fxsks=25
---------
asterisk:/etc/asterisk# cat zapata.conf
...
[channels]
;T1-fxo (incomming channels) on the channel bank
;-----------------
; <Section commented out until we have an fxo card in the CB>
;context = bell
;language = en
;signalling = fxs_ks
;usecallerid = yes
;hidecallerid = no
;echocancel = yes
;echocancelwhenbridged = no
;;if immediate is set to yes, asterisk will automatically answer the line
;;and jump to the 's' extension for the context.
;;immediate = yes
;group = 1
;channel => 1
;T1-fxs (inside handsets) on the channel bank
context = local
language = en
signalling = fxo_ks
rxwink = 300
usecallerid = yes
hidecallerid = no
callwaiting = no
;callwaitingcallerid=yes <--Change if Callwaiting is yes
threewaycalling = yes
transfer = yes
cancelforward = yes
callreturn = no
echocancel = yes
echocanelwhenbridged = no
immediate = no
rxgain=0.0
txgain=0.0
channel => 1-24
...
;SinglePort-fxo (incomming channels)
context = bell
language = en
signalling = fxs_ks
usecallerid = yes
hidecallerid = no
echocancel = yes
echocancelwhenbridged = no
;if immediate is set to yes, asterisk will automatically answer the line
;and jump to the 's' extension for the context.
immediate = yes
group = 1
channel => 25
-------------
Console during a call being routed to zap/1:
-- Starting simple switch on 'Zap/25-1'
-- Executing BackGround("Zap/25-1", "thankyou") in new
stack
-- Playing 'thankyou'
== CDR updated on Zap/25-1
-- Executing Goto("Zap/25-1", "mainmenu|s|2") in new
stack
-- Goto (mainmenu,s,2)
-- Executing BackGround("Zap/25-1",
"greeting-announcements") in new stack
-- Playing 'greeting-announcements'
== CDR updated on Zap/25-1
-- Executing Goto("Zap/25-1", "routing|300|1") in new
stack
-- Goto (routing,300,1)
-- Executing Macro("Zap/25-1", "oneline|300|Zap/1") in
new stack
-- Executing DBget("Zap/25-1", "fwdexten=CFU/300") in
new stack
-- DBget: varname=fwdexten, family=CFU, key=300
-- DBget: Value not found in database.
-- Executing Goto("Zap/25-1", "s|4") in new stack
-- Goto (macro-oneline,s,4)
-- Executing Dial("Zap/25-1", "Zap/1||") in new stack
-- Called 1
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Hungup 'Zap/1-1'
== Spawn extension (macro-oneline, s, 4) exited non-zero on 'Zap/25-1'
in macro 'oneline'
== Spawn extension (routing, s, 1) exited non-zero on 'Zap/25-1'
----------------
asterisk:~# lsmod
Module Size Used by Not tainted
soundcore 3876 0 (autoclean)
wcusb 21888 0 (unused)
wcfxo 8352 1
wct1xxp 12704 24
zaptel 180064 54 [wcusb wcfxo wct1xxp]
ppp_generic 17668 0 [zaptel]
slhc 5216 0 [ppp_generic]
serial 48228 1 (autoclean)
sis900 14476 1
crc32 2896 0 [sis900]
--
---------------------------------------------
Jason Piterak
CIS Technical Services
Public Key available at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4966BB8C
Ken Godee
2003-Oct-14 15:39 UTC
[Asterisk-Users] T100P to Adtran TA750 - No dialtone or ring
Jason Piterak wrote:> Hello all, > > I've got a T100P connected to an Adtran TA750 with a T1 crossover... > This connects to a patch panel with phone ports. The Adtran is fully > populated with FXS cards. > All I get on any phone port is a fast clicking noise... No dialtone. > Asterisk 'sees' the card, (the channels show up in /proc/zaptel). > Incoming calls are routed to the zap/x channel, but no ring. > > I'm hoping I'm overlooking something stupid. > > Thanks ahead of time... > > --Jason >Does the light on front of the TA750 show that the channel is up? Can you do diags thru the TA750 admin port to your phones? ring, etc.? Do you have the most current TA750 firmware (L35?)?
Uriel Carrasquilla
2003-Oct-14 18:31 UTC
[Asterisk-Users] T100P to Adtran TA750 - No dialtone or ring
Don't forget to reverse the FXO/FXS in the TA750. They are opposite to the
asterisk config files.
Uriel
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Jason Piterak
Sent: Tuesday, October 14, 2003 5:13 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] T100P to Adtran TA750 - No dialtone or ring
Hello all,
I've got a T100P connected to an Adtran TA750 with a T1 crossover...
This connects to a patch panel with phone ports. The Adtran is fully
populated with FXS cards.
All I get on any phone port is a fast clicking noise... No dialtone.
Asterisk 'sees' the card, (the channels show up in /proc/zaptel).
Incoming calls are routed to the zap/x channel, but no ring.
I'm hoping I'm overlooking something stupid.
Thanks ahead of time...
--Jason
Here are some (possibly) relevant snippits from various places:
o T100 LED shows green...
o Not showing any errors in /var/log/asterisk/messages (debug logging
enabled)
o Adtran config is set to:
--> 2. Provisioning Templates
--> 1. Factory Default (ESF,B8ZS,Loopstart)'
o OS/hardware:
System OS:
debian testing/unstable
kernel: Custom 2.4.22-ck
(Con Kolivas patch set:
o Preempt
o Low-latency
o AA vm hacks
o RL2 Desktop Tuning
o Debian logo in FB)
Digium Cards:
T100P -->FXS
X100P -->FXO
o Asterisk version:
Asterisk CVS-10/02/03-17:52:20
------------------
asterisk:~# cat /proc/zaptel/1
Span 1: WCT1/0 "Digium Wildcard T100P T1/PRI Card 0" B8ZS/ESF
IRQ misses: 21904
1 WCT1/0/1 FXOKS (In use)
2 WCT1/0/2 FXOKS (In use)
3 WCT1/0/3 FXOKS (In use)
4 WCT1/0/4 FXOKS (In use)
5 WCT1/0/5 FXOKS (In use)
6 WCT1/0/6 FXOKS (In use)
7 WCT1/0/7 FXOKS (In use)
8 WCT1/0/8 FXOKS (In use)
9 WCT1/0/9 FXOKS (In use)
10 WCT1/0/10 FXOKS (In use)
11 WCT1/0/11 FXOKS (In use)
12 WCT1/0/12 FXOKS (In use)
13 WCT1/0/13 FXOKS (In use)
14 WCT1/0/14 FXOKS (In use)
15 WCT1/0/15 FXOKS (In use)
16 WCT1/0/16 FXOKS (In use)
17 WCT1/0/17 FXOKS (In use)
18 WCT1/0/18 FXOKS (In use)
19 WCT1/0/19 FXOKS (In use)
20 WCT1/0/20 FXOKS (In use)
21 WCT1/0/21 FXOKS (In use)
22 WCT1/0/22 FXOKS (In use)
23 WCT1/0/23 FXOKS (In use)
24 WCT1/0/24 FXOKS (In use)
------------
asterisk:~# cat /proc/zaptel/2
Span 2: WCFXO/0 "Wildcard X101P Board 1"
25 WCFXO/0/0 FXSKS (In use)
-----------
asterisk:/etc/asterisk# cat /etc/zaptel.conf
#T1:
span=1,0,0,esf,b8zs
fxoks=1-24
loadzone = us
defaultzone=us
#X100P - Single-line FXO card
fxsks=25
---------
asterisk:/etc/asterisk# cat zapata.conf
...
[channels]
;T1-fxo (incomming channels) on the channel bank
;-----------------
; <Section commented out until we have an fxo card in the CB>
;context = bell
;language = en
;signalling = fxs_ks
;usecallerid = yes
;hidecallerid = no
;echocancel = yes
;echocancelwhenbridged = no
;;if immediate is set to yes, asterisk will automatically answer the line
;;and jump to the 's' extension for the context.
;;immediate = yes
;group = 1
;channel => 1
;T1-fxs (inside handsets) on the channel bank
context = local
language = en
signalling = fxo_ks
rxwink = 300
usecallerid = yes
hidecallerid = no
callwaiting = no
;callwaitingcallerid=yes <--Change if Callwaiting is yes
threewaycalling = yes
transfer = yes
cancelforward = yes
callreturn = no
echocancel = yes
echocanelwhenbridged = no
immediate = no
rxgain=0.0
txgain=0.0
channel => 1-24
...
;SinglePort-fxo (incomming channels)
context = bell
language = en
signalling = fxs_ks
usecallerid = yes
hidecallerid = no
echocancel = yes
echocancelwhenbridged = no
;if immediate is set to yes, asterisk will automatically answer the line
;and jump to the 's' extension for the context.
immediate = yes
group = 1
channel => 25
-------------
Console during a call being routed to zap/1:
-- Starting simple switch on 'Zap/25-1'
-- Executing BackGround("Zap/25-1", "thankyou") in new
stack
-- Playing 'thankyou'
== CDR updated on Zap/25-1
-- Executing Goto("Zap/25-1", "mainmenu|s|2") in new
stack
-- Goto (mainmenu,s,2)
-- Executing BackGround("Zap/25-1",
"greeting-announcements") in new
stack
-- Playing 'greeting-announcements'
== CDR updated on Zap/25-1
-- Executing Goto("Zap/25-1", "routing|300|1") in new
stack
-- Goto (routing,300,1)
-- Executing Macro("Zap/25-1", "oneline|300|Zap/1") in
new stack
-- Executing DBget("Zap/25-1", "fwdexten=CFU/300") in
new stack
-- DBget: varname=fwdexten, family=CFU, key=300
-- DBget: Value not found in database.
-- Executing Goto("Zap/25-1", "s|4") in new stack
-- Goto (macro-oneline,s,4)
-- Executing Dial("Zap/25-1", "Zap/1||") in new stack
-- Called 1
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Hungup 'Zap/1-1'
== Spawn extension (macro-oneline, s, 4) exited non-zero on 'Zap/25-1'
in
macro 'oneline'
== Spawn extension (routing, s, 1) exited non-zero on 'Zap/25-1'
----------------
asterisk:~# lsmod
Module Size Used by Not tainted
soundcore 3876 0 (autoclean)
wcusb 21888 0 (unused)
wcfxo 8352 1
wct1xxp 12704 24
zaptel 180064 54 [wcusb wcfxo wct1xxp]
ppp_generic 17668 0 [zaptel]
slhc 5216 0 [ppp_generic]
serial 48228 1 (autoclean)
sis900 14476 1
crc32 2896 0 [sis900]
--
---------------------------------------------
Jason Piterak
CIS Technical Services
Public Key available at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4966BB8C
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users