summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-12-27 21:18:27 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-12-27 21:18:27 +0000
commitafbfafa400a39b2613a37367e9060cff55d0e731 (patch)
tree0ee6a9b23db4f2dd5ba133a9f49a66824c66fca2 /doc
parent16b09ac48cdcb5db25b0a1bde0e53a1eae619519 (diff)
make the 'languageprefix' option default to on, and deprecate turning it off
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/asterisk-conf.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/asterisk-conf.txt b/doc/asterisk-conf.txt
index e8b03b6a0..9e915c16c 100644
--- a/doc/asterisk-conf.txt
+++ b/doc/asterisk-conf.txt
@@ -65,10 +65,11 @@ maxcalls = 255 ; The maximum number of concurrent calls you want to allow
execincludes = yes | no ; Allow #exec entries in configuration files
dontwarn = yes | no ; Don't over-inform the Asterisk sysadm, he's a guru
systemname = <a_string> ; System name. Used to prefix CDR uniqueid and to fill ${SYSTEMNAME}
-languageprefix = yes | no ; Should language code be last component of sound file name or first?
+languageprefix = no | yes ; Should language code be last component of sound file name or first?
; when off, sound files are searched as <path>/<lang>/<file>
; when on, sound files are search as <lang>/<path>/<file>
; (only affects relative paths for sound files)
+ ; NOTE: this option is deprecated, as the default value is now 'yes'
maxlimit = <value> ; Maximum number open files for the Asterisk process
[files]