Connecting two IP PBX box using SIP Trunk

Lab Environment

Suppose you have two IP PBX box one at INDIA and other at US and you want to integrate all the SIP extensions created on both the server with each other so that they can make calls to each other.

IP PBX 1 (India)

SIP Extension : 1000, 1001
192.168.0.100

IP PBX 2 (United States)

SIP Extension : 2000, 2001
192.168.0.200

We will have to create an internal SIP Trunk connecting both the PBX box. Follow the below mentioned steps to do the same

Configuring IP PBX for server 192.168.0.100

Click on Connectivity and select Add SIP Trunk

Name you Trunk for my case SIP_Trunk_to_US
06 03 201315 09 511
Configure your Outgoing and incoming settings as shown below. Create a user for incoming calls and one for outgoing which will be used on the US server for authentication purpose.

06 03 201315 10 161

Configuring IP PBX on 192.168.0.200 (US)

Open the SIP Trunk as shown above with the following configuration. Use any Trunk Name as in my case SIP_Trunk_to_IN

06 03 201314 55 04

Configure the Outgoing and incoming settings as shown below. Be sure you use the same user for incoming which you used for outgoing in INDIA SIP Trunk.

06 03 201314 55 26

Save and apply the configuration. Now we need to configure outbound routes on both the servers

IP PBX 192.168.0.100 (India)

Click on Connectivity and select Outbound Route

06 03 201315 03 23

Configure the route as shown below
The dial plan I have used is X. which means that any extension from IN can call to any extension in US.

06 03 201315 04 37

IP PBX 2 192.168.0.200 US

Configure Outbound trunk with the following settings
06 03 201315 05 10

Click on Submit and Apply the configuration on both the servers
On the home page of your PBX web console you should be able to see IP Trunk Online

06 03 201315 13 41

Now you should be able to make calls from 1000 to 2000 i.e from India PBX to US PBX.
Let me know your success and failure.