[asterisk-users] don't want call to get answered
Arun Kumar
arunvoip at gmail.com
Mon Apr 30 03:47:23 MST 2007
In my * box I've configured two queues and incoming number and whenever any
one calls those number call comes to my *box and it sends call to my agents
in queue. but if no agent is available it still answer the call. Is there
any why when my agents are not available I don't want call to get answered.
Here is my dialplan:
exten => xxxx,1,GotoIfTime(*|*|20|dec?ccagents,xxxx,6)
exten => xxxx,2,GotoIfTime(10:00-16:00|*|26|dec?ccagents,xxxx,7)
exten => xxxx,3,GotoIfTime(09:00-18:00|*|31|dec?ccagents,xxxx,7)
exten => xxxx,4,GotoIfTime(12:00-16:00|*|1|jan?ccagents,xxxx,7)
exten => xxxx,5,GotoIfTime(09:00-18:00|mon-fri,*,*?ccagents,xxxx,7)
exten => xxxx,6,Goto(out-of-hours,5003,1)
exten => xxxx,7,Answer()
exten => xxxx,8,Playback(custom/next-avail-advisor)
exten =>
xxxx,9,Set(MONITOR_FILENAME=/var/spool/asterisk/q/talksupport-${TIMESTAMP}-${UNIQUEID})
exten => xxxx,10,Monitor(wav,${MONITOR_FILENAME},mb)
exten => xxxx,11,Queue(kbsupport,t)
exten => xxxx,12,Hangup()
thanks
arun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070430/1e087903/attachment.htm
More information about the asterisk-users
mailing list