Free Web Conferencing from AnyMeeting
=======================

1.Introduction
----------------

AnyMeeting is a free, full-featured web conferencing tool for small business.

AnyMeeting features:
* 6-way video conferencing
* Conference calling and built-in VoIP
* Screen sharing and application sharing
* Support for up to 200 participants
* Chat
* Polling
* Meeting recording, and much more...

With the AnyMeeting Zimlet, you can launch, schedule and manage online meetings directly from within Zimbra.  To create an AnyMeeting, simply designate a calendar appointment as an AnyMeeting, or right-click on AnyMeeting's Zimlet panel icon.  You can also drag-and-drop contacts, emails or appointments onto the Zimlet icon.

Choose AnyMeeting's completely free ad-supported service or low-cost ad-free options.

AnyMeeting is a leading provider of web conferencing to small business and has been featured in Forbes, PC World, TechCrunch, Information Week and elsewhere.

2.Configuration details
------------------------

1. After deploying the AnyMeeting Zimlet, please restart the Zimbra Collaboration Server instance. This can be accomplished by running the following commands from the Linux terminal (on the server which is hosting Zimbra Collaboration Server). The sample assumes you have a user called 'zimbra' on your server, but you can replace this name with your server administrator name:
  * su - zimbra
  * zmcontrol restart 

2. Is the server hosting the AnyMeeting Zimlet behind a proxy? Please see below how to configure the zimlet depending on the configuration of your server:

(a) Direct network connection

The zimlet is by default configured for direct network connections and no additional settings must be made. 

In order to get the AnyMeeting Zimlet package with the default settings, please access the following link:
http://gallery.zimbra.com/type/zimlet/free-web-conferencing-anymeeting

(b) Behind a proxy connection

If you use the zimlet behind a proxy connection, the following updates must be performed:

  1. Download the AnyMeeting Zimlet package from here: http://gallery.zimbra.com/type/zimlet/free-web-conferencing-anymeeting

  2. Open the downloaded archive with a ZIP utility.

  3. Open the AnyMeetingAPI.jsp file in the archive for editing and update the following lines:

    a) Enter the address for the proxy: String PROXYADDRESS = "http://proxyaddress"; 
    b) Enter the port for the proxy: int PROXYPORT = proxyport;
    c) Set the UseProxy on true: boolean UseProxy = true; 

  4. Save the AnyMeetingAPI.jsp file and update the archive.

  5. Deploy the updated archive in your Zimbra Collaboration Server installation