Klaus Darilion schrieb: > I want to configure voicemail to send emails with the date of the > message in German/Austria, that means: > > "Montag, 26 Jänner 2009" instead of "Monday, 26 January 2009" > > voicemail.conf refers to "man strftime". This refers to the current locales. > > So, I tried > export LANG=de > export LC_ALL=de_DE > before starting Asterisk. Unfortunately the date format is still in English. > > Any hints how to achieve the German language date format?
Do you have these locales installed? And what's the default locale on your system? Debian: aptitude install locales dpkg-reconfigure locales (Locales to be generated: check the ones you want to install) (Default locale for the system environment: e.g. de_DE.UTF-8) However I'm not sure if that helps. Maybe Asterisk always uses the C locale to expand emaildateformat. Philipp Kempgen -- AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 -- _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
