[Home]

Summary:ASTERISK-12589: Include statements in extensions.conf.sample
Reporter:kue (kue)Labels:
Date Opened:2008-08-15 14:25:02Date Closed:2008-08-15 15:26:46
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:As has been noted in the UPGRADE.txt in 1.6 Beta9, the standard delimiter is now the comma (',') character.  In extensions.conf.sample provided with 1.6 beta 9 the old syntax is used but does not work..

STARTING AT LINE 185
; Timing list for includes is
;
;   <time range>|<days of week>|<days of month>|<months>
;
; Note that ranges may be specified to wrap around the ends.  Also, minutes are
; fine-grained only down to the closest even minute.
;
;include => daytime|9:00-17:00|mon-fri|*|*
;include => weekend|*|sat-sun|*|*
;include => weeknights|17:02-8:58|mon-fri|*|*


SHOULD BE CHANGED TO
; Timing list for includes is
;
;   <time range>,<days of week>,<days of month>,<months>
;
; Note that ranges may be specified to wrap around the ends.  Also, minutes are
; fine-grained only down to the closest even minute.
;
;include => daytime,9:00-17:00,mon-fri,*,*
;include => weekend,*,sat-sun,*,*
;include => weeknights,17:02-8:58,mon-fri,*,*




I updated the voip-info wiki and posted on forums.asterisk.org regarding this.

Thanks!
Comments:By: Digium Subversion (svnbot) 2008-08-15 15:26:44

Repository: asterisk
Revision: 138206

U   trunk/configs/extensions.conf.sample
U   trunk/main/pbx.c

------------------------------------------------------------------------
r138206 | tilghman | 2008-08-15 15:26:44 -0500 (Fri, 15 Aug 2008) | 4 lines

Remove deprecated syntax from sample config file
(closes issue ASTERISK-12589)
Reported by: kue

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=138206