- Building Telephony Systems with OpenSIPS(Second Edition)
- Flavio E. Goncalves Bogdan-Andrei Iancu
- 117字
- 2021-08-20 10:43:12
Session Description Protocol
The Session Description Protocol (SDP) is described in RFC 4566. It is used to negotiate session parameters between the user agents. Media details, transport addresses, and other media-related information is exchanged between the user agents using the SDP protocol. Normally, the INVITE message contains the SDP offer message, while the 200 OK contains the answer message. These messages are shown in the following figures. You can observe that the GSM codec is offered, but the other phone does not support it. Then it answers with the supported codecs, in this case, G.711 u-law (PCMU) and G.729. The rtpmap:101 session is the DTMF relay described in RFC 2833.

INVITE (SDP Offer)

200 OK (SDP Answer)
推薦閱讀
- Mastering OpenLayers 3
- JavaScript百煉成仙
- Python概率統計
- INSTANT FreeMarker Starter
- 程序員面試算法寶典
- Java虛擬機字節碼:從入門到實戰
- Expert Data Visualization
- ElasticSearch Cookbook(Second Edition)
- Qlik Sense? Cookbook
- MyBatis 3源碼深度解析
- H5+移動營銷設計寶典
- 3D Printing Designs:Octopus Pencil Holder
- 3D Printing Designs:The Sun Puzzle
- 計算機常用算法與程序設計教程(第2版)
- Three.js Essentials