[asterisk-users] send a call to moh until user is available

Victor Villarreal mefhigoseth at gmail.com
Tue Oct 11 07:17:19 CDT 2016


Hi Tux John,

The behavior you need is cover in Asterisk within a Queue.

1. Create a new queue in queues.conf and assign as static member, the 4450
extension.

2. In your dialplan, you need to route the incomming calls to the new queue
and pass as argument the timeout in seconds you want when hangup the
waiting calls.

When a new call arrives, it enter the queue. The Callee ear moh music,
while the 4450 ring if its available. Ir not, the queue system wait until
the 4450 become available, an then send the call.

Please, refer to http://www.asteriskguru.com/tutorials/queues.html

The #3 title (simple queue) is all you need.

Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161011/256c200b/attachment.html>


More information about the asterisk-users mailing list