買這商品的人也買了...
-
$680$537 -
$2,660$2,527 -
$650$514 -
$980$774 -
$970Introduction to Algorithms, 2/e
-
$920$727 -
$880$695 -
$1,029Operating System Concepts, 6/e (Windows XP Update)
-
$860$679 -
$1,930$1,834 -
$690$587 -
$780$741 -
$750$638 -
$760$600 -
$590$466 -
$690$538 -
$720$569 -
$750$638 -
$560$476 -
$2,390$2,271 -
$480$379 -
$750$593 -
$780$616 -
$675LPIC 1 Exam Cram 2: Linux Professional Institute Certification Exams 101 and 102 (Paperback)
-
$650$507
商品描述
VOCAL (the Vovida Open Communication Application Library) is an open source software project that provides call control, routing, media, policy, billing information and provisioning on a system that can range from a single box in a lab with a few test phones to a large, multi-host carrier grade network supporting hundreds of thousands of users. VOCAL is freely available from the Cisco Systems-sponsored Vovida.org community web site (www.vovida.org).
A Silicon Valley start-up called Vovida Networks, Inc (think of VOice, VIdeo, DAta) created VOCAL and invested over one hundred man years into its development. Since Cisco acquired Vovida in 2000, individuals representing every significant telecom company and service provider in the world have downloaded the source code. Today, more and more people are successfully building VOCAL into professional solutions, while contributing fixes and new functionality back to Vovida.org.
Because VOCAL is open source, you can look "under the hood" to the base code and protocol stack levels and discover not only how the system works, but also how common problems are being worked out in the development environment. We're hoping that you will be inspired to take this system to another level by implementing a feature or functionality that no one has thought of before.
Written by a team from Vovida Networks, Practical VoIP Using VOCAL includes the following topics:
- Installing and configuring VOCAL 1.4.0 onto a single host and
onto a multi-host network with phones and gateways
- C++, C and Java architecture found within VOCAL
- Provisioning a VoIP system
- SIP (Session Initiation Protocol), SDP (Session Description
Protocol) and RTP (Real-time Transport Protocol) for call control and media
- TRIP (Telephony Routing over IP), DNS SRV and ENUM for routing
- MGCP (Media Gateway Control Protocol) and H.323 for call control
and translation into SIP
- COPS (Common Open Policy Service), OSP (Open Settlement
Protocol) and RSVP (Reservation Protocol) for policy and Quality of Service
- RADIUS (Remote Authentication Dial In User Service) for
interfacing with billing servers
- SNMP (Simple Network Management Protocol)
If you're interested in VoIP, this is the only book available that
focuses on the real issues facing programmers and administrators who need to
work with these technologies.
Table of Contents
Preface
1. VOCAL: Say, What?
2. Setting Up a Phone System at Home
3. Setting Up an Internal Trial System
4. Provisioning Users
5. Configuring System Parameters and Dial Plans
6. Provisioning Servers
7. Session Initiation Protocol and Related Protocols
8. Vovida SIP Stack
9. Base Code
10. VOCAL User Agent
11. SIP Proxy: Marshal Server
12. Redirect Server
13. CPL Feature Server
14. Unified Voice Mail Server
15. MGCP Translator
16. H.323 Translator
17. System Monitoring
18. Quality of Service and Billing
19. Provisioning
A. VOCAL SIP UA Configuration File
B. Testing Tools
Index
商品描述(中文翻譯)
雖然許多書籍描述了語音傳輸協定(Voice over IP, VoIP)的理論,但只有《Practical VoIP Using VOCAL》描述了這樣的電話系統是如何實際構建的,以及您如何獲取源代碼、將其安裝到系統上、連接電話並進行通話。
VOCAL(Vovida 開放通信應用程式庫)是一個開源軟體專案,提供呼叫控制、路由、媒體、政策、計費資訊和配置,系統範圍可以從實驗室中的單一設備和幾部測試電話到支持數十萬用戶的大型多主機運營商級網絡。VOCAL 可以從思科系統公司贊助的 Vovida.org 社區網站(www.vovida.org)免費獲得。
一家名為 Vovida Networks, Inc 的矽谷初創公司(想想 VOice、VIdeo、DAta)創建了 VOCAL,並在其開發上投入了超過一百人年的時間。自從思科在 2000 年收購 Vovida 以來,來自全球每個重要電信公司和服務提供商的個人都下載了源代碼。如今,越來越多的人成功地將 VOCAL 構建成專業解決方案,同時將修復和新功能貢獻回 Vovida.org。
由於 VOCAL 是開源的,您可以查看「引擎蓋下」的基礎代碼和協議堆疊層級,發現系統是如何運作的,以及在開發環境中如何解決常見問題。我們希望您能受到啟發,通過實現之前沒有人想到的功能或特性,將這個系統提升到另一個層次。
由 Vovida Networks 團隊撰寫的《Practical VoIP Using VOCAL》包括以下主題:
- 安裝和配置 VOCAL 1.4.0 到單一主機和多主機網絡,並連接電話和閘道
- VOCAL 中的 C++、C 和 Java 架構
- 配置 VoIP 系統
- 用於呼叫控制和媒體的 SIP(會話啟動協定)、SDP(會話描述協定)和 RTP(實時傳輸協定)
- 用於路由的 TRIP(IP 上的電話路由)、DNS SRV 和 ENUM
- 用於呼叫控制和轉換為 SIP 的 MGCP(媒體閘道控制協定)和 H.323
- 用於政策和服務質量的 COPS(通用開放政策服務)、OSP(開放結算協定)和 RSVP(預約協定)
- 用於與計費伺服器介面的 RADIUS(遠端身份驗證撥入用戶服務)
- SNMP(簡單網路管理協定)
如果您對 VoIP 感興趣,這是唯一一本專注於程序員和管理員在使用這些技術時面臨的實際問題的書籍。
目錄
前言
1. VOCAL:說,什麼?
2. 在家設置電話系統
3. 設置內部試用系統
4. 配置用戶
5. 配置系統參數和撥號計劃
6. 配置伺服器
7. 會話啟動協定及相關協定
8. Vovida SIP 堆疊
9. 基礎代碼
10. VOCAL 用戶代理
11. SIP 代理:Marshal 伺服器
12. 重定向伺服器
13. CPL 功能伺服器
14. 統一語音信箱伺服器
15. MGCP 轉換器
16. H.323 轉換器
17. 系統監控
18. 服務質量和計費
19. 配置
A. VOCAL SIP UA 配置文件
B. 測試工具
索引