1. Brekeke Product Name and Version: Brekeke SIP Server 3.6.1.8
2. Java version: 8.91
3. OS type and the version: Server 2012
4. UA (phone), gateway or other hardware/software involved: CiscoCM Phones with Rauland Responder 5 Direct SIP
5. Your problem: I am trying to create workaround to allow a single SIP invite alert to ring several Cisco Handsets.
We have dummy number setup in the R5 system for a certain service type, that sends a single SIP invite to Brekeke.
Is it possible to send a single invite to several users?
I tried this Dial Plan, but the alert is only going to the user on the bottom of the list of the Deploy Pattern.
Matching:
$request=^INVITE
To=sip:(777)@
Deploy:
To=30@192.168.10.222
To=32@192.168.10.222
Is there a syntax in the dialplan that can send single invite from 777, to ring 30 and 32?
Thanks,
-Tom
Ringing Multiple Users from a Single Invite
Moderator: Brekeke Support Team
If you are using Brekeke SIP Server Advanced Edition, try DialPlan rule like this.
[Matching Patterns]
$request=^INVITE
To=sip:777@
[Deploy Patterns]
To = sip:30@192.168.10.222
$session = failover sip:32@192.168.10.222
&failover.timer.provisional = 5
With this rule, Brekeke SIP Server rings sip:30@192.168.10.222 first.
If it doesn't pick a call, SIP Server rings sip:32@192.168.10.222 after 5 sec.
If you want to ring them at the same time, try Brekeke PBX because it has Ring Group feature.
http://wiki.brekeke.com/wiki/Set-up--Ring-Group
[Matching Patterns]
$request=^INVITE
To=sip:777@
[Deploy Patterns]
To = sip:30@192.168.10.222
$session = failover sip:32@192.168.10.222
&failover.timer.provisional = 5
With this rule, Brekeke SIP Server rings sip:30@192.168.10.222 first.
If it doesn't pick a call, SIP Server rings sip:32@192.168.10.222 after 5 sec.
If you want to ring them at the same time, try Brekeke PBX because it has Ring Group feature.
http://wiki.brekeke.com/wiki/Set-up--Ring-Group