Failover default error codes

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
bsworkman
Posts: 3
Joined: Thu Jan 17, 2013 7:01 am
Location: Pittsburgh, PA

Failover default error codes

Post by bsworkman »

1. Brekeke Product Name and Version: Brekeke SIP Server Advanced Edition Ver 3.6.2.5/451

2. Java version:Java HotSpot(TM) 64-Bit Server VM ver 1.8.0_111

3. OS type and the version:Windows Server 2012 Professional w dual NIC

4. UA (phone), gateway or other hardware/software involved: Avaya Session Manager 6xx

5. Your problem:

For the dial plan rule $session = failover sip:xxxx sip:xxxx

If &failover.pattern.response is not set, then what SIP error codes are considered as default in for this?

486 Busy Here seems to be one that flags a failover according to my sip traces. I would like to know what others do as well.

Also can the &failover.pattern.response be set in a way that allows multiple responses which may not be concurrent? Say 500 and 502 but not 501.
snuyzm
Posts: 97
Joined: Wed Feb 11, 2015 10:12 pm

Post by snuyzm »

> If &failover.pattern.response is not set, then what SIP error codes are considered as default in for this?

Any non-20x final error response code such as 3xx,4xx,5xx and 6xx.


> Also can the &failover.pattern.response be set in a way that allows multiple responses which may not be concurrent? Say 500 and 502 but not 501.

Since it accepts Regular expression, you can define these response codes like this.

Code: Select all

&failover.pattern.response = 500|502
bsworkman
Posts: 3
Joined: Thu Jan 17, 2013 7:01 am
Location: Pittsburgh, PA

Post by bsworkman »

Great, thanks!!
Post Reply