Stephen Bosch
2006-Oct-31 10:28 UTC
[asterisk-users] simultaneous ring - call groups or queues or something else?
Hi, folks: I need to be able to have a single DID ring multiple remote (IP and PSTN) extensions, and then pass the call to whichever picks up first. I'm sure this is old hat -- lots of providers offer it. I see that Trixbox will do it, but it's not clear how it's doing it. They use different terminology -- a "ring group" and "hunt strategy" How can it be done with a straight Asterisk server? Thanks for the help! -Stephen-
Brian Rogan
2006-Oct-31 11:53 UTC
[asterisk-users] simultaneous ring - call groups or queues or something else?
You can just seperate multiple phones with "&" in the Dial command, as the voip-info wiki page shows: http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial On Tue, Oct 31, 2006 at 10:28:32AM -0700, Stephen Bosch wrote:> Hi, folks: > > I need to be able to have a single DID ring multiple remote (IP and > PSTN) extensions, and then pass the call to whichever picks up first. > I'm sure this is old hat -- lots of providers offer it. > > I see that Trixbox will do it, but it's not clear how it's doing it. > They use different terminology -- a "ring group" and "hunt strategy" > > How can it be done with a straight Asterisk server? > > Thanks for the help! > > -Stephen- > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Dovid B
2006-Oct-31 17:08 UTC
[asterisk-users] simultaneous ring - call groups or queues orsomething else?
I dont know the name of the file, but you can do it customly in asterisk Exten => X,1,Dial(SIP/1234&ZAP/1/18005551212) ----- Original Message ----- From: "Stephen Bosch" <posting@vodacomm.ca> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Tuesday, October 31, 2006 7:28 PM Subject: [asterisk-users] simultaneous ring - call groups or queues orsomething else?> Hi, folks: > > I need to be able to have a single DID ring multiple remote (IP and > PSTN) extensions, and then pass the call to whichever picks up first. > I'm sure this is old hat -- lots of providers offer it. > > I see that Trixbox will do it, but it's not clear how it's doing it. > They use different terminology -- a "ring group" and "hunt strategy" > > How can it be done with a straight Asterisk server? > > Thanks for the help! > > -Stephen- > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >