aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 21:37:11 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 21:37:11 +0000
commit79c7f47ef48159bf5edf96eaee838fa304b6494d (patch)
treefa6f5aeb0036f9fe70a457a0509c4bffe2453d94 /doc
parent543e29ac150b65e2561c2e3058a694bc092a0f03 (diff)
move processing of 'languageprefix' option to proper section of config file
document that option :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30934 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-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