Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Freeswitch 1.6 Cookbook

You're reading from   Freeswitch 1.6 Cookbook Over 45 practical recipes to empower you with the latest FreeSWITCH 1.6 features

Arrow left icon
Product type Paperback
Published in Jul 2015
Publisher
ISBN-13 9781785280917
Length 190 pages
Edition 1st Edition
Concepts
Arrow right icon
Toc

Table of Contents (9) Chapters Close

Preface 1. Routing Calls FREE CHAPTER 2. Connecting Telephones and Service Providers 3. Processing Call Detail Records 4. External Control 5. PBX Functionality 6. WebRTC and Mod_Verto 7. Dialplan Scripting with Lua Index

The company directory


Most companies have some form of dial-by-name directory. This recipe will show you how to add a company directory to your FreeSWITCH installation using mod_directory.

How to do it...

Enable and build mod_directory by following these steps:

  1. Open modules.conf in your FreeSWITCH source directory.

  2. Uncomment this line:

    #applications/mod_directory
  3. Save the file and exit.

  4. Linux/Unix users have to issue the proper make command:

    make mod_directory-install
    

Allow mod_directory to be loaded when FreeSWITCH starts:

  1. Open conf/autoload_configs/modules.conf.xml in a text editor.

  2. Uncomment this line:

    <!--<load module="mod_directory"/>-->
  3. Save the file and exit.

  4. Restart FreeSWITCH.

  5. Start fs_cli and issue the command show application.

You should see an application named directory in the list. Next, we need to add a simple dialplan extension that will let us test:

  1. Open conf/dialplan/default/01_Custom.xml in a text editor.

  2. Add these lines:

    <include>
      <extension name="dial by name"...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime