Book Image

FreeSWITCH 1.8

By : Anthony Minessale II, Giovanni Maruzzelli
Book Image

FreeSWITCH 1.8

By: Anthony Minessale II, Giovanni Maruzzelli

Overview of this book

FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice and chat-driven products, scaling from a soft-phone to a PBX and even up to an enterprise-class soft-switch. This book introduces FreeSWITCH to IT professionals who want to build their own telephony system. This book starts with a brief introduction to the latest version of FreeSWITCH. We then move on to the fundamentals and the new features added in version 1.6, showing you how to set up a basic system so you can make and receive phone calls, make calls between extensions, and utilize basic PBX functionality. Once you have a basic system in place, we’ll show you how to add more and more functionalities to it. You’ll learn to deploy the features on the system using unique techniques and tips to make it work better. Also, there are changes in the security-related components, which will affect the content in the book, so we will make that intact with the latest version. There are new support libraries introduced, such as SQLite, OpenSS, and more, which will make FreeSWITCH more efficient and add more functions to it. We’ll cover these in the new edition to make it more appealing for you.
Table of Contents (23 chapters)
Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Installing and Configuring WebRTC in FS


For a quick test, Tristan Mahe contributed a script that installs all that's needed forWebRTC, from FreeSWITCH itself to certificates to webserver, to Verto Communicator, on a freshly deployed Debian 8 minimal Jessie server. Install the base OS on hardware or on a virtual machine, ssh on that machine, execute thescript and you're ready to connect to your new WebRTC Conference Server:

https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie#Debian8Jessie-QuickStartFreeSWITCHDemoWithVertoCommunicator In following sections we will not use the automated install script. Instead we'll look at all the steps needed to build a complete WebRTC FreeSWITCH platform starting from a standard FS installation (eg, right after installing FreeSWITCH).

Actually there is no module to compile or install for adding WebRTC support on top of the standard FreeSWITCH deployment. All modules are already installed and ready to run. FreeSWITCH is WebRTC capable out of...