Introduction
In some cases, the client might have a dedicated SIP trunk from the provider. This kind of SIP trunk usually offers a dedicated cable to be connected with which comes from a specific ISP router, and is exclusive for voice only without Internet access function. So what's the plan?
Regarding S-Series VoIP PBX, there are 3 points noted:
- The network interface should be configured as Dual Mode: One is for the SIP dedicated trunk. The other one is for local network and Internet access
- Static Routes and Default Network Interface should be configured well. The SIP dedicated trunk data goes through the interface that it connects, and the rest data goes through the other interface.
- If SIP remote extension solution is involved, the NAT settings should be taken into consideration. This is to avoid one-way problem.
Configuration
Network Information Gathering
Here we have a sample for dummy use.
Local network | IP address: 192.168.29.0/24, Gateway: 192.168.29.1 |
SIP Trunk | SIP trunk IP address & port: 172.16.10.15:5060; Interface IP address: 172.16.10.2, Gateway IP address: 172.16.10.1 |
Public IP | IP address: 120.41.*.* |
- The Local network depends on your own planning. It is the local network that the PBX is deployed.
- SIP Trunk IP address information was offered by the SIP trunk provider. Usually includes the interface IP address & gateway IP address, SIP trunk IP address & port.
- Public IP is the public IP address that the remote extension registers to.
Simple Topology
Settings on the web interface
1. Network Settings. Path: System->Network->Basic Settings
2. Add Static Route for the SIP trunk. Path: System->Network->Static Routes
3. If a remote extension solution is involved, please add the SIP trunk IP range into the Local Network Identification.
0 Comments