📄 ht5-sdp.dox
字号:
/** * @ingroup libosip2 The GNU oSIP stack * @defgroup howto5_sdp How-To use the sdp negotiator (DOES NOT EXIST ANY MORE). * @section howto5_1 Description.The SDP offer/answer model is where most SIP interoperability issuecomes from. The SDP specification (rfc2327.txt) is often not fullyrespected. As an example, most SIP applications forget to add themandatory 's' field in the SDP packet. Another mistake is to assumethat an SDP packet don't need a 'p' and a 'e' field. Even if theyare both optional, at least of those is mandatory! I have neverseen ONE implementation that send at least one 'p' or 'e' field!! * @section howto5_2 osip_negotiation.h VS osip_rfc3264.h<B>The include file osip_negotiation.h and osip_rfc3264.h arenow removed from osip. You now have to do your own SDP negotiation.If you still want to use them, please copy the code in yourapplication.</B>*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -