WO2007019777A1 - Méthode d’établissement de session et nœud de contrôle de session - Google Patents

Méthode d’établissement de session et nœud de contrôle de session Download PDF

Info

Publication number
WO2007019777A1
WO2007019777A1 PCT/CN2006/001855 CN2006001855W WO2007019777A1 WO 2007019777 A1 WO2007019777 A1 WO 2007019777A1 CN 2006001855 W CN2006001855 W CN 2006001855W WO 2007019777 A1 WO2007019777 A1 WO 2007019777A1
Authority
WO
WIPO (PCT)
Prior art keywords
media
media capability
capability
session
gateway
Prior art date
Application number
PCT/CN2006/001855
Other languages
English (en)
Chinese (zh)
Inventor
Ying Wang
Peng Wang
Baofeng Zhang
Original Assignee
Huawei Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2007019777A1 publication Critical patent/WO2007019777A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1069Session establishment or de-establishment
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1101Session protocols
    • H04L65/1104Session initiation protocol [SIP]

Definitions

  • the present invention relates to a communication technology, and more particularly to a session establishment method and a session control node in a case where a terminal capability of a SIP (Session Initiation Protocol) domain is not matched.
  • SIP Session Initiation Protocol
  • BACKGROUND OF THE INVENTION The Session Initiation Protocol is a "standard for Voice over Internet Protocol (VoIP)" released by the Internet Engineering Task Force (IETF) in March 1999.
  • the SIP signaling protocol is used to initiate, manage, and terminate voice and video sessions in a packet network, specifically to generate, modify, and terminate sessions between one or more participants.
  • SIP is an integral part of the IETF multimedia data and control architecture and is therefore associated with many other IETF protocols, such as the Real Time Transfer Protocol (RTP) and the Session Description Protocol (Session Description Protocol). "SDP”) and so on.
  • RTP Real Time Transfer Protocol
  • Session Description Protocol Session Description Protocol
  • SIP mainly provides five aspects related to session establishment and termination:
  • Session establishment "ringing,,, and establishment of call and callee session parameters
  • Session management including transferring and terminating sessions, modifying session parameters, and calling services.
  • SIP has two types of messages:
  • the request message includes:
  • INVITE Initial call.
  • OPTIONS Query the other party's capabilities.
  • REGISTER Register a location service.
  • INPO Sends information in a session without changing the session state.
  • PRACK Same as ACK, but for temporary response.
  • SUBSCRIBE This method is used to subscribe to notifications of changes in status to remote endpoints.
  • NOTIFY This method sends a message to inform the subscriber of the change in the state of the reservation.
  • UPDATE Allows the client to update the parameters of a session without affecting the current state of the session.
  • MESSAGE Instant messaging by hosting instant messaging content in its request body.
  • REFER Its function is to instruct the recipient to contact a third party by using the contact address information provided in the request.
  • the response message contains a numeric response code.
  • the SIP response code set is based in part on the Hyper Text Transfer Protocol ("HTTP") response code.
  • HTTP Hyper Text Transfer Protocol
  • Final response (2XX, 3XX, 4XX, 5XX, 6XX): Final response to terminate SIP Transaction.
  • the SIP that has become the mainstream protocol for the packet domain session service requires the two parties to carry the SDP description through the SIP protocol to negotiate the media capabilities.
  • the process of the call failure due to the mismatch of the capabilities of the SIP terminal is as shown in FIG. 1.
  • the first SIP server is the server to which the user of the first device terminal (TE, Terminal Equipment) belongs
  • the second SIP server is the user of the second device terminal. server.
  • the SIP Invite message sent by the first device terminal is routed to the second device terminal by using the first SIP server and the second SIP server.
  • the second device terminal determines the media capability and the content provided by the first terminal.
  • the 488 message sent by the second device terminal is routed to the first device terminal by the second SIP server and the first SIP server; Steps 107 to 109, the ACK message sent by the first device terminal Routing to the second device terminal via the first SIP server and the second SIP server. It can be understood that the middle may also be routed through other network entities, which will not be described here.
  • the service call session control function (Serving CSCF, referred to as "S-CSCF) that is called by the called user triggers the service to the application server (AppUcation Server, referred to as "AS")
  • AS Application Server
  • MRFC Media Resource Function Controller
  • AS Application Server
  • MRFC Media Resource Function Controller
  • Steps 201 to 203 are that the calling user initiates the initial call, but because the media capability of the called user does not match the media capability 1 provided by the calling user, the AS is triggered by the S-CSCF.
  • Steps 205 to 209 are a process in which the AS initiates a call to the called user and learns from the returned response of the called user that the media capability supported by the called user is 2.
  • Steps 212 to 217 are processes in which the AS calls the MRFC to apply for a media resource for the called user.
  • Steps 218 to 225 are processes for the AS to negotiate with the called user. Since the AS already knows the media capabilities supported by the called user, the negotiation must be successful.
  • Steps 226 to 229 are processes in which the AS calls the MRFC to apply for the media resource for the calling user.
  • Steps 231 to 235 are the process of the capability negotiation between the AS and the calling user. Since the AS already knows the media capabilities supported by the calling user, Therefore the consultation must be successful.
  • the AS returns a response to the MRFC through the S-CSCF (step 236), the quality of service negotiation process of the primary and the called user is performed. It can be seen that in the prior art, the AS and the called user are respectively negotiated with the media capabilities by the AS, so that the calling and called users can establish a call. That is, the call is divided into two segments from the session control layer.
  • the previous segment is from the calling user to the AS, and the latter segment is from the AS to the called user.
  • the AS works in the Back to Back User Agent (B2BUA) mode.
  • B2BUA Back to Back User Agent
  • the media stream is also divided into two segments, the previous segment from the calling terminal to the MRFP, and the latter segment from the MRFP to the called terminal.
  • the above solution has the following problems: In the case that the terminal capabilities of the primary and the called user do not match, the entire session process has many steps, and the session establishment time is relatively long.
  • the main reason for this situation is that the entire session must be triggered by the S-CSCF, the call is established in two segments, the media negotiation is also carried out separately, and the mediation between the calling terminal/called terminal and the MRPP is required.
  • the AS is divided into two segments to negotiate with the calling/called user and the MRFC, respectively.
  • the Offer/Answer negotiation is performed four times during the session establishment process of the primary and called users, and the Offer/Answer negotiation has a long route and many intermediate nodes, so the Offer/Answer negotiation The efficiency is lower.
  • the AS requests two resources for the called user and the calling user respectively. Therefore, the time ratio of session establishment Longer.
  • the present invention provides a session establishment method and a session control node, which improves session establishment efficiency on the premise of maximizing the success of a session.
  • the present invention provides a session establishment method, including the following steps: When a session control node having a media control capability forwards a request to establish a session message, the parameter of the media capability additionally provided by the gateway controlled by the node is added to the message.
  • the media capabilities of the calling terminal are concentrated, wherein the newly added media capability is that the original media capability is not concentrated but can be converted with the original media capability centralized media capability through the gateway; the session control node transmits the pair backwards.
  • the message of the session establishment media message carrying the response message of the called terminal media capability set is clear, if the first media capability with the highest priority of the called terminal media capability concentration of the called terminal is to be provided by the gateway controlled by the local node, Selecting a second media capability with the highest priority and being mutually convertible by the gateway and the first media capability, and recording the highest priority media capability in the response message.
  • the message requesting to establish a session and the response message thereof are session initiation protocol messages; in the message requesting to establish a session and the response message thereof, the media capability set of the primary and the called terminal is respectively described by a session description protocol.
  • the message requesting to establish a session is an "Invite” message; the response message is a "180 Ringing” or "183 Session Progress” message.
  • the session control node with media control capability may be a media resource function controller;
  • the gateway may be a media resource function processor.
  • the session control node transmits a response message to the message requesting to establish a session, if the media capability of the called terminal carried by the response message is determined
  • the first media capability with the highest priority should be provided by the gateway controlled by the node, and further includes the following steps: deleting or placing the media capability of the called terminal with the media capability other than the second media capability Lower priority.
  • the priority of the newly added media capability is lower than the priority of each media capability of the original calling terminal media capability set in the message requesting the session establishment.
  • the session control node when the session control node transmits a response message to the message requesting to establish a session, if it is determined that the media content of the called terminal with the highest priority of the media content of the called terminal is It should be provided by the gateway controlled by the local node, and further includes the following steps: requesting the gateway to reserve resources for implementing conversion between media corresponding to the first and second media capabilities.
  • the route of the calling terminal user to the called terminal user may pass through one or more of the session control nodes with media control capabilities.
  • the gateway when the session control node transmits a response message to the message requesting to establish a session, if it is determined that the media content of the called terminal with the highest priority of the media content of the called terminal is It should not be provided by the gateway controlled by the node, and further includes the following steps: transparently transmitting the called terminal media capability set, or at least partially according to the record, the called terminal media capability should be centralized by each node provided by the node The media ability is removed and passed down.
  • the gateway when the media stream of the session is established, the gateway forwards the media corresponding to the second media capability to the media corresponding to the first media capability, and The media corresponding to one media capability is converted into the media corresponding to the second media capability.
  • the present invention also provides a session control node, including: a media capability adding unit, configured to additionally provide media capabilities of a gateway controlled by the node
  • the first media capability determining unit is configured to determine whether the first media capability with the highest media priority of the called terminal media capability set by the response message sent by the forward transmission of the node should be controlled by the local node.
  • the session control node further includes: a priority setting unit, configured to: when the media capability adding unit adds the media capability additionally provided by the gateway controlled by the node to the media capacity of the calling terminal carried by the message, The priority of the additionally provided media capabilities is lower than the priority of the media capabilities of the original calling terminal media capability set in the message.
  • the session control node further includes: a media capability processing unit, configured to determine, by the first media capability determining unit, that the first media capability with the highest media priority of the called terminal carried by the response message is controlled by the local node
  • a media capability processing unit configured to determine, by the first media capability determining unit, that the first media capability with the highest media priority of the called terminal carried by the response message is controlled by the local node
  • the media capabilities of the called terminal media capability carried in the response message are deleted or placed at a lower priority than the media capabilities of the second media capability.
  • the session control node further includes: a called terminal media capability set delivery unit, configured to: in the first media capability determining unit, determine, by the first media capability determining unit, the first media capability with the highest media priority of the called terminal carried by the response message
  • a called terminal media capability set delivery unit configured to: in the first media capability determining unit, determine, by the first media capability determining unit, the first media capability with the highest media priority of the called terminal carried by the response message
  • a gateway reservation resource requesting unit configured to: when the first media capability determining unit determines that the first media capability with the highest priority of the called terminal media capability set carried by the response message is to be provided by the gateway controlled by the local node, The gateway requests the reserved resource to implement the conversion between the media corresponding to the first and second media capabilities.
  • the session control node is a media resource function controller.
  • the session control node is set in a server to which the end user belongs.
  • the session control node having the media control capability adds the media capability provided by the local gateway to the media capability set of the calling terminal of the message when the initial session establishment request message is delivered, and the added media capability can pass through the gateway and the media.
  • the original capabilities of the capability set are mutually converted.
  • the media capability with the highest priority of the media capacity of the called terminal of the message should be provided by the gateway of the node, the media capability can be converted with the media capability.
  • the priority of the media capability with the highest priority in the mediation of the calling terminal media capability is set to the highest. Therefore, in the case that the session terminal capability set does not match, the solution can fully utilize the network resources to ensure that the session can be successfully established, and the session establishment efficiency is relatively high.
  • the embodiment of the present invention improves the session establishment efficiency from three aspects: First: the present invention only performs one Offer/Answer negotiation, while in the prior art, there are four Offer/Answer negotiations, and Offer The /Answer negotiation is less efficient (because the Offer/Answer negotiation has a longer route and more intermediate nodes), so this has a greater effect on efficiency. Second, the present invention does not re-initiate the call, but only performs the modification of the media capability set on the transmitted related message, and the modification is transparent to other nodes in the route as well as the master and the called terminal. In another aspect, When upgrading an existing network to apply the present invention, the upgrade is limited to the session control node itself with media control capability, and other nodes in the network do not need to be upgraded. Level
  • the present invention only applies for resources once to the gateway, and applies resources for media conversion in both directions in one application, while the prior art applies twice.
  • FIG. 1 is a schematic diagram of message interaction in a prior art in which a SIP terminal capability mismatch causes a call to fail;
  • FIG. 2 is a schematic diagram of message interaction in the prior art to maximize the success of a session;
  • FIG. 3 is a session establishment method according to the present invention; Schematic diagram of message interaction.
  • the present invention performs media conversion by means of a media gateway in the network, and adapts the capabilities of both parties.
  • the media gateway can implement functions including codec conversion, rate adaptation, etc., and is controlled by the network session layer control node to perform these functions.
  • the session control node compares the originating terminal.
  • Condition 1 The originating terminal does not have the capability of the media gateway;
  • Condition 2 For the match The ability of condition 1, while the media gateway is also able to provide its mutual conversion with at least one of the capabilities of the previous segment of the network and the originating terminal. For example: originating terminal and previous segment network support capabilities 1, 2, 3, media gateway additional support capabilities 4, 5, while the media gateway can support the conversion of capability 4 and capabilities 1, 2, 3, but does not support Ability 5 and ability 1, 2, 3 conversion, so only capability 4 can be added to the media capability description.
  • the session control node adds the capability parameter in the media capability description
  • the capability provided by the media gateway should be lower than the capability provided by the calling terminal.
  • the session control node should be able to record which capabilities in the media capability description are provided by the media gateway controlled by the node, and which are provided by the previous segment network and the originating terminal.
  • the Offer media capability set provided to the called terminal is already the sum of the capabilities that the originating terminal and the transit network entity can provide, and the maximum guarantee is provided to the master.
  • the called ability negotiation can be successful.
  • the session control node determines whether the highest priority media capability given in the Answer is based on the previous record. Provided by the media gateway controlled by the session control node. If yes, you need to control the media gateway to provide two media conversion capabilities. The two media are: Media 1: This session controls the highest priority media capability in the Answer received by the node.
  • Media 2 The highest priority of the Offer received by this control node is the ability to convert media with Media 1.
  • the session control node passes the Answer capability set in the backward direction, the description of the media 2 is placed in the highest priority in the media capability description, and the description of other media capabilities in the received Answer can be placed after the description of the media 2 , can also be deleted. If no, the session control node does not need to do the media gateway control operation, directly transparently transmits the received Answer media capability description, and can also set the capability added by the session control node when sending the offer forward in the received Answer media. The capability description is deleted and sent out. The specific process for implementing the above inventive principles will be further described in detail below with reference to FIG.
  • SCN1 is a server to which the SIP terminal TE1 user belongs (for example, S-CSCF);
  • SCN2 is a server to which the SIP terminal TE2 user belongs (for example, S-CSCF);
  • SCN3 is a session layer control node having media control capability in the network, In the embodiment, it is an MRFC.
  • the GW in this embodiment that is, the media gateway under the control of the SCN3, may be an MRFP, and is responsible for implementing media stream forwarding, including codec conversion and the like.
  • Step 301 The TE1 initiates a session, and sends an initial session suggestion request "Invite" message to the SCN1.
  • the SDP description of the "Invite” message carries the media capability set of TE1 itself as the media capability Offerl (original calling terminal capability set).
  • the media capabilities in Offerl are 1, 2, 3, and their priorities are high to low, followed by 3, 2, L.
  • step 302 SCN1 does not control any gateway, established through the initial session. The "Invite" message is requested, and the call is forwarded to SCN3, where the media Offerl does not change.
  • step 303 SCN3 controls the media gateway to enable the media gateway to provide new capabilities (assuming media capabilities 4 and 5, and media capability 4 can be converted to and from media capabilities 1 or 3, media capability 5 and media capabilities) 1 or 3 mutual conversion) is added to Offerl and becomes Offer2 (adding the calling terminal media capability set after the new capability provided by the media gateway, ie, media capabilities 1, 2, 3, 4 and 5), SCN3 will simultaneously match The media capabilities of the aforementioned conditions 1 and 2 are added to the SDP description.
  • the SCN3 adds the parameter of the media capability additionally provided by the media gateway of the node to the media capacity of the calling terminal carried by the message, and records the newly added media capability and the original calling terminal.
  • Media capability set and its priority It should be pointed out that the newly added media capability is the original media capability set, which is not available in Offerl, but can be converted with the original media capability centralized media capability through the gateway. And, the priority of newly added media capabilities
  • the level is lower than the priority of each media capability in Offerl.
  • media capabilities 4 and 5 have lower priority than media capabilities 1, 2, and 3, assuming that media capability 4 has a higher priority than media capability 5.
  • SCN3 establishes a request "Invite" message through the initial session, which will be converted Offei'2 after SDP is sent to SCN2.
  • Step 305 The SCN2 also does not control the media gateway. The initial session establishment request "Invite" message is forwarded to the TE2, where the media Offer2 does not change.
  • TE2 finds the intersection (media capabilities 4 and 5) according to the capabilities supported by Offer2 and the terminal (assumed to be media capabilities 4 and 5), and feeds Answer2 to SCN2 according to the priority provided by Offer2 (called terminal Media ability set). Considering that the media capability 4 in Offer2 has a higher priority than the media capability 5, in Answer2, the physical capability 4 is the highest priority media capability. Thereafter, at step 307, SCN2 transparently transmits Answer2 to SCN3. After SCN3 obtains Answer2, it is judged whether the highest priority capability in Answer2 (hereinafter referred to as "first media capability") is provided by the gateway controlled by the node, and if so, the highest priority is selected in the recorded Offerl media capability set.
  • first media capability the highest priority capability in Answer2
  • the highest priority media capability in the response message returned to TE1 can be set to the second media capability by the second media capability that the WG converts to the first media capability.
  • the media capabilities of the called terminal media capabilities brought by the response message are deleted or placed at a lower priority than the media capabilities of the second media capability.
  • the media capability of the highest priority in Answer2 is the media capability 4, which is provided by the WG, so the media capability that can be converted into the media capability 4 is selected in the recorded media capability set of Offerl. That is, media capability 2 and media capability 3, and since the priority of media capability 3 is higher than the priority of media capability 2 in Offerl, media capability 3 is set to the highest priority media capability in Answerl. Thereafter, steps 308 and 309 are performed.
  • the called terminal media capability set is transparently transmitted, or the called terminal media is at least partially according to the record.
  • the capability set should be passed down by the media capabilities provided by the node.
  • the SCN3 requests the GW to reserve resources for implementing conversion between the media corresponding to the first and second media capabilities. It should be pointed out that the request for reservation is two assets. Source. One is the resource allocated according to the highest priority capability of 0ffer2 interworking with the called party; the other is the resource allocated according to the highest priority capability in Offerl interworking with the calling party. These two resources belong to the same context in the gateway.
  • step 309 the GW feedback is successfully executed. It should be noted that this does not mean that resources can be used at this time.
  • SCN3 can control the gateway resources to be in the Mute state.
  • step 310 SCN3 feeds Answerl (the capability set provided by the media gateway) to SCN1 according to the information in Offerl provided by TE1 and the same priority. If TE2 has a capability set that coincides with TE1, it is transparently transmitted according to the capability set of TE2 feedback.
  • Step 311 to step 319 Continue to complete the negotiation process of the calling and called capabilities.
  • Step 320 to step 329 Complete the update of the called and called media.
  • Step 330 to step 341 The called ringing, off-hook, and call-on.
  • the media gateway forwards the media corresponding to the second media capability to the media corresponding to the first media capability, and the media corresponding to the first media capability in the backward direction Convert to the media corresponding to the second media capability.
  • the response message is a "183 Session Progress" message, and in other embodiments of the present invention, the response message may also be "180 Ringing.”
  • the session establishment method of the present invention can utilize network resources to join the session control node through the network.
  • the set of capabilities provided by the controlled media gateway provides more capability options, and only applies for a resource to the media gateway. Under the condition that the session can be successfully established to the maximum extent, the Offer/Answer negotiation efficiency is improved, and the session establishment is ensured. More efficient.
  • the session control node of the embodiment of the present invention includes a media capability adding unit, a priority setting unit, a first media capability determining unit, a second media capability setting unit, a media capability processing unit, a called terminal media capability set delivery unit, and a gateway pre- Leave the resource request unit.
  • a media capability adding unit configured to add the media capability additionally provided by the gateway controlled by the node to the mediation capability of the calling terminal carried by the message of the forward delivery request establishment session; the additionally provided media capability is the original calling The terminal media capability is not concentrated but can be converted by the gateway and the media capabilities of the original calling terminal media capabilities.
  • a priority setting unit configured to set a priority of the additionally provided media capability when the media capability adding unit adds the media capability additionally provided by the gateway controlled by the node to the mediation capability of the calling terminal media carried by the message The level is lower than the priority of each media capability of the original calling terminal media capability in the message.
  • the first media capability determining unit is configured to determine whether the first media capability with the highest mediation priority of the called terminal media capability carried by the response message sent by the forward end of the node should be provided by the gateway controlled by the local node.
  • a second media capability setting unit configured to: when the first media capability determining unit determines to be YES, select the highest priority from the foregoing original calling terminal media capability set, and convert the first media capability through the gateway The second media capability sets the highest priority media capability in the aforementioned response message to the second media capability.
  • a media capability processing unit configured to: when the first media capability determining unit determines that the first media capability with the highest priority of the called terminal media capability set carried by the response message is to be provided by the gateway controlled by the local node, the response message is sent The media capabilities of the called terminal media that are carried in the media other than the second media capability are deleted or placed at a lower priority.
  • a gateway reservation resource requesting unit configured to: when the first media capability determining unit determines that the first media capability with the highest priority of the called terminal media capability set carried by the response message is to be provided by the gateway controlled by the local node, to the gateway The requesting the reserved resource is used to implement the conversion between the media corresponding to the first and second media capabilities.
  • the called terminal media capability set delivery unit is configured to: when the first media capability determining unit determines that the first media capability with the highest priority of the called terminal media capability concentration carried by the response message is not provided by the gateway controlled by the local node Transmitting the called terminal media capability set, or at least partially deleting the media of the called terminal media capability set by the local node Pass after the ability.
  • the session control node may be a media resource function controller, and the gateway controlled by the media resource function processor may be a media resource function processor.
  • the session control node may be set in a server to which the terminal user belongs, or may be a separate entity. It should be noted that each unit of the session control node may be independent of each other, and may be integrated and combined in various manners, and details are not described herein.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Méthode d’établissement de session et nœud de contrôle de session pouvant améliorer l’efficacité et l’aboutissement des établissements de session. Selon la présente invention, lorsque le nœud de contrôle de session avec capacité de contrôle de média transmet le message initial de requête d’établissement de session, la capacité supplémentaire de média fournie par la passerelle du nœud est ajoutée dans le jeu de capacité de média du terminal appelant et la capacité de média ajoutée peut être échangée contre la capacité intrinsèque de média définie par le passerelle. Lorsque le message de réponse est transmis, si la capacité de média de plus haut niveau de priorité dans la capacité définie de média de terminal appelé dans le message doit être fournie par la passerelle du nœud, le niveau de priorité de capacité de média qui a la plus haute priorité dans la capacité définie de média de terminal appelant primaire peut être définie en tant que priorité la plus haute et ladite capacité de média peut être échangée contre cette capacité de média.
PCT/CN2006/001855 2005-08-16 2006-07-26 Méthode d’établissement de session et nœud de contrôle de session WO2007019777A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200510091860.1 2005-08-16
CN200510091860.1A CN1889565B (zh) 2005-08-16 2005-08-16 会话建立方法

Publications (1)

Publication Number Publication Date
WO2007019777A1 true WO2007019777A1 (fr) 2007-02-22

Family

ID=37578822

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2006/001855 WO2007019777A1 (fr) 2005-08-16 2006-07-26 Méthode d’établissement de session et nœud de contrôle de session

Country Status (2)

Country Link
CN (1) CN1889565B (fr)
WO (1) WO2007019777A1 (fr)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101453459B (zh) * 2007-11-29 2012-08-08 华为技术有限公司 一种实现媒体协商的方法和装置
CN101729383B (zh) * 2008-10-22 2012-09-05 中兴通讯股份有限公司 跨接入网关切换时建立业务流映射的控制方法、目标接入网关
CN102387124B (zh) * 2010-09-02 2014-05-07 杭州华三通信技术有限公司 在sip会话中修改媒体能力的方法及sip中继网关
CN102811336A (zh) * 2011-06-03 2012-12-05 中兴通讯股份有限公司 多媒体能力协商方法及装置
WO2016000127A1 (fr) * 2014-06-30 2016-01-07 北京新媒传信科技有限公司 Procédé de communication et serveur de signalisation
CN104580166B (zh) * 2014-12-19 2018-08-31 大唐移动通信设备有限公司 一种基于cscf媒体编码格式转换的方法和装置
CN106254354B (zh) * 2016-08-10 2019-04-26 东北大学 一种非对称媒体参数的sdp协商方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1333616A (zh) * 2000-07-12 2002-01-30 日本电气株式会社 路由选择检索系统及其方法以及使用的路由器
CN1398089A (zh) * 2002-08-23 2003-02-19 清华大学 显式优先级信元中继方法和通信实现系统
WO2004014026A1 (fr) * 2002-07-29 2004-02-12 Motorola Inc Communication d'unites de paquets de donnees a travers des canaux de trafic de donnees et de signalisation
WO2004039031A2 (fr) * 2002-10-23 2004-05-06 Sony International (Europe) Gmbh Specification d'architecture logicielle destinee a des negociations de capacite et de qualite de service et a l'etablissement de session pour applications multimedia reparties

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6875060B2 (en) * 2002-10-21 2005-04-05 Adc Telecommunications, Inc. High density patching system
CN1251103C (zh) * 2002-12-31 2006-04-12 联想(北京)有限公司 提高商务机群可服务性的方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1333616A (zh) * 2000-07-12 2002-01-30 日本电气株式会社 路由选择检索系统及其方法以及使用的路由器
WO2004014026A1 (fr) * 2002-07-29 2004-02-12 Motorola Inc Communication d'unites de paquets de donnees a travers des canaux de trafic de donnees et de signalisation
CN1398089A (zh) * 2002-08-23 2003-02-19 清华大学 显式优先级信元中继方法和通信实现系统
WO2004039031A2 (fr) * 2002-10-23 2004-05-06 Sony International (Europe) Gmbh Specification d'architecture logicielle destinee a des negociations de capacite et de qualite de service et a l'etablissement de session pour applications multimedia reparties

Also Published As

Publication number Publication date
CN1889565B (zh) 2010-05-05
CN1889565A (zh) 2007-01-03

Similar Documents

Publication Publication Date Title
JP4746054B2 (ja) ネットワーク用通信デバイスのためのメディアクライアントのアーキテクチャ
US8059656B1 (en) Expedited resource negotiation in SIP
JP4217606B2 (ja) 回路交換及びパケット交換通信
US7886060B2 (en) Establishing and modifying network signaling protocols
US7167468B2 (en) Internet protocol telephony voice/video message deposit and retrieval
EP1551148A2 (fr) Procédé et dispositif d'une architecture fonctionnelle d'un élément de bordure de réseau SIP pour voie-sur-IP
US20040240399A1 (en) Transcoding arrangement in a session initiation
JP5529129B2 (ja) 電気通信ネットワーク内の媒体属性に基づく選択的な呼転送のための方法およびシステム
JP2008527800A (ja) 通信ネットワークを介してメディアデバイスを遠隔制御する方法
WO2009059559A1 (fr) Procédé de commande d'appel de session multimédia et serveur d'application
US8566454B2 (en) Methods for enhancing SDP preconditions signalling for IP multimedia sessions
WO2007003093A1 (fr) Procédé de réalisation d'une communication de session entre la partie appelante et la partie appelée
WO2007019777A1 (fr) Méthode d’établissement de session et nœud de contrôle de session
WO2008064580A1 (fr) Procédé, système et serveur d'application pour éviter la diaphonie de signal de rappel couleur
WO2009155824A1 (fr) Procédé et système pour mettre en œuvre un service de tonalité colorée de retour d’appel et de tonalité d’avertissement de sonnerie multimédia
WO2007076669A1 (fr) Procédé, dispositif, et système pour traiter un flux de données
KR100514196B1 (ko) 네트웍 어드레스 변환 및 세션 관리 시스템 및 그 방법
WO2007095855A1 (fr) Procédé et entité réseau de négociation d'un paramètre de type média
WO2009086758A1 (fr) Procédé de prestation de service en ligne de tonalité de retour d'appel et de tonalité de retour d'appel multimédia
JP2011029827A (ja) 呼制御装置、情報通信方法、情報通信プログラム、及び情報通信システム
KR20020064693A (ko) 접속 설정 프로토콜을 이용한 통신 서비스 품질 신호처리제공 방법
JP2013510477A (ja) メディアセッションのネゴシエーションのための方法、機器およびシステム
JP2011515980A (ja) 通信システムにおけるピアツーピアマルチメディア接続の状態を問い合わせるシステムおよび方法
WO2009036801A1 (fr) Procédés et agencements pour un système de télécommunications
WO2008101443A1 (fr) Procédé, système et dispositif pour acquérir un flux multimédia

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06761582

Country of ref document: EP

Kind code of ref document: A1