Close
 Brekeke Website | Bekeke SIP Server | Brekeke PBX   
Notification:  
v2.4.18 Professional
Login
Loading

Connecting Gateways with Brekeke SIP Server


Dial plans are needed to receiving and sending calls to gateways.

Add the following dial plan rules in Brekeke SIP Server > [Dial Plan]
Rule 1: Accept calls from a gateway
-------------------------------
[Matching Patterns]
$request = ^INVITE
$addr = gateway_IP_address

[Deploy Patterns]
$auth = false
$continue = true
-------------------------------

with this rule, the calls from gateway IP address will be accepted by Brekeke SIP Server.
Rule 2: Send calls to a gateway
-----------------------------------
[Matching Patterns]
$request = ^INVITE
To = sip:0(.+)@

[Deploy Patterns]
To = sip:%1@gateway_IP_address
-----------------------------------
With this rule, the calls with prefix 0 in dialing numbers will be sent to gateway IP address without prefix 0.
For example, if you dial 01113333, the call will be sent to gateway as 1113333 with Rule 2.


Related links: