欢迎来到天天文库
浏览记录
ID:15559376
大小:44.00 KB
页数:6页
时间:2018-08-04
《sip 临时消息可靠传输》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、Sip临时消息可靠传输SIP标准中规定,规定了在呼叫建立过程中对临时消息可靠传输的定义,在其他过程中,可以借鉴这种机制,但不是作为标准制定。如果呼叫建立需要支持临时消息的可靠性,需要加上SIP头——supported或者require,该头部任选参数为100rel。require表明需要对端支持,supported表明本次呼叫不要求可靠传输,但本端支持,由UAS决定。如果对断不支持,需要回420消息,并且在头部中加上Unsupported字段,并且该字段的参数为100rel。举例说明,如果Invite消息中包含
2、require或者supported字段,并且为100rel,则对端在100Trying后,发送后续101-199事件需要设定指数类型的定时器。此时钟和invite应答的重传时钟应该相互独立。当收到PRACK后,需要对进行匹配,如果匹配的话,重传时钟就可以中止了。所谓匹配就是指PRACK和临时响应处于同一个会话,且RAck中的方法,CSeq-num,response-num在此一对消息中都是吻合的。C->S:INVITEsip:watson@bell-tel.comSIP/2.0Via:SIP/2.0/UDPs
3、aturn.bell-tel.comSupported:100relFrom:sip:alexander@bell-tel.comTo:sip:watson@bell-tel.comCall-ID:70710@saturn.bell-tel.comCSeq:1INVITESubject:ComehereWatsonS->C:SIP/2.0100TryingVia:SIP/2.0/UDPsaturn.bell-tel.comFrom:sip:alexander@bell-tel.comTo:sip:watson@
4、bell-tel.comCall-ID:70710@saturn.bell-tel.comCSeq:1INVITES->C:SIP/2.0183ProceedingRequire:100relVia:SIP/2.0/UDPsaturn.bell-tel.comRSeq:776655From:sip:alexander@bell-tel.comTo:sip:watson@bell-tel.com;tag=11Call-ID:70710@saturn.bell-tel.comCSeq:1INVITEContent-
5、Type:application/sdpv=0s=Let'stalkb=CT:128c=INIP4north.east.isi.edum=audio3456RTP/AVP507m=video2232RTP/AVP31C->S:PRACKsip:watson@bell-tel.comSIP/2.0RAck:7766551INVITEVia:SIP/2.0/UDPsaturn.bell-tel.comFrom:sip:alexander@bell-tel.comTo:sip:watson@bell-tel.com;
6、tag=11Call-ID:70710@saturn.bell-tel.comCSeq:2PRACKContent-Type:application/sdpv=0s=Let'stalkb=CT:128c=INIP4machine.bell-tel.comm=audio3456RTP/AVP507m=video2232RTP/AVP31S->C:SIP/2.0200OKVia:SIP/2.0/UDPsaturn.bell-tel.comFrom:sip:alexander@bell-tel.comTo:sip:w
7、atson@bell-tel.com;tag=11Call-ID:70710@saturn.bell-tel.comCSeq:2PRACKS->C:SIP/2.0182TwointheQueueVia:SIP/2.0/UDPsaturn.bell-tel.comRequire:100relRSeq:776656From:sip:alexander@bell-tel.comTo:sip:watson@bell-tel.com;tag=11Call-ID:70710@saturn.bell-tel.comCSeq:
8、1INVITES->C:SIP/2.0182OneintheQueueVia:SIP/2.0/UDPsaturn.bell-tel.comRequire:100relRSeq:776657From:sip:alexander@bell-tel.comTo:sip:watson@bell-tel.com;tag=11Call-ID:70710@saturn.bell-tel.comCSe
此文档下载收益归作者所有