View Single Post
  #17 (permalink)  
Old 11-18-2008, 02:15 AM
chlauber chlauber is offline
Senior Member
 
Posts: 63
Default New version 0.51!

Hi all

Finally a new version of Asterisk Integration Zimlet. Major new Features are:
  • Internationalization
    German and English Translation available. French is in work. Please help translate! Its easy. Just take a copy of ch_bnc_asterisk.properties translate the keys and rename it to ch_bnc_asterisk_<lang>.properties. Where <lang> is the 2 Letter Language code. Or more specific ch_bnc_asterisk_<lang>_<country>.properties like ch_bnc_asterisk_en_US.properties.
  • New Contact
    Add new contact from a number. Phonnumber Field of New Contact is configurable in User Prefs.
  • Web Search
    Configurable search URL for a public Phonebook URL.
  • Eyecandy
    Added Icons
  • Under the Hood: JSON Objects
    Instead of raw text, JSON Objects are sent from jsp. This allows more flexibility on client side. So now error dialogs, info dialogs have different style.

I still did not find a proper solution for the regular expression. So you still may need to adapt it to your dialplan in ch_bnc_asterisk.xml. I was trying to move the regexp into ch_bnc_asterisk_<lang>.properties file. Then it would be language dependent. But i did not succeed yet.

Have fun
Attached Files
File Type: zip ch_bnc_asterisk.zip (344.9 KB, 57 views)
Reply With Quote