- FreeSWITCH 1.2
- Anthony Minessale Michael S Collins Darren Schreiber Raymond Chandler
- 181字
- 2021-08-20 16:55:54
FreeSWITCH XML Dialplan elements
The example FreeSWITCH XML Dialplan is a good place to start learning about XML Dialplan concepts. The configuration is contained in three main files and two directories, located at conf/dialplan/
:
default.xml
: This contains the primary FreeSWITCH Dialplan configurationpublic.xml
: This contains configurations for handling calls coming in to FreeSWITCH from another locationfeatures.xml
: This contains a special context for handling specific dialing featuresdefault/
: Files in this directory get included in thedefault
contextpublic/
: Files in this directory get included in thepublic
context
The example XML configuration has many instructions for routing calls, all of which make use of the basic building blocks of a Dialplan: contexts, extensions, conditions, and actions. A context is a logical grouping of one or more extensions. An extension contains one or more conditions that must be met. Conditions contain actions that will be performed on the call, depending on whether the condition is met or not. Before further discussing these building blocks, let's revisit some of the concepts we first considered in Chapter 3, Test Driving the Example Configuration.
- 通信網(wǎng)絡(luò)基礎(chǔ)與設(shè)備
- Aptana Studio Beginner's Guide
- 數(shù)字烏托邦
- 萬(wàn)物互聯(lián):蜂窩物聯(lián)網(wǎng)組網(wǎng)技術(shù)詳解
- 互聯(lián)網(wǎng)安全的40個(gè)智慧洞見(jiàn):2014年中國(guó)互聯(lián)網(wǎng)安全大會(huì)文集
- 數(shù)字通信同步技術(shù)的MATLAB與FPGA實(shí)現(xiàn):Altera/Verilog版(第2版)
- 電力物聯(lián)網(wǎng)工程技術(shù)原理與應(yīng)用
- 物聯(lián)網(wǎng)通信技術(shù)
- Mastering Dart
- 6G新技術(shù) 新網(wǎng)絡(luò) 新通信
- 端到端QoS網(wǎng)絡(luò)設(shè)計(jì)
- 沖擊:5G如何改變世界
- 5G技術(shù)核心與增強(qiáng):從R15到R17
- 5G非正交多址接入技術(shù):理論、算法與實(shí)現(xiàn)
- 圖神經(jīng)網(wǎng)絡(luò)前沿