Szczegóły ebooka

FreeSWITCH Cookbook. Written by members of the FreeSWITCH team, this is the ultimate guide to getting the most out of the platform. Stuffed with over 40 recipes, just about every angle is covered, from call routing to enabling text-to-speech conversion

FreeSWITCH Cookbook. Written by members of the FreeSWITCH team, this is the ultimate guide to getting the most out of the platform. Stuffed with over 40 recipes, just about every angle is covered, from call routing to enabling text-to-speech conversion

Raymond Chandler, Darren Schreiber, Anthony Minessale II, Michael Collins

Ebook
FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice, chat, and video applications. It can scale from a soft-phone to a PBX and even up to an enterprise-class softswitch.In the FreeSWITCH Cookbook, members of the FreeSWITCH development team share some of their hard-earned knowledge with you in the book's recipes. Use this knowledge to improve and expand your FreeSWITCH installations.The FreeSWITCH Cookbook is an essential addition to any VoIP administrator's library.The book starts with recipes on how to handle call routing and then discusses connecting your FreeSWITCH server to the outside world.It then teaches you more advanced topics like CDR handling, practical examples of controlling FreeSWITCH with the event socket, and configuring many features commonly associated with a PBX installation.
  • FreeSWITCH Cookbook
    • Table of Contents
    • FreeSWITCH Cookbook
    • Credits
    • About the Authors
    • About the Reviewers
    • www.PacktPub.com
      • Support files, eBooks, discount offers and more
        • Why Subscribe?
        • Free Access for Packt account holders
    • Preface
      • What this book covers
      • Who this book is for
      • Conventions
      • Reader feedback
      • Customer support
        • Downloading the example code
        • Errata
        • Piracy
        • Questions
    • 1. Routing Calls
      • Introduction
        • Regular expressions
        • Important dialplan contexts in the default configuration
          • The default context
          • The public context
          • The features context
      • Internal calls
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Incoming DID calls
        • Getting ready
        • How to do it...
        • How it works...
        • Theres more...
        • See also
      • Outgoing calls
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Ringing multiple endpoints simultaneously
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Ringing multiple endpoints sequentially (simple failover)
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Handling busy and other failure conditions
          • Handling no answer conditions
          • Using individual bridge calls
        • See also
      • Advanced multiple endpoint calling with enterprise originate
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Setting variables
          • Ringback
        • See also
      • Time of day routing
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Manipulating To: headers on registered endpoints to reflect DID numbers
        • Getting ready
        • How to do it...
        • How it works...
    • 2. Connecting Telephones and Service Providers
      • Introduction
      • Configuring a SIP phone to register with FreeSWITCH
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Caller ID
          • Customizing context
        • See also
      • Connecting audio devices with PortAudio
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Using FreeSWITCH as a softphone
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Configuring a SIP gateway
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Adding prefixes to dial strings
          • Monitoring gateways
      • Configuring Google Voice
        • Getting ready
        • How to do it...
        • How it works...
      • Codec configuration
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Avoiding codec negotiation altogether
    • 3. Processing Call Detail Records
      • Introduction
      • Using CSV CDRs
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • File names and locations
          • Other options
          • CDR CSV templates
        • See also
      • Using XML CDRs
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • File names and locations
          • Logging the B leg
        • See also
      • Inserting CDRs into a backend database
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Using a web server to handle XML CDRs
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Using the event socket to handle CDRs
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • ESL considerations
          • Receiving XML CDRs
        • See also
    • 4. External Control
      • Introduction
      • Getting familiar with the fs_cli interface
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Important commands for listing information
          • Useful command line options
          • Viewing events
        • See also
      • Setting up the event socket library
        • Getting ready
          • Debian
          • Red Hat
        • How to do it...
        • How it works...
      • Establishing an inbound event socket connection
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Establishing an outbound event socket connection
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Using fs_ivrd to manage outbound connections
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Filtering events
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Launching a call with an inbound event socket connection
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Using the ESL connection object for call control
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Using the built-in web interface
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Controlling PortAudio
          • The "XML RPC" In mod_xml_rpc
        • See also
    • 5. PBX Functionality
      • Introduction
      • Creating users
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Regular expressions with Regexp::Assemble
        • See also
      • Accessing voicemail
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Company directory
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Using phrase macros to build sound prompts
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Creating XML IVR menus
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
      • Music on hold
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
      • Creating conferences
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Caller controls
          • Conference moderator and PIN
      • Sending faxes
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Detecting a fax machine and responding
          • Diagnosing fax issues
          • Helpful software
        • See also
      • Receiving faxes
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Detecting inbound faxes
          • Processing a received fax
        • See also
      • Basic text-to-speech with mod_flite
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Advanced text-to-speech with mod_tts_commandline
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
          • Modifying the audio stream
          • Other TTS engines
          • Configuration file examples
        • See also
      • Listening to live calls with telecast
        • Getting ready
        • How to do it...
        • How it works...
        • See also
      • Recording calls
        • Getting ready
        • How to do it...
        • How it works...
        • There's more...
        • See also
    • Index
  • Tytuł: FreeSWITCH Cookbook. Written by members of the FreeSWITCH team, this is the ultimate guide to getting the most out of the platform. Stuffed with over 40 recipes, just about every angle is covered, from call routing to enabling text-to-speech conversion
  • Autor: Raymond Chandler, Darren Schreiber, Anthony Minessale II, Michael Collins
  • Tytuł oryginału: FreeSWITCH Cookbook. Written by members of the FreeSWITCH team, this is the ultimate guide to getting the most out of the platform. Stuffed with over 40 recipes, just about every angle is covered, from call routing to enabling text-to-speech conversion.
  • ISBN: 9781849515412, 9781849515412
  • Data wydania: 2012-02-23
  • Format: Ebook
  • Identyfikator pozycji: e_3b1d
  • Wydawca: Packt Publishing