Welcome Guest, Login or Sign up

Zimbra Gallery

Click to Call Zimlet

by rrao

This Zimlet provides generic integration to perform click to call from within Zimbra. For example: If you see a phone number in an email or a contact, you can click on it and initiate call from your work phone to the number you clicked.

This Zimlet currently integrates with Mitel's (http://mitel.com/) voice servers and system admins will have to do the following changes before using it.

Configuration details:

Unzip the zimlet

In config_template.xml:

Change allowedDomains and click2call_server values to point to your instance of the voice servers.

<property name="allowedDomains">*.mitel.com,*.inter-tel.com</property>

<property name="click2call_server">acs-core3.inter-tel.com</property>

 

Make change to ZmClick2Call.js to set current user info. 

this.toPhoneNumber = "";

this.email = "";

this.password = "";

PS: You don't need this step you setup single signon on Mitel or have some other way to get user's info into the Zimlet.

 

To modify Zimlet for other providers:

You only need to change the APIs inside ZmClick2CallProviderAPIs.js

 

 

Downloads: 965
Latest Version: 0.3
Categories: Telecom
Compatibility: ZD 7.0 or later, ZD 7.1.3
License: ZPL
Created: February 11, 2012
Updated: February 11, 2012

Reviews

by 50asm on Mar 08, 2012 for version 0.3

Is there anyway to configure this with asterisk or FreeSWITCH? The reson I ask is the Asterisk zimlet does not work on version 7+.

Thank you!

Add a Review

Please log in to post review/comments.