Displaying 1 result from an estimated 1 matches for "009da480".
Did you mean:
009d24b0
2008 Jun 24
1
GotoIfTime Function
...9:59,tue&thru,*,*?open,3200,1)
;
; We're also open from 9am to noon on Saturday
exten => 3200,n,GotoIfTime(09:00-11:59,sat,*,*?open,3200,1)
;
; Otherwise, we're closed
exten => 3200,n,Goto(closed,s,1)
here is the cli
-- Executing [3200 at default:1] GotoIfTime("SIP/1231-009da480",
"09:00-17:59|mon-fri|*|*?open|3200|1") in new stack
-- Goto (open,3200,1)
[Jun 23 16:57:46] WARNING[3267]: pbx.c:2468 __ast_pbx_run: Channel
'SIP/1231-009da480' sent into invalid extension '3200' in context 'open',
but no invalid handler
-------------- n...