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. _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
