blanchae
Guru
- Joined
- Mar 12, 2008
- Messages
- 1,909
- Reaction score
- 9
SOLVED - T1 ISDN PRI pass through trunking?
I have the following ISDN PRI configuration:
Cisco1 -> T1 -> PiaF -> T1 -> Cisco2
I can dial between either Cisco router to PiaF and from PiaF to Cisco with no problem. I can't dial through PiaF from Cisco1 to Cisco2. For each T1 span in /etc/asterisk/chan_dahdi_custom.conf, I have the context set to from-pstn. The response from PiaF is number not found.
I changed the context to from-internal and it appears that the trunks are being bridged but the line is dropped. Here's what a good call looks like when called from a SIP phone:
Dial("SIP/4032900001-09c8b1f0", "DAHDI/g1/5001,300,") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g1/5001
Here's what a call that is dropped looks like when sent from Cisco to Cisco and bridged:
Dial("DAHDI/12-1", "DAHDI/g1/5001,300,") in new stack
-- Requested transfer capability: 0x10 - - 3K1AUDIO
-- Called g1/5001
3k1AUDIO is for a fax call. How or where is the requested transfer capability being set for the ISDN PRI T1 channels?
I have the following ISDN PRI configuration:
Cisco1 -> T1 -> PiaF -> T1 -> Cisco2
I can dial between either Cisco router to PiaF and from PiaF to Cisco with no problem. I can't dial through PiaF from Cisco1 to Cisco2. For each T1 span in /etc/asterisk/chan_dahdi_custom.conf, I have the context set to from-pstn. The response from PiaF is number not found.
I changed the context to from-internal and it appears that the trunks are being bridged but the line is dropped. Here's what a good call looks like when called from a SIP phone:
Dial("SIP/4032900001-09c8b1f0", "DAHDI/g1/5001,300,") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g1/5001
Here's what a call that is dropped looks like when sent from Cisco to Cisco and bridged:
Dial("DAHDI/12-1", "DAHDI/g1/5001,300,") in new stack
-- Requested transfer capability: 0x10 - - 3K1AUDIO
-- Called g1/5001
3k1AUDIO is for a fax call. How or where is the requested transfer capability being set for the ISDN PRI T1 channels?