View Single Post
  #21 (permalink)  
Old 11-24-2008, 01:45 AM
chlauber chlauber is offline
Senior Member
 
Posts: 72
Default Upgrading ZCS 5.10 to 5.11

Hi all
The ch_bnc_asterisk zimlet works also in ZCS 5.11, but you need to be aware of some things while upgrading to ZCS 5.11

1) You need to reinstall the zimlet after upgrading from ZCS 5.10 -> 5.11.
Code:
zmzimletctl install zimlets/ch_bnc_asterisk.zip
The reason is that the zimlets jar library is not deployed otherwise. Seems that the jar gets purged during upgrade.

2) If you have problems with special characters in SMS you may need to edit the LANG variable of the zimbra user. Edit .bash_profile of the zimbra user:
Code:
# set because of umlaut problem with sms
export LANG=en_US.UTF-8
3) Restart mailboxd
Code:
zmmailboxdctl restart
Reply With Quote