舉報

會員
FreeSWITCH 1.6 Cookbook
最新章節:
Index
FreeSWITCH1.6CookbookiswrittenforanyonewhowantstolearnmoreaboutusingFreeSWITCHinproduction.Theinformationispresentedinsuchawaythatyoucangetupandrunningquickly.Thecookbookapproacheschewsmuchofthefoundationalconcepts,andinsteadfocusesondiscreteexamplesthatillustratespecificfeatures.Ifyouneedtoimplementaparticularfeatureasquicklyaspossible,thenthisbookisforyou.
目錄(69章)
倒序
- 封面
- 版權信息
- Credits
- About the Authors
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. Routing Calls
- Introduction
- Internal calls
- Incoming DID (also known as DDI) calls
- Outgoing calls
- Ringing multiple endpoints simultaneously
- Ringing multiple endpoints sequentially (simple failover)
- Advanced multiple endpoint calling with enterprise originate
- Time-of-day routing
- Manipulating SIP To: headers on registered endpoints to reflect DID numbers
- Chapter 2. Connecting Telephones and Service Providers
- Introduction
- Configuring an SIP phone to register with FreeSWITCH
- Connecting to Skype
- Configuring an SIP gateway
- Codec configuration
- Chapter 3. Processing Call Detail Records
- Introduction
- Using CSV CDRs
- Using XML CDRs
- Inserting CDRs into a backend database
- Using a web server to handle XML CDRs
- Using the event socket to handle CDRs
- Directly inputting CDRs into various databases in real time
- Chapter 4. External Control
- Introduction
- Getting familiar with the fs_cli interface
- Setting up the event socket library
- Establishing an inbound event socket connection
- Establishing an outbound event socket connection
- Using fs_ivrd to manage outbound connections
- Filtering events
- Launching a call with an inbound event socket connection
- Using the ESL connection object for call control
- Using the built-in web interface
- Chapter 5. PBX Functionality
- Introduction
- Creating users
- Accessing voicemail
- The company directory
- Using phrase macros to build sound prompts
- Creating XML IVR menus
- Music on hold
- Creating conferences
- Sending faxes
- Receiving faxes
- Basic text-to-speech with mod_flite
- Advanced text-to-speech with mod_tts_commandline
- Recording calls
- Chapter 6. WebRTC and Mod_Verto
- Introduction
- Configuring FreeSWITCH for WebRTC
- SIP signaling in JavaScript with SIP.js (WebRTC client)
- Verto installation and setup
- Verto signaling in JavaScript using Verto.js (Verto client)
- Chapter 7. Dialplan Scripting with Lua
- Introduction
- Creating a basic Lua script
- User interaction and DTMF gathering
- Using conditionals loops web calls and regular expressions
- Connecting to an external database
- Index 更新時間:2021-07-16 13:45:24
推薦閱讀
- Unity 2020 Mobile Game Development
- TestNG Beginner's Guide
- Animate CC二維動畫設計與制作(微課版)
- GitLab Repository Management
- Securing WebLogic Server 12c
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Web程序設計(第二版)
- HTML5入門經典
- 飛槳PaddlePaddle深度學習實戰
- Windows內核編程
- 愛上micro:bit
- Lift Application Development Cookbook
- Learning Ionic
- Backbone.js Testing
- PyQt編程快速上手
- Swift Essentials(Second Edition)
- 面向物聯網的Android應用開發與實踐
- Java EE 程序設計
- 程序員的算法趣題2
- React.js 16從入門到實戰
- 數據庫系統原理及應用(SQL Server 2012)
- HTTP權威指南
- concrete5 for Developers
- Beginning C++ Programming
- Learning Dart(Second Edition)
- Jenkins Essentials(Second Edition)
- Nginx底層設計與源碼分析
- 玩轉Django 2.0
- Programming Arduino with LabVIEW
- React+Node.js開發實戰:從入門到項目上線