[asterisk-bugs] [Asterisk 0013314]: Include statements in extensions.conf.sample
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Aug 15 14:25:04 CDT 2008
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=13314
======================================================================
Reported By: kue
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13314
Category: Documentation
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.6.0-beta9
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-08-15 14:25 CDT
Last Modified: 2008-08-15 14:25 CDT
======================================================================
Summary: Include statements in extensions.conf.sample
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!
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-08-15 14:25 kue Asterisk Version => 1.6.0-beta9
2008-08-15 14:25 kue SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list