Displaying 1 result from an estimated 1 matches for "after_hour".
Did you mean:
after_hours
2007 Aug 15
3
Dialplan / AGI autoanswer question
...t;]?blacklisted,s,1)
exten => s,6,GotoIf($["${CALLSTATE}" = "white"]?50)
; send a sit tone if we don't have a callerid
;
exten => s,7,Zapateller(nocallerid)
; after a certain time I don't want phone calls
;
exten => s,8,GotoIfTime(${AFTER_HOURS}|*|*|*?voicemail,s,1)
; no callerid
;
exten => s,9,GotoIf($["${CALLERID(number)}" = ""]?voicemail,s,1)
; If 800 number
;
exten => s,10,GotoIf($["${CALLERID(number):0:3}" = "866"]?voicemail,s,1)
exten => s,11,GotoIf($[&q...