Displaying 1 result from an estimated 1 matches for "ext_james".
2006 May 05
5
Silent Attendant
...digit)=5)
exten => s,n,Set(TIMEOUT(response)=5)
;Menu prompt disabled for now. Just let ringing continue for caller
and have it pass thru
;to General Delivery after timeout.
;exten => s,n,Background(AttendantMainMenu)
;exten => s,n,Background(silence/5)
;
exten => 9,1,Dial(Local/${EXT_JAMES}@Extensions-PBX)
;
exten => ${EXT_CONFERENCEROOM},1,GoTo(conference-call-menu,s,1)
;
; If they take too long, send to general delivery
exten => t,1,Dial(Local/${EXT_GENERAL_MAILBOX}@Extensions-PBX)
;
; "That's not valid, try again"
exten => i,1,Playback(invalid)
exten...