I want callers to go into the queue(s) and just hear ringing instead of MOH. Is this possible? exten => 200,1,Ringing() exten => 200,n,Queue(queue1|t|||15) exten => 200,n,Queue(queue2|t|||15) It looks to me like MOH is built-in to the queue, but if anybody knows otherwise please speak up!
David L. West wrote:> I want callers to go into the queue(s) and just hear ringing instead of MOH. > Is this possible? > > exten => 200,1,Ringing() > exten => 200,n,Queue(queue1|t|||15) > exten => 200,n,Queue(queue2|t|||15) > > It looks to me like MOH is built-in to the queue, but if anybody knows > otherwise please speak up!Both Asterisk 1.2 and 1.4 have an 'r' option to the Queue() application which does exactly what you are looking for. -- Russell Bryant Software Engineer Digium, Inc.
Thanks -- I try and have at least one RTFM moment a month, just to keep myself humble. ;)
(catching up while my adsl is offline) David L. West wrote:> I want callers to go into the queue(s) and just hear ringing instead > of MOH. Is this possible? >If everything else fails, you can generate a file with ringing tones, and use that for moh. Leif