Troubleshooting Voicemail issues

Troubleshooting voicemail issues

   KB 20577        Last updated on 2015-07-13  




0.00
(0 votes)

Overview

ZCS 8 introduced the ability to integrate Cisco/Mitel solutions out of the box with Zimbra. This page is aimed to help administrators verify the setup and troubleshoot some common issues.

Official documentation on how to use this feature -- "Administrator's Guide" -> "Using the Voice Service".

Things to Verify

Most of the reported issues have been because of a misconfiguration and so the verifying the below should fix the more common problems.

  • Zimlet for the respective service provider should be deployed. At no point should both the cisco and the mitel zimlet be deployed, only deploy the one which is going to be used.

Make sure only one of the above is deployed --

zmzimletctl undeploy com_zimbra_click2call_cisco
zmzimletctl undeploy com_zimbra_click2call_mitel

  • License needs to have --
VoiceAccountsLimit=xxx
  • Make sure "zimbraUCProviderEnabled" is set correctly --
zmprov gacf "zimbraUCProviderEnabled"
  • Make sure the below is set, so that any certificate mistrust issues are ignored --
zmlocalconfig -e ssl_allow_accept_untrusted_certs=true
zmlocalconfig -e ssl_allow_mismatched_certs=true
zmlocalconfig -e ssl_allow_untrusted_certs=true
  • Example from a setup running with Mitel --
zmprov gucs mitel   
# name Mitel
cn: Mitel
objectClass: zimbraUCService
zimbraCreateTimestamp: 20121220181917Z
zimbraId: dca6842e-011a-4d0f-9605-a94655a2b6d2
zimbraUCCallControlURL: https://10.0.10.10/ucs/ws/services/csta
zimbraUCProvider: mitel
zimbraUCUserURL: https://10.0.10.10/ucs/ws/service/ucs
zimbraUCVoicemailURL: https://10.0.10.10/ucs/ws/service/NpViewService 
  • Verify that the proxy allowed domains has the entries for the URL's which were used to setup the service. If using IP then please specify IP, if using FQDN then please specify FQDN.
Admin Console > COS > <cos_name> > Advanced > Proxy Allowed Domains

From the above example, the proxy allowed domains should have had "10.0.10.10".

If the above isn't set, it'll show errors like 'Click-to-call' not working and hanging at 'Connecting...'. Firebug output show's this error:

<body><h2>HTTP ERROR 403</h2>
<p>Problem accessing /service/proxy. Reason:
<pre>Forbidden</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>    


  • Verify that the user belongs to the COS which has Voice service enabled.
  • Many of the UC features run on the client and so the best way to trouble shoot is to enable firebug, and track the post and responses from the server.
http://wiki.zimbra.com/wiki/Enable_firebug
  • Voice mail will not play --

To trouble shoot run the webclient in Chrome with Javascript Console > Network enabled. If you see the below, means the extra quotes are causing the server to return a 404.

Voicemail player error.jpg
Verified Against: Zimbra Collaboration 8.0 Date Created: 04/16/2014
Article ID: https://wiki.zimbra.com/index.php?title=Troubleshooting_Voicemail_issues Date Modified: 2015-07-13



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search