I need a queue and the caller after 15 seconds of waiting in line to be transferred to another context (IVR), not how.
This is my context
[900]
musicclass = default
strategy = random
timeout = 10
retry = 1
context=ivr-breakout
wrapuptime = 0
maxlen = 0
announce-frequency = 0
announce-holdtime = no
Please help!!
sorry for my english!!
Thank’s
On the Queue app use the timeout option and then Goto() in the next priority in the dialplan .
Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI[,macro[,gosub[,rule[,position]]]]]]]]])
‘timeout’ sets the time in seconds that a call will wait in the queue before it is routed to the next priority in the dialplan. It defaults to 300 seconds (5 minutes).
wiki.asterisk.org/wiki/display/ … tion_Queue
voip-info.org/wiki/view/Asterisk+cmd+Queue
absolutely, the answer was that easy!
thank you very much ambiorixg!!
biguitarman
1 Like