support

All calls want to go out only on interface ZAP/g0

walkerboh
Posts: 5
Member Since:
2007-01-29

I have a legacy PBX that I want to slowly move off of. Below is a diagram of what I want my setup to look-like after testing.

Old Mitel---24 Channels---Asterisk---PSTN
|				|	|
Ext. 3060		SIP. 2054	Cellular

trixbox CE release 2.6.1.2
CentOS 5 Kernel: 2.6.18-53.1.4.el5 (SMP) on i686
Asterisk 1.4.20-1 RPM
Network controller: Sangoma A104d QUAD T1/E1 AFT card

No matter my dial-plan logic; all calls seem to default to ZAP/g0. I can't seem to get any calls to go directly to ZAP/g2.

NOTE: For testing 11# is added to the front of all calls coming from the PSTN.
PSTN to Asterisk (g0) from-pstn
Asterisk to LegacyPBX (g2) from-internal

-------------
-Deleted all Outbound routes.
-Re-writing Zaptel to only include Port 1 & Port 3 (No 'red alarms' in zttool)
AMI, D4, E & M and Wink - Master Timing on Port 3 (source from Port 1).
-Added 'To_PSTN' on port g0.
-Added 'To_LegacyPBX' on port g2.
-Added New 'Catch all Route' to PSTN and to LegacyPBX (.)

Test Performed: SIP to Cellular = Worked

- Executing [s@macro-dialout-trunk:20] Dial("SIP/2054-b7801d70", "ZAP/g0/5553870|300|") in new stack
-- Called g0/5553870
-- Zap/1-1 answered SIP/2054-b7801d70

Test Performed: SIP to 3060 = Failed
SIP to 3060 seems to go out g0 then came back in from g0

-- Goto (macro-dialout-trunk,s,17)
-- Executing [s@macro-dialout-trunk:17] Macro("SIP/2054-b7801d70", "dialout-trunk-predial-hook|") in new stack
-- Executing [s@macro-dialout-trunk:18] GotoIf("SIP/2054-b7801d70", "0?bypass|1") in new stack
-- Executing [s@macro-dialout-trunk:19] GotoIf("SIP/2054-b7801d70", "0?customtrunk") in new stack
-- Executing [s@macro-dialout-trunk:20] Dial("SIP/2054-b7801d70", "ZAP/g0/3060|300|") in new stack
-- Called g0/3060
-- Starting simple switch on 'Zap/24-1'
-- Zap/1-1 answered SIP/2054-b7801d70
== Unknown extension '11#3060' in context 'from-pstn' requested
-- <Zap/24-1> Playing 'ss-noservice' (language 'en')

Added 11#3060 to both PSTN and LegacyPBX dialplan
Test Performed: SIP to 3060 = Failed
-Goes out g0 and comes back unknown.

-- Executing [s@macro-dialout-trunk:13] Set("SIP/2054-b7802098", "OUTNUM=3060") in new stack
-- Executing [s@macro-dialout-trunk:14] Set("SIP/2054-b7802098", "custom=ZAP/g0") in new stack
-- Executing [s@macro-dialout-trunk:15] GotoIf("SIP/2054-b7802098", "1?gocall") in new stack
-- Goto (macro-dialout-trunk,s,17)
-- Executing [s@macro-dialout-trunk:17] Macro("SIP/2054-b7802098", "dialout-trunk-predial-hook|") in new stack
-- Executing [s@macro-dialout-trunk:18] GotoIf("SIP/2054-b7802098", "0?bypass|1") in new stack
-- Executing [s@macro-dialout-trunk:19] GotoIf("SIP/2054-b7802098", "0?customtrunk") in new stack
-- Executing [s@macro-dialout-trunk:20] Dial("SIP/2054-b7802098", "ZAP/g0/3060|300|") in new stack
-- Called g0/3060
-- Starting simple switch on 'Zap/24-1'
-- Zap/1-1 answered SIP/2054-b7802098
== Unknown extension '11#3060' in context 'from-pstn' requested
-- <Zap/24-1> Playing 'ss-noservice' (language 'en')
-- Hungup 'Zap/1-1'

NOTE: For testing 11# is added to the front of all calls comming from the PSTN.

Trying a Misc. Destination & Inbound route combination:
Added Misc Destination 811#3060
Changed DialPLan on LegacyPBX

.
11#3060
8|11#3060
8|11.
8|.
8|1NXXNXXXXXX
8|NXXXXXX

Added 'inbound route' of 11#3060 - to go to 'Misc dest 811#3060'
Test Performed: SIP to 3060 = Failed

-- Zap/1-1 answered SIP/2054-b7801bf0
== Unknown extension '11#30603060' in context 'from-pstn' requested
-- <Zap/24-1> Playing 'ss-noservice' (language 'en')
-- Hungup 'Zap/24-1'

Added only 8|. to dial plan
Test Performed: SIP to 3060 = Failed
-Fast Busy

-- Executing [s@macro-dialout-trunk:20] Dial("Zap/24-1", "ZAP/g0/811#|300|") in new stack
-- Called g0/811#

What a mess! What else can I try?