Www interface problems

Hi

i’ve installed freePBX 2.1.1. as is writted in INSTALL file

asterisk is working, fop is working, reports (CDR) are shown
but:

  1. how to change www interface language ?
    when i select diffren language, page is reloaded but
    no change is made, it’s still in english
    i have files amp.mo and amp.po in
    /var/www/html/admin/i18n/${lang}/LC_MESSAGE/
    lang = ( de_DE,es_ES, fr_FR,it_IT,pt_PT,ru_RU )
    privilages : chmod -R 777 /var/www/html/admin/

  2. when i add extension with voicemail:
    /etc/asterisk/voicemail,conf is modyfied
    but sip_additional.conf is still unchanged
    when i run retrieve_sip_conf_from_mysql.pl manually
    then sip_additional.conf is updated

can anyone can give me any sugestions ?
thanks in advance.

-FD

On Tuesday 25 July 2006 18:26, fdragowski wrote:

[quote] Hi

i’ve installed freePBX 2.1.1. as is writted in INSTALL file

asterisk is working, fop is working, reports (CDR) are shown
but:

  1. how to change www interface language ?
    when i select diffren language, page is reloaded but
    no change is made, it’s still in english
    i have files amp.mo and amp.po in
    /var/www/html/admin/i18n/${lang}/LC_MESSAGE/
    lang = ( de_DE,es_ES, fr_FR,it_IT,pt_PT,ru_RU )
    privilages : chmod -R 777 /var/www/html/admin/
    [/quote]do you have the locales on your system?

[quote] 2. when i add extension with voicemail:
/etc/asterisk/voicemail,conf is modyfied
but sip_additional.conf is still unchanged
when i run retrieve_sip_conf_from_mysql.pl manually
then sip_additional.conf is updated
[/quote]are you running the retrive script as root? if you did, the additional file is
now owned by root, and “asterisk” cannot modify it.


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

thank You VERY much for quick reply

i added proper locales (taken from /etc/locale.alias) to my /etc/locale.gen then executed locale-gen
and change permissions for /var/lib/asterisk/ and /var/lib/asterisk/
all is working now.