[Asterisk-Users] Queues

Sander crombeen at rommelweb.nl
Fri Sep 23 06:21:23 MST 2005


Oh thanks i looked over the r option for queues :) 

-----Oorspronkelijk bericht-----
Van: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] Namens Doug Lytle
Verzonden: vrijdag 23 september 2005 13:39
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [Asterisk-Users] Queues

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."


_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list