Displaying 2 results from an estimated 2 matches for "phone1,10".
Did you mean:
phone1,15
2004 Jul 17
1
Using a group variable for a groupofextension to dial
...e. You are probably looking for a
roundrobin call queue ->
http://www.voip-info.org/wiki-Asterisk+call+queues
I have never set up a call queue myself so I can't help you more than
pointing you to the link. You could also do what you want with just the
dialplan...
exten => 501,1,Dial(SIP/Phone1,10)
exten => 501,2,Dial(SIP/Phone2,10)
exten => 501,3,Dial(SIP/Phone3,10)
That would ring phone 1 for ten seconds, if it wasn't answered it would
ring phone 2 for ten seconds, etc...
-Seth
On Sat, 2004-07-17 at 22:05, Wiley E. Siler wrote:
> That could be it. What I want to do is...
2004 Jul 17
1
Using a group variable for a group ofextension to dial
...ant to do is set a group of callers and have
the event cause the phone to ring them in order. I will tie it to my
IVR portion and thus I can make sure peole in sales get calls based on
our hierarchy in the office. So if I am reading your example right the
syntax is....
Exten => 501,1,Dial(SIP/PHONE1&SIP/PHONE2&SIP/PHONE3), rtf)
Is that a valid way to cause it to ring through each of these extensions
or would that result in these three extensions all ringing togeher?
Thanks!
Wiley
-----Original Message-----
From: Seth Remington [mailto:sremington@saberlogic.com]
Sent: Saturday, Ju...