aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-01 21:28:19 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-01 21:28:19 +0000
commitdd8a0566baf7c852967fb272055fbaa43b8e3b07 (patch)
tree271c16392c83b0ac2ff0226f1fd1cb4554e1bae7 /configs/voicemail.conf.sample
parentc8b64290b516220434ca6aa4996372f8155294f3 (diff)
Support setting locale per-mailbox (changes date/time languages for email, pager messages).
(closes issue #14333) Reported by: klaus3000 Patches: 20090515__issue14333.diff.txt uploaded by tilghman (license 14) app_voicemail.c-svn-trunk-rev211675-patch.txt uploaded by klaus3000 (license 65) Tested by: klaus3000 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@266828 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/voicemail.conf.sample')
-rw-r--r--configs/voicemail.conf.sample10
1 files changed, 9 insertions, 1 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index e522dc3ec..392bd8c59 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -93,7 +93,8 @@ maxlogins=3
; For the directory, you can override the intro file if you want
;directoryintro=dir-intro
; The character set for voicemail messages can be specified here
-;charset=ISO-8859-1
+; default: ISO-8859-1
+;charset=UTF-8
; The ADSI feature descriptor number to download to
;adsifdn=0000000F
; The ADSI security lock code
@@ -226,6 +227,13 @@ pagerdateformat=%A, %B %d, %Y at %r
; overridden in the per-mailbox settings, unless listed otherwise.
;
; tz=central ; Timezone from zonemessages below. Irrelevant if envelope=no.
+; locale=de_DE.UTF-8 ; set the locale for generation of the date/time strings (make
+ ; sure the locales are installed in your operating system; e.g
+ ; on Debian Linux you can use "dpkg-reconfigure locales").
+ ; If you use UTF-8 locales, make sure to set the "charset" option
+ ; to UTF-8 too. If you mix different locales for different users
+ ; you should avoid words in the emaildateformat specification, e.g.:
+ ; emaildateformat=%A, %d %B %Y, %H:%M:%S
; attach=yes ; Attach the voicemail to the notification email *NOT* the pager email
; attachfmt=wav49 ; Which format to attach to the email. Normally this is the
; first format specified in the format parameter above, but this