[asterisk-users] Queue

Mark Michelson mmichelson at digium.com
Tue Jan 6 14:16:09 CST 2009


Mateusz Pawlowski wrote:
> Hi,
> 
> I was asked to create a Queue which instead of playing MoH it generates
> the ringing tone. I had a look around but could find anything, I would
> welcome and help. 
> 
> Regards
> Mateusz
> 

You can pass the 'r' option to the Queue application for this purpose. As an 
example:

exten => 5000,1,Queue(MyQueue,r)

Note that if you are using an Asterisk version prior to 1.6.0, this will have 
the side-effect of not playing any sort of configured sounds to the caller while 
he is waiting, e.g. hold time or position announcements. He will hear nothing 
but ringing until someone answers.

Mark!



More information about the asterisk-users mailing list