View Single Post
  #3 (permalink)  
Old 11-03-2008, 06:19 AM
chlauber chlauber is offline
Senior Member
 
Posts: 63
Default New version

Hi all

Have a new version of the ch_bnc_asterisk zimlet. Status of problems since first post:

1) Internationalization:
Still not working. Everything English

2) SMS encoding:
See last post. Adding -Dorg.mortbay.util.URI.charset=UTF-8 to JAVA_OPTIONS in /opt/zimbra/etc/jettyrc did the trick.

3)Disabling of SMS Menu does not work
Thus enableContextMenuItem(this.PANEL_MENU,id,false);
seems to have no implementation, menu cannot be disabled. If SMS sending disabled in zimlet config a message is sent that its administratively disabled when some tries to send a SMS.

4)Getting global properties in javascript for maxSMSLength
Works now. Zimlet Whitepaper is missleading. getConfigProperty('key') does not work. In other examples I found that getConfig('key') is used. And that one works.

Have fun!
Attached Files
File Type: zip ch_bnc_asterisk.zip (335.7 KB, 63 views)
Reply With Quote