[Home]

Summary:ASTERISK-05627: in commet field of config file double minus ends parsing of the config file ";--"
Reporter:Agust Gudmundsson (agtmis)Labels:
Date Opened:2005-11-17 04:01:44.000-0600Date Closed:2011-06-07 14:10:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:My extensions.conf file had comment lines like ";--ag".
The config files were read up to the "--" and not more.
No extensions after that comment line were not read.
Was ok in 1.0.9.
Not ok in 1.2.0.rc1 or 1.2.0.rc2

Comments:By: BJ Weschke (bweschke) 2005-11-17 09:45:24.000-0600

;-- is what's considered a "Meta Comment". I think you must then terminate that comment with --;. It doesn't terminate with the newline character on that line. Please try this and let me know your results, but this is what I've gathered by a quick look at the code. See bug 0002911 for more information on the original introduction of this functionality.