On Aug 22, 2008, at 2:26 PM, Giedrius Augys wrote:
Hello,

I want to ask, how to "detect" queue timeout? If queue members are busy or not answering to the call, and after queue timeout caller would hear : "Sorry all operators are busy, please leave a record":
 This example:

[ivr]
exten => start,1,Ringing
exten => start,n,Wait(2)
exten => start,n,Answer
exten => start,n,Playback(ivr/welcome)
exten => start,n,Set(RECORD_FILENAME=/var/spool/asterisk/monitor/ivr/ operator-${STRFTIME(${EPOCH},,%Y%m%d%H%M%S)}-${CALLERID(num)})
exten => start,n,Set(MONITOR_FILENAME=${RECORD_FILENAME})
exten => start,n,Queue(ivr|tT|||30)

exten => start,n,voicemail(ACCOUNT)


Fred Posner
www.teamforrest.com






Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to