- Building Telephony Systems with OpenSIPS(Second Edition)
- Flavio E. Goncalves Bogdan-Andrei Iancu
- 119字
- 2021-08-20 10:43:11
SIP request messages
There are several types of message requests. SIP is transactional, communicating through requests and replies. The most important types of requests are described in the following table:

Most of the time, you will use REGISTER, INVITE, ACK, BYE, and CANCEL. Some messages are used for other features. For example, INFO is used for Dual-tone Multi-frequency (DTMF) relay and mid-call signaling information. PUBLISH, NOTIFY, and SUBSCRIBE give support to the presence systems. REFER is used for call transfer and MESSAGE for chat applications. Newer requests can appear depending on the protocol standardization process. Responses to these requests are in the text format as in the HTTP protocol. Some of the most important replies are shown as follows:

推薦閱讀
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Cassandra Design Patterns(Second Edition)
- Linux Device Drivers Development
- Swift 4從零到精通iOS開發
- Java SE實踐教程
- Python從入門到精通(第3版)
- Python趣味編程與精彩實例
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 分布式數據庫HBase案例教程
- JavaScript全棧開發
- 基于Docker的Redis入門與實戰
- Server Side development with Node.js and Koa.js Quick Start Guide
- PHP面試一戰到底
- Unity Certified Programmer:Exam Guide
- 架構師應該知道的37件事