BSS Acting as a SIP Redirect Server

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
skb007
Posts: 152
Joined: Mon Oct 05, 2015 10:22 pm
Location: USA

BSS Acting as a SIP Redirect Server

Post by skb007 »

1. Brekeke Product Name and Version:BSS Adv Ver 3

2. Java version:1.8

3. OS type and the version:RHEL 7

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

5. Your problem:
I would like to configure a dial-plan where BSS is going to act as SIP redirect server. How can I mentioned multiple contact entries:
Is the following going to work. My objective is to tell the provider try the calls in the order I mention in the contact header.

[Matching Pattern:]
$addr = 10.10.10.100
$request = ^INVITE
To = sip:(.+)@

[Deploy Pattern:]
$response = 302
Contact = sip:%1@10.10.10.200 sip:%1@10.10.10.300 sip:%1@10.10.10.400
snuyzm
Posts: 97
Joined: Wed Feb 11, 2015 10:12 pm

Post by snuyzm »

Use a comma as a separator.

Contact = sip:%1@10.10.10.200,sip:%1@10.10.10.300,sip:%1@10.10.10.400
skb007
Posts: 152
Joined: Mon Oct 05, 2015 10:22 pm
Location: USA

Post by skb007 »

Thank you.
Post Reply