Converting SIP cc 404 to 503

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
noiptel
Posts: 68
Joined: Mon Feb 22, 2010 9:24 pm
Location: USA

Converting SIP cc 404 to 503

Post by noiptel »

1. Brekeke Product Name and version:Advance

2. Java version:

3. OS type and the version:

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

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem: We would like to reject a session with SIP cc 503 when ever the below rule rejects with a SIP cc 404.

Matching Pattern
$request=^INVITE
$geturi(to)=sip:7000(57248.+)@(.+)

Deploy Pattern
$auth=false
$request=INVITE sip:1000%1@216.100.100.202:5106 SIP/2.0
$target=216.100.100.202:5106
$session=failover sip:216.100.100.202:5106 sip:216.100.100.202:5106 sip:216.100.100.202:5106 sip:216.100.100.202:5106 sip:216.100.100.202:5106 sip:216.100.100.202:5106 sip:216.100.100.202:5106 sip:216.100.100.201:5060
&failover.pattern.response=404|603|503
&failover.timer.provisional=60
$continue=false

Thanking you in advance
ambrosio
Posts: 215
Joined: Thu Mar 27, 2008 12:20 pm

Post by ambrosio »

Brekeke SIP Server version 3 has the feature.

Set the following in the [Config]-> [Advance] page.
rescode.404 = 503
noiptel
Posts: 68
Joined: Mon Feb 22, 2010 9:24 pm
Location: USA

Post by noiptel »

We have version:

Brekeke SIP Server , Version 2.4.3.9 Advanced

Will it work with this version?
noiptel
Posts: 68
Joined: Mon Feb 22, 2010 9:24 pm
Location: USA

Post by noiptel »

Actually, this is the correct version:

Brekeke SIP Server , Version 2.4.7.0 Advanced
ambrosio
Posts: 215
Joined: Thu Mar 27, 2008 12:20 pm

Post by ambrosio »

Version 2.4.x.x doesn't have the feature. Contact Brekeke's team. They may have a solution.
Post Reply