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

Failover with DNS-SRV

If using DNS-SRV for DNS failover, the following DialPlan rules are needed at the Seconday Brekeke SIP Server for accepting REGISTER and INVITE requests.
Rule: INVITE
----------------------
[Matching Patterns]
$request = ^INVITE
To = sip:(.+)@<domain>

[Deploy Patterns]
To = sip:%1@
----------------------


Rule: REGISTER

----------------------
[Matching Patterns]
$request = ^REGISTER
$localhost = false

[Deploy Patterns]
$target = localhost
$action = registerex
----------------------

(if the server is a Standard Edition, use "$action = register" instead of "registerex" )