Failover IP address question

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
ajlindy
Posts: 53
Joined: Tue Sep 12, 2017 1:47 pm

Failover IP address question

Post by ajlindy »

1. Brekeke Product Name and Version: 3.9.4.3/517-1

2. Java version: 1.8.0_231

3. OS type and the version: Windows 2012 R2 64-bit

4. UA (phone), gateway or other hardware/software involved: None


5. Your problem:

[Deploy Patterns]
$b2bua = true
To = sip:%1@<ip address one>
$session = failover sip:%1@<ip address two>
&failover.timer.provisional = 35


How can I get a second failover IP address inserted into the same single dial plan rule? Is it possible? It would be <ip address three> if it works that way.

Thank you!
Ericcc
Posts: 24
Joined: Mon Apr 21, 2014 9:46 am
Location: NY, USA

Post by Ericcc »

Like this.

$session = failover sip:%1@<ip address two> sip:%1@<ip address three>
ajlindy
Posts: 53
Joined: Tue Sep 12, 2017 1:47 pm

Post by ajlindy »

Awesome, thank you!
Post Reply