對話( dialog ) 外文文獻(xiàn)譯文和原文.doc
約6頁DOC格式手機(jī)打開展開
對話( dialog ) 外文文獻(xiàn)譯文和原文,translationsip: session initiation protocolthis document specifies an internet standards track protocol for the internet community, and requests discussion and ...
內(nèi)容介紹
此文檔由會員 wanli1988go 發(fā)布
Translation
SIP: Session Initiation Protocol
This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "InternetOfficial Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2002). All Rights Reserved.
A key concept for a user agent is that of a dialog. A dialog
represents a peer-to-peer SIP relationship between two user agents that persists for some time. The dialog facilitates sequencing of messages between the user agents and proper routing of requests between both of them. The dialog represents a context in which to interpret SIP messages. Section 8 discussed method independent UA processing for requests and responses outside of a dialog. This section discusses how those requests and responses are used to construct a dialog, and then how subsequent requests and responses are sent within a dialog.
對話是兩個 UA 之間持續(xù)一段時間的點(diǎn)對點(diǎn)的 SIP 連接,它使 UA 之間的消息變得有序,同時給出請求消息的正確的路由。對話包括一個解釋 SIP 消息的上下文。有關(guān)對話外獨(dú)立 UA 處理請求和響應(yīng)的方法參見本規(guī)范第1章。本章將規(guī)定如何使用那些請求和響應(yīng)去建立一個對話,以及在對話過程中如何發(fā)送后續(xù)的請求和響應(yīng)。任何 UA 上的對話都是由對話 ID 來標(biāo)識的,這個對話 ID 包含一個 Call-ID ,一個本地標(biāo)簽和一個遠(yuǎn)端標(biāo)簽。對話中的每個 UA 的對話 ID 是不同的。另外,一個 UA 的本地標(biāo)識符與對端 UA 的遠(yuǎn)端標(biāo)識符相等。標(biāo)簽 (tags) 在唯一的對話 ID 的生成過程中是不透明的。對話 ID 與其 To 頭字段中包含一個標(biāo)簽( tag )的所有響應(yīng)和請有關(guān)。某個消息中的對話 ID 的計(jì)算規(guī)則取決于 SIP 實(shí)體是 UAC 還是 UAS 。對于 UAC ,對話 ID 中的 Call-ID 由消息的 Call-ID 頭字段設(shè)置,遠(yuǎn)端標(biāo)簽( tag )由 To 頭字段的 tag 設(shè)置,本地標(biāo)簽由于 From 頭字段的 tag 設(shè)置。對于 UAS ,對話 ID中的 Call-ID 由消息中的 Call-ID 頭字段設(shè)置,遠(yuǎn)端標(biāo)簽由消息 From 頭字段的 tag 設(shè)置,本地標(biāo)識符于消息 To 頭字段的 tag 設(shè)置;對話中包括一些對話中的后續(xù)消息所需的狀態(tài),包括:對話 ID 、本地序列號、遠(yuǎn)端序列號、本地 URI 、遠(yuǎn)端 URI 、遠(yuǎn)端目的、布爾型標(biāo)記“ secure ”和路由集,其中路由集是一個順序的 URI 集,指定發(fā)送一個請求到對端所需遍歷的服務(wù)器地址。臨時的響應(yīng)被創(chuàng)建時,對話處于“初始狀態(tài)”,當(dāng)一個 2xx 的最終響應(yīng)到達(dá)時轉(zhuǎn)為“確認(rèn)狀態(tài)”,如果是其他響應(yīng)或無響應(yīng)到達(dá),“初始狀態(tài)”終止。 對話的創(chuàng)建對話在請求消息得到了明確的非失敗的響應(yīng)之后才被創(chuàng)建。依此規(guī)則,當(dāng) INVITE 請求消息收到包含 To 標(biāo)簽的 2xx 響應(yīng)和 101 - 199 響應(yīng)時,對話被創(chuàng)建。當(dāng)一次對話隨著一個非終止的響應(yīng)被創(chuàng)建的時候,它處于“初始”狀態(tài),也可稱其為初始對話。擴(kuò)展中可以定義其他的對話創(chuàng)建方法。有關(guān) INVITE 方法的定義參見本規(guī)范第 13 章,本章所及的對話狀態(tài)創(chuàng)建的過程是不依賴于此方法的。用戶代理必須指定對話 ID 各部分的值。 行為 UAS 對一個請求消息作出響應(yīng)從
SIP: Session Initiation Protocol
This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "InternetOfficial Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2002). All Rights Reserved.
A key concept for a user agent is that of a dialog. A dialog
represents a peer-to-peer SIP relationship between two user agents that persists for some time. The dialog facilitates sequencing of messages between the user agents and proper routing of requests between both of them. The dialog represents a context in which to interpret SIP messages. Section 8 discussed method independent UA processing for requests and responses outside of a dialog. This section discusses how those requests and responses are used to construct a dialog, and then how subsequent requests and responses are sent within a dialog.
對話是兩個 UA 之間持續(xù)一段時間的點(diǎn)對點(diǎn)的 SIP 連接,它使 UA 之間的消息變得有序,同時給出請求消息的正確的路由。對話包括一個解釋 SIP 消息的上下文。有關(guān)對話外獨(dú)立 UA 處理請求和響應(yīng)的方法參見本規(guī)范第1章。本章將規(guī)定如何使用那些請求和響應(yīng)去建立一個對話,以及在對話過程中如何發(fā)送后續(xù)的請求和響應(yīng)。任何 UA 上的對話都是由對話 ID 來標(biāo)識的,這個對話 ID 包含一個 Call-ID ,一個本地標(biāo)簽和一個遠(yuǎn)端標(biāo)簽。對話中的每個 UA 的對話 ID 是不同的。另外,一個 UA 的本地標(biāo)識符與對端 UA 的遠(yuǎn)端標(biāo)識符相等。標(biāo)簽 (tags) 在唯一的對話 ID 的生成過程中是不透明的。對話 ID 與其 To 頭字段中包含一個標(biāo)簽( tag )的所有響應(yīng)和請有關(guān)。某個消息中的對話 ID 的計(jì)算規(guī)則取決于 SIP 實(shí)體是 UAC 還是 UAS 。對于 UAC ,對話 ID 中的 Call-ID 由消息的 Call-ID 頭字段設(shè)置,遠(yuǎn)端標(biāo)簽( tag )由 To 頭字段的 tag 設(shè)置,本地標(biāo)簽由于 From 頭字段的 tag 設(shè)置。對于 UAS ,對話 ID中的 Call-ID 由消息中的 Call-ID 頭字段設(shè)置,遠(yuǎn)端標(biāo)簽由消息 From 頭字段的 tag 設(shè)置,本地標(biāo)識符于消息 To 頭字段的 tag 設(shè)置;對話中包括一些對話中的后續(xù)消息所需的狀態(tài),包括:對話 ID 、本地序列號、遠(yuǎn)端序列號、本地 URI 、遠(yuǎn)端 URI 、遠(yuǎn)端目的、布爾型標(biāo)記“ secure ”和路由集,其中路由集是一個順序的 URI 集,指定發(fā)送一個請求到對端所需遍歷的服務(wù)器地址。臨時的響應(yīng)被創(chuàng)建時,對話處于“初始狀態(tài)”,當(dāng)一個 2xx 的最終響應(yīng)到達(dá)時轉(zhuǎn)為“確認(rèn)狀態(tài)”,如果是其他響應(yīng)或無響應(yīng)到達(dá),“初始狀態(tài)”終止。 對話的創(chuàng)建對話在請求消息得到了明確的非失敗的響應(yīng)之后才被創(chuàng)建。依此規(guī)則,當(dāng) INVITE 請求消息收到包含 To 標(biāo)簽的 2xx 響應(yīng)和 101 - 199 響應(yīng)時,對話被創(chuàng)建。當(dāng)一次對話隨著一個非終止的響應(yīng)被創(chuàng)建的時候,它處于“初始”狀態(tài),也可稱其為初始對話。擴(kuò)展中可以定義其他的對話創(chuàng)建方法。有關(guān) INVITE 方法的定義參見本規(guī)范第 13 章,本章所及的對話狀態(tài)創(chuàng)建的過程是不依賴于此方法的。用戶代理必須指定對話 ID 各部分的值。 行為 UAS 對一個請求消息作出響應(yīng)從
TA們正在看...
- 非公企業(yè)嚴(yán)守政治紀(jì)律政治規(guī)矩座談發(fā)言稿.doc
- 領(lǐng)導(dǎo)干部嚴(yán)明政治紀(jì)律嚴(yán)守政治規(guī)矩專題研討發(fā)言稿.doc
- 雙離合式自動變速器零部件有限元分析.doc
- 基于視頻的運(yùn)動車輛檢測與跟蹤.rar
- 三相電力有源濾波器控制方法研究.doc
- 基于gprs的遠(yuǎn)程溶解氧和溫度測量系統(tǒng).doc
- 低紋波高精度開關(guān)穩(wěn)壓電源設(shè)計(jì).doc
- 基于gprs技術(shù)的ph值自動遙測系統(tǒng)設(shè)計(jì).docx
- 終端滑模的飽和控制及應(yīng)用.doc
- 單位功率因數(shù)整流器仿真系統(tǒng)設(shè)計(jì).doc