[asterisk-bugs] [Asterisk 0013314]: Include statements in extensions.conf.sample

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Aug 15 15:26:45 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
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 15:26 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!
====================================================================== 

---------------------------------------------------------------------- 
 (0091456) svnbot (reporter) - 2008-08-15 15:26
 http://bugs.digium.com/view.php?id=13314#c91456 
---------------------------------------------------------------------- 
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 http://bugs.digium.com/view.php?id=13314)
 Reported by: kue

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-08-15 15:26 svnbot         Note Added: 0091456                          
======================================================================




More information about the asterisk-bugs mailing list