View Single Post
  #23 (permalink)  
Old 12-08-2008, 01:12 AM
chlauber chlauber is offline
Senior Member
 
Posts: 72
Default Asterisk version detection

Hi uxbod
The asterisk-java library does some fancy detection of the asterisk version. But it needs command privilege to do this. So for now it thinks your asterisk is version 1.0:

Code:
[btpool0-0] [] ManagerConnectionImpl - Determined Asterisk version: Asterisk 1.0
BTW i would expect it to work even when it thinks its asterisk 1.0. But its wroth a trial. So add command privilege to your asterisk user:
Code:
[zimbra]
write           = call,command
...
To get more usful information please set zimlet log level to "DEBUG". Add the following line to /opt/zimbra/conf/log4j.properties.in:

Code:
...
log4j.logger.zimbra.zimlet=DEBUG
Restart mailboxd. Then you can get back to the forum with more log information. Thanks!
Reply With Quote