Skip to content
Snippets Groups Projects
Commit d13e2364 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

More clearly explain that quote marks are no longer necessary.

(closes issue #13718)
 Reported by: davidw
 Patches: 
       20081020__bug13718.diff.txt uploaded by Corydon76 (license 14)
 Tested by: blitzrage


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167176 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 334a89f7
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,11 @@ Core:
arguments of AGI applications. After converting to use the ',' delimiter,
change this option to res_agi=1.6.
* As a side effect of the application delimiter change, many places that used
to need quotes in order to get the proper meaning are no longer required.
You now only need to quote strings in configuration files if you literally
want quotation marks within a string.
* The logger.conf option 'rotatetimestamp' has been deprecated in favor of
'rotatestrategy'. This new option supports a 'rotate' strategy that more
closely mimics the system logger in terms of file rotation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment