Cross PBX conference hosting with SIP trunk

atsak

Guru
Joined
Sep 7, 2009
Messages
2,473
Reaction score
487
Cross PBX conference hosting with SIP trunk [solved]

I have two PBX's with a SIP trunk (intra company) setup between them. One is 1.8.5.0 and the other is 1.4.21.2 (both PIAF)

Intra-company extension dialing works swimmingly as does outbound to the PRI etc from the 1.8.5.0 to the 1.4.21.2.

However, if I dial a conference room number from the 1.8.5.0 server to the 1.4.21.2 server, it goes to a standard inbound route and I cannot route the call to the conference (it just goes to my default catch all). These are conference rooms setup in Freepbx.

The trunk context for inbound is from-internal.

How can I get the dial string to simply pass the conference room number as if the user of the 1.8.5.0 PBX is on the 1.4.21.2 pbx?
 
Here be the logs:

Code:
2011-08-22 12:14:41] VERBOSE[25821] logger.c:     -- Executing [61886@from-trunk-sip-Tearlab:1] Set("SIP/BD2Tearlab-08e88000", "GROUP()=OUT_5") in new stack
[2011-08-22 12:14:41] VERBOSE[25821] logger.c:     -- Executing [61886@from-trunk-sip-Tearlab:2] Goto("SIP/BD2Tearlab-08e88000", "from-trunk|61886|1") in new stack
[2011-08-22 12:14:41] VERBOSE[25821] logger.c:     -- Goto (from-trunk,61886,1)
[2011-08-22 12:14:41] VERBOSE[25821] logger.c:     -- Executing [61886@from-trunk:1] NoOp("SIP/BD2Tearlab-08e88000", "Catch-All DID Match - Found 61886 - You probably want a DID for this.") in new stack
[2011-08-22 12:14:41] VERBOSE[25821] logger.c:     -- Executing [61886@from-trunk:2] Goto("SIP/BD2Tearlab-08e88000", "ext-did|s|1") in new stack
[2011-08-22 12:14:41] VERBOSE[25821] logger.c:     -- Goto (ext-did,s,1)
[2011-08-22 12:14:41] VERBOSE[25821] logger.c:     -- Executing [s@ext-did:1] Set("SIP/BD2Tearlab-08e88000", "__FROM_DID=s") in new stack
[2011-08-22 12:14:41] VERBOSE[25821] logger.c:     -- Executing [s@ext-did:2] Gosub("SIP/BD2Tearlab-08e88000", "app-blacklist-check|s|1") in new stack

See from-trunk? Why? The incoming settings on both sides of the trunk say from-internal.
 
Ah ha.

Both incoming and outgoing have to have a context=from-internal on both sides. Not just outgoing.
 

Members online

Forum statistics

Threads
26,687
Messages
174,411
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top