search for: get_timerange

Displaying 1 result from an estimated 1 matches for "get_timerange".

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 should change the end time (ie midnight) to either 23:59 -or- 00:00. 23:59 will work - but what happens to calls then b...