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
BSS Acting as a SIP Redirect Server
Moderator: Brekeke Support Team