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

Using XML CDRs

FreeSWITCH generates a wealth of information for each call that cannot be easily represented in a traditional CSV flat file format. XML gives us all the flexibility to store structured information. In this recipe, we will enable mod_xml_cdr and discuss a few of its configuration options.

Getting ready

In the default configuration, mod_xml_cdr is compiled but not enabled. Follow these steps to enable it:

  1. Open conf/autoload_configs/modules.conf.xml.
  2. Uncomment this line:
    <!-- <load module="mod_xml_cdr"/> -->
  3. Save the file and exit.

Now mod_xml_cdr will load automatically when FreeSWITCH starts. However, if FreeSWITCH is already running, we need to load it manually. Issue the load mod_xml_cdr command at fs_cli. The XML CDR data will now be stored in the log/xml_cdr/ directory.

XML CDRs have many options. To review them, open the conf/autoload_configs/xml_cdr.conf.xml file. We will be discussing some of these options later in this recipe.

How to do it...

The easiest...

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 $19.99/month. Cancel anytime