- 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.
- C及C++程序設(shè)計(第4版)
- SoapUI Cookbook
- Go語言高效編程:原理、可觀測性與優(yōu)化
- Mastering SVG
- Oracle 12c中文版數(shù)據(jù)庫管理、應(yīng)用與開發(fā)實踐教程 (清華電腦學(xué)堂)
- Python機器學(xué)習(xí)算法與實戰(zhàn)
- OpenCV 4計算機視覺項目實戰(zhàn)(原書第2版)
- 微信小程序開發(fā)與實戰(zhàn)(微課版)
- 深入分析GCC
- The Statistics and Calculus with Python Workshop
- Hack與HHVM權(quán)威指南
- IBM RUP參考與認證指南
- Microsoft Dynamics GP 2013 Cookbook
- Processing開發(fā)實戰(zhàn)
- C# 7 and .NET Core 2.0 Blueprints