Name
Queue() — Places the current call in to the specified call queue
Synopsis
Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI]]]]])
Places an incoming call in to the call queue specified
by queuename, as defined in queues.conf.
The options argument may contain zero
or more of the following characters:
dSpecifies a data-quality (modem) call (minimum delay).
hAllows callee to hang up by hitting
*.HAllows caller to hang up by hitting
*.iIgnores call forward requests from queue members and does nothing when they are requested.
nDisallows retries on the timeout; exits this application and goes to the next step.
rRings instead of playing music on hold.
tAllows the called user to transfer the call.
TAllows the calling user to transfer the call.
wAllows the called user to write the conversation to disk.
WAllows the calling user to write the conversation to disk.
In addition to being transferred, a call may be parked and then picked up by another user.
The announceoverride argument
overrides the standard announcement played to queue agents before they
answer the specified call.
The optional URL will be sent to the
called party if the channel supports it.
The timeout will cause the queue to
fail out after a specified number of seconds, checked between each
queues.conf
timeout and
retry cycle. The call will continue on with
the next priority in the dialplan.
This application sets a channel variable named QUEUESTATUS upon completion. It will take
one of the following values:
TIMEOUTThe call was ...