Quote:
Originally Posted by mlanner Hi,
This seems like a great Zimlet. I've installed it according to the instructions, but I'm a bit lost when it comes to the config.xml file. What do I need to edit in the config file? Is there anything more than this section that needs to be edited: Code: <host name="zimbra.bnc.ch">
<property name="astManagerIp">asterisk.be.bnc.ch</property>
<property name="astManagerPort">5038</property>
<property name="astManagerUser">zimbra</property>
<property name="astManagerSecret">test1234</property> And, can I use any user for the "astManagerUser" and "astManagerSecret"?
Thanks in advance.
Rgds /// Martin |
Hi Martin
Yes there are a lot of options to keep the zimlet flexible. The price is that config gets big. Actually you found the important part :-)
<host name="zimbra.bnc.ch">
The hostname of your zimbra server. You could move the properties to the <global> section if the settings will be the same for all zimbra servers.(which is normally the case if you have one zimbra server)
<property name="astManagerIp">asterisk.be.bnc.ch</property>
IP of your asterisk server. (or AMI Proxy)
<property name="astManagerPort">5038</property>
Does not change normally
<property name="astManagerUser">zimbra</property>
This is the user that must be configured in asterisk's manager.conf . It needs at least "call, command" priviledges (for asterisk 1.4).
<property name="astManagerSecret">test1234</property>
Secret for the above user (cleartext)
hope this helps
