QUESTION SIP URI dialing between 2 PBX on the same LAN?

paulnye

Guru
Joined
Apr 17, 2011
Messages
208
Reaction score
2
I have 2 PBXs on my LAN. Is there a way I can dial with SIP URI from one PBX to the other using LAN IP, like [email protected] and it would call ext200 on PBX2 ? Then maybe I can add a virtual extension 200 on PBX1 that dials the SIP URI for ext200 on PBX2 ? Im thinking this is less complicated than trying to connect the 2 PBX together by trunks
 
I think it is easier and safer to connect them by trunks.

You set up a simple SIP trunk on each one with nothing more than


Code:
host= the other's IP address
type=peer


no username, password, etc. They then "authenticate" each other by IP address. You don't need to allow SIP guests or anonymous.

Now you can dial between them, hitting the from-trunk context (so from one PBX you could dial DIDs [inbound routes] on the other). Here's a nice trick. If you are fully in control of both PBXes and they should trust each other, use


Code:
context=from-internal

on those trunk definitions. ( :excl: WARNING - don't do this on gateways or anywhere else - WARNING! :excl: )

Now you can route calls directly to the internal context on the opposite PBX. Just set up outbound routes on each that will go to the other PBX by way of the trunk.
 

Members online

Forum statistics

Threads
26,687
Messages
174,410
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