[Asterisk-Users] Queues
Doug Lytle
support at drdos.info
Fri Sep 23 04:38:40 MST 2005
Sander wrote:
> Hi there i need to know if there is a way to play a ringing sound to
> a caller the enters a queue so i don't want to have music onhold and i
> need it to be behind the answer option like this
>
>
> exten =>1,1,Dial(sip/10,10)
> exten =>1,2,Answer
> exten =>1,3,Queue(test)
>
How about having the SIP phone a member of the test queue and have the
queue ring?
exten => 1,1,Answer()
exten => 1,2,Queue(test|r)
exten => 1,3,Hangup()
exten => h,1,NoOP(Hungup)
Check out this link:
http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+Queue
Doug
--
Ben Franklin quote:
"Those who give up essential liberties for temporary safety deserve neither liberty nor safety."
More information about the asterisk-users
mailing list