Brekeke Forum Index » Brekeke SIP Server Forum

Post new topic   Reply to topic
Ringing Multiple Users from a Single Invite
Author Message
tlsoren
Brekeke Addict


Joined: 15 Feb 2012
Posts: 34
Location: Raleigh, NC

PostPosted: Wed Jul 20, 2016 8:31 am    Post subject: Ringing Multiple Users from a Single Invite Reply with quote

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

_________________
TLS
Back to top
View user's profile
lakeview
Brekeke Master Guru


Joined: 15 Nov 2007
Posts: 319
Location: Florida

PostPosted: Wed Jul 20, 2016 10:40 am    Post subject: Reply with quote

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
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    Brekeke Forum Index » Brekeke SIP Server Forum All times are GMT - 7 Hours
Page 1 of 1