|
|
Configuring a queue
The following queue works as following:
all calls are monitored, i.e. saved to disk
if after 60 seconds on the queue the call is unanswered, the call is routed to voicemail
there are two levels of agents: agents 302 and 303 will answer the queue (level 1); only if none of them is available the call is routed to agent 301 (level 2). If nobody is available, the queue keeps trying until timeout is reached.
Extensions.conf
[q-my-sample]
; ...queue description.....
exten =>
s,1,SetVar(MONITOR_FILENAME=/var/spool/asterisk/queuecalls/QSAMPLE-${
UNIQUEID})
exten => s,2,Queue(q-sample|n |
|