mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@266828 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user