Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Freeswitch 1.6 Cookbook
  • Toc
  • feedback
Freeswitch 1.6 Cookbook

Freeswitch 1.6 Cookbook

By : Anthony Minessale II, Giovanni Maruzzelli
5 (3)
close
Freeswitch 1.6 Cookbook

Freeswitch 1.6 Cookbook

5 (3)
By: Anthony Minessale II, Giovanni Maruzzelli

Overview of this book

FreeSWITCH 1.6 Cookbook is written for anyone who wants to learn more about using FreeSWITCH in production. The information is presented in such a way that you can get up and running quickly. The cookbook approach eschews much of the foundational concepts, and instead focuses on discrete examples that illustrate specific features. If you need to implement a particular feature as quickly as possible, then this book is for you.
Table of Contents (9 chapters)
close
8
Index

Establishing an inbound event socket connection

An inbound event socket connection means that an external script or program is connecting to a FreeSWITCH server. The connection is inbound from the server's point of view. In fact, every time you run the fs_cli utility, you are making an inbound event socket connection.

Getting ready

Be sure that you have installed ESL for your preferred programming language (see the previous recipe, Setting up the event socket library). From there on, you will just need a text editor, command-line access, and a phone registered to your system. The examples presented here are in Perl. However, the accompanying code samples have corresponding examples in Python as well.

How to do it...

The following code is a simple inbound connection that sends the status command to FreeSWITCH. Add the code as follows:

  1. Open scripts/ib_api.pl in a text editor and add these lines:
    #!/usr/bin/perl
    use strict;
    use warnings;
    require ESL;
    
    my $host = "127.0.0.1";
    my $port...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete