summaryrefslogtreecommitdiff
path: root/doc/asterisk-conf.txt
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-05-30 21:37:11 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-05-30 21:37:11 +0000
commitf6a44ed7b314acbe580fb75a495b881a47bb8dfb (patch)
treefa6f5aeb0036f9fe70a457a0509c4bffe2453d94 /doc/asterisk-conf.txt
parentb77d820a82b7481e6409eb3440b2250ad801e95b (diff)
move processing of 'languageprefix' option to proper section of config file
document that option :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30934 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/asterisk-conf.txt')
-rw-r--r--doc/asterisk-conf.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/asterisk-conf.txt b/doc/asterisk-conf.txt
index 72c81098a..a838bc561 100644
--- a/doc/asterisk-conf.txt
+++ b/doc/asterisk-conf.txt
@@ -65,6 +65,10 @@ 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?
+ ; 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)
[files]
; Changing the following lines may compromise your security