When someone call to our number I'd like to play a message "All our lines are busy at the moment, please hold on..." some music and then again "All our lines are busy at the moment, please hold on..." and so on ...forever until the caller decide to hangup or the operator take the call.

Is it possible? How do I have to configure Asterisk to make the message loop?

有帮助吗?

解决方案

I found something helpful for you here:

http://www.voip-info.org/wiki/view/Asterisk+config+queues.conf

Periodic announcements are available in queues using the new periodic-announce and periodic-announce-frequency options. This allows a message like "Thank you for holding, your call is important to us." To be played at regular intervals while a caller is in the queue. e.g:

periodic-announce = thank-you-message  
periodic-announce-frequency = 60 ; every 60 seconds

其他提示

you need to setup a music on hold class in /etc/asterisk/musiconhold.conf and define it in your queues.conf: ;musicclass = default

other thing you can do is put a normal music on hold for your callers and a play them a periodic announce every x seconds, in the queues.conf: periodic-announce

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top