- 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.
- Java多線程編程實戰指南:設計模式篇(第2版)
- Developing Middleware in Java EE 8
- Python深度學習
- 深入淺出Serverless:技術原理與應用實踐
- SQL Server 2016數據庫應用與開發
- Arduino家居安全系統構建實戰
- 西門子S7-200 SMART PLC編程從入門到實踐
- Odoo 10 Implementation Cookbook
- JavaScript動態網頁編程
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- SQL Server 2008中文版項目教程(第3版)
- Mastering ASP.NET Core 2.0
- Visual FoxPro程序設計實驗教程
- Web前端開發精品課:HTML5 Canvas開發詳解
- Java EE 程序設計