Book Image

Openfire Administration

By : Mayank Sharma
Book Image

Openfire Administration

By: Mayank Sharma

Overview of this book

<p>Openfire is a free, open-source and full featured Jabber-based Instant Messaging server.<br /><br />This book is a guide to setting up Openfire, tweaking it, and customizing it to build a secure and feature-rich alternative to consumer IM networks. The features covered include details about setting up the server, adding and handling users and groups, updating, and extending the service with plug-ins, connecting with users on external IM networks, connecting with external voice over IP solutions and more, with user-friendly instructions and examples so that you can easily set up your IM network.<br /><br />The book deals with several features of Openfire to streamline communication within an enterprise and beyond. It shows how to configure Openfire to allow only secured connections. It then explains how Openfire complements other existing services running on your network. Managing and fostering IM as a real-time collaboration and communication tool is what this book is about.</p>
Table of Contents (19 chapters)
Openfire Administration
Credits
About the Author
About the Reviewer
Preface

Connecting to VoIP


In addition to connecting to external conversation gateways, Openfire can also interact with a Voice over Internet Protocol (VoIP) service, if you have one in your network. In this section, we'll see how you can hook up your Openfire setup with Asterisk.

Note

I'm assuming that you have an Asterisk VoIP server setup. If you don't, there is lots of online documentation that'll help. In addition, there's also Packt's Asterisk title—Building Telephony Systems With Asterisk. If you are new to Asterisk, I'd suggest you grab the TrixBox VMware image [http://www.trixbox.org/downloads] that provides a ready-to-use Asterisk environment.

To connect Openfire to your Asterisk setup, you need the Asterisk-IM plugin. For Asterisk-IM to work, you'll have to enable the Asterisk Manager and add a user for Openfire. It's up to the Asterisk Manager to allow a client program such as Openfire to connect to an Asterisk instance and issue commands or read phone events over the network.

The...