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
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. > >I would suggest recording a ringing sound and play it back as MOH. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
record it... 2009/1/6 Mateusz Pawlowski <js+asterisk at yllq.net <js%2Basterisk at yllq.net>>> 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 > > > _______________________________________________ > -- 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 >-- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090106/c3872df0/attachment.htm
Why not just make a moh file of a ring-tone? -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Mateusz Pawlowski Sent: Tuesday, January 06, 2009 1:59 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Queue 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 _______________________________________________ -- 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
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!
Many thanks to all, the Queue(name,r) works like a charm. On Tue, 2009-01-06 at 19:59 +0000, 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 > > > _______________________________________________ > -- 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