- Mastering FreeSWITCH
- Anthony Minessale II Giovanni Maruzzelli
- 126字
- 2021-07-14 10:44:05
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Several built-in modules exist to assist in this, such as mod_lcr
and mod_nibblebill
, but the real beauty of FreeSWITCH's handling of calls in a wholesale scenario is due to four core building blocks."
A block of code is set as follows:
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd"> <scenario name="FreeSWITCH: call extension 1001"> <!-- we send the intial INVITE --> <send retrans="500" start_rtd="mer"> <![CDATA[
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="FreeSWITCH: call extension 1001">
<!-- we send the intial INVITE -->
<send retrans="500" start_rtd="mer">
<![CDATA[
New terms and important words are shown in bold.
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Flask Web開發入門、進階與實戰
- Java Web基礎與實例教程
- Mastering Python Networking
- Unity 3D/2D移動開發實戰教程
- Python趣味編程與精彩實例
- 現代C:概念剖析和編程實踐
- Python Machine Learning Cookbook
- Using Yocto Project with BeagleBone Black
- Zend Framework 2 Cookbook
- Java面試一戰到底(基礎卷)
- INSTANT Lift Web Applications How-to
- Unity虛擬現實開發圣典
- 深度學習的數學:使用Python語言
- MonoTouch應用開發實踐指南:使用C#和.NET開發iOS應用
- 威脅建模:設計和交付更安全的軟件