- 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.
- 基于粒計算模型的圖像處理
- 潮流:UI設計必修課
- Clojure for Domain:specific Languages
- 基于Swift語言的iOS App 商業實戰教程
- 圖數據庫實戰
- C語言程序設計與應用(第2版)
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- MySQL程序員面試筆試寶典
- INSTANT JQuery Flot Visual Data Analysis
- C# 7.0本質論
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Android應用開發攻略
- MySQL核心技術與最佳實踐
- Getting Started with Windows Server Security
- Web前端開發技術實踐指導教程