- Asterisk 1.4 : The Professional's Guide
- Colman Carpenter David Duffett Ian Plain
- 186字
- 2021-04-01 14:07:58
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 are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
exten => s,1,Dial(Zap/1,30) exten => s,n,Goto(s-${DIALSTATUS},1) exten => s,n,Hangup() exten => s-NOANSWER,1,Voicemail(100,u) exten => s-BUSY,1,Voicemail(100,b) exten => i,1,Voicemail(0,s)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
Note
Tips and tricks appear like this.
推薦閱讀
- iOS應(yīng)用逆向與安全之道
- BPEL Cookbook: Best Practices for SOA/based integration and composite applications development
- YUI 2.8: Learning the Library
- AI圖像處理:Photoshop+Firefly后期處理技術(shù)基礎(chǔ)與實(shí)戰(zhàn)
- Moodle JavaScript Cookbook
- 圖像處理中的數(shù)學(xué)修煉(第2版)
- 通達(dá)信炒股軟件從入門到精通(第2版)
- AutoCAD 2019中文版計(jì)算機(jī)輔助繪圖全攻略
- 中文版Photoshop CS6經(jīng)典自學(xué)教程
- Photoshop CC 2018基礎(chǔ)教程(第3版)
- 零基礎(chǔ)攝影后期修圖 Photoshop照片處理輕松入門
- SAI+Photoshop漫畫繪制技法從入門到精通(第2版)
- 中文版Flash CC動(dòng)畫制作實(shí)用教程
- UG NX 9.0模具設(shè)計(jì)工廠實(shí)訓(xùn)
- Android APP開發(fā)實(shí)戰(zhàn):從規(guī)劃到上線全程詳解