search for: night_menu

Displaying 2 results from an estimated 2 matches for "night_menu".

2004 Apr 30
2
Playing with time ranges...
Playing with time ranges - using the examples found in one of the asterisk cook books... (pdf - page 17) ; After Hours include => night_menu|00:00-08:00|Tue-Fri|*|* include => night_menu|17:00-24:00|Mon-Thu|*|* this gives... ... pbx.c:2962 get_timerange: 24:00 isn't a valid end time.... -- Including context 'night_menu|17:00-24:00|Mon-Thu|*|*' in context 'default' Looking at pbx.c - I'm not sure if I sho...
2008 Jun 24
1
GotoIfTime Function
I am trying to use the GotoIfTime function and get a busy signal. What I am trying to accomplish is to have the system tell callers that we are closed after 5:00pm. Here is the code below. ; If we're open, then go to the open context ; We're open from 9am to 6pm Monday through Friday exten => 3200,1,GotoIfTime(09:00-17:59,mon-fri,*,*?open,3200,1) ; ; We're also late on Tuesday and