Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering FreeSWITCH

You're reading from  Mastering FreeSWITCH

Product type Book
Published in Jul 2016
Publisher Packt
ISBN-13 9781784398880
Pages 300 pages
Edition 1st Edition
Languages
Concepts
Authors (8):
Russell Treleaven Russell Treleaven
Seven Du Seven Du
Darren Schreiber Darren Schreiber
Profile icon Darren Schreiber
Ken Rice Ken Rice
Mike Jerris Mike Jerris
Kalyani Kulkarni Kalyani Kulkarni
Florent Krieg Florent Krieg
Charles Bujold Charles Bujold
View More author details

Table of Contents (21) Chapters

Mastering FreeSWITCH
Credits
About the Authors
About the Reviewers
Contributors
www.PacktPub.com
Preface
1. Typical Voice Uses for FreeSWITCH 2. Deploying FreeSWITCH 3. ITSP and Voice Codecs Optimization 4. VoIP Security 5. Audio File and Streaming Formats, Music on Hold, Recording Calls 6. PSTN and TDM 7. WebRTC and Mod_Verto 8. Audio and Video Conferencing 9. Faxing and T38 10. Advanced IVR with Lua 11. Write Your FreeSWITCH Module in C 12. Tracing and Debugging VoIP 13. Homer, Monitoring and Troubleshooting Your Communication Platform Index

Configuring FreeTDM


Any system configuration is typically best built from the bottom up. This means starting with configuring the lower layers and moving your way up as you go. In order to interface with FreeTDM from FreeSWITCH you must configure several different components:

  • Hardware devices (for example, Wanpipe or DAHDI configuration)

  • The FreeTDM library

  • The FreeSWITCH mod_freetdm endpoint configuration

Wanpipe

If you are using Wanpipe cards the first thing you want to do is configure your /etc/wanpipeX.conf devices. There are several ways of creating the configuration but the easiest one is to use the wancfg_fs script installed with Wanpipe. Just follow the interactive prompts.

You can then start each device with wanrouter start. This starts all devices and populates /dev/wanpipe/ with a device for each channel (for example, for a T1 it will create /dev/wanpipe1_if1 to /dev/wanpipe1_if24). A span and channel number physically identifies each device. This is important to keep in mind, as it...

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