I've asterisk and zimbra on separated boxes.
When I click on the voicemail zimlet this message is on the /var/log/apache/error.log on the asterisk server:
Code:
[Tue Sep 09 20:23:44 2008] [error] [client 200.63.120.8] [Tue Sep 9 20:23:44 2008] vmail.cgi: Can't return outside a subroutine at /usr/lib/cgi-bin/vmail.cgi line 1056., referer: http://200.63.120.8/zimbra/
I can open
http://200.63.120.26/cgi-bin/vmail.cgi and put my ext number and password to check the voicemail using a web browser.
This is the configuration of the config_template.xml :
Code:
<zimletConfig name="com_zimbra_asteriskmwi" version="2.1">
<global>
<property name="allowedDomains">200.63.120.26</property>
<property name="vmURL">http://200.63.120.26/cgi-bin/vmail.cgi</
property>
<property name="myAddress">200.63.120.8</property>
</global>
</zimletConfig>
How can I solve it?