WO2006024987A1 - Method and session initiation protocol (sip) server for the exchange of end-point capabilities - Google Patents

Method and session initiation protocol (sip) server for the exchange of end-point capabilities Download PDF

Info

Publication number
WO2006024987A1
WO2006024987A1 PCT/IB2005/052754 IB2005052754W WO2006024987A1 WO 2006024987 A1 WO2006024987 A1 WO 2006024987A1 IB 2005052754 W IB2005052754 W IB 2005052754W WO 2006024987 A1 WO2006024987 A1 WO 2006024987A1
Authority
WO
WIPO (PCT)
Prior art keywords
sip
service
message
point
application server
Prior art date
Application number
PCT/IB2005/052754
Other languages
French (fr)
Inventor
Peter Postmus
Original Assignee
Telefonaktiebolaget L M Ericsson (Publ)
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 Telefonaktiebolaget L M Ericsson (Publ) filed Critical Telefonaktiebolaget L M Ericsson (Publ)
Priority to EP05775967A priority Critical patent/EP1790149B1/en
Priority to DE602005019177T priority patent/DE602005019177D1/en
Priority to AT05775967T priority patent/ATE456897T1/en
Publication of WO2006024987A1 publication Critical patent/WO2006024987A1/en

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/1101Session protocols
    • H04L65/1104Session initiation protocol [SIP]
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/24Negotiation of communication capabilities

Definitions

  • the present invention relates to a method and system for exchanging end-point ca ⁇ pabilities information using the Session Initiation Protocol (SIP).
  • SIP Session Initiation Protocol
  • the Session Initiation Protocol is an Internet Engineering Task Force (IETF) standardprotocolthat allows for the establishment of interactiveuser sessionsinvolving- multimediaelements such as video, voice, chat, gaming, and virtual reality.
  • IETF Internet Engineering Task Force
  • HTTP Hyper Text Transfer Protocol
  • SMTP Simple Mail Transfer Protocol
  • SIP works in the application layerof the Open Systems Interconnection (OSI) commu ⁇ nications model and can establish multimedia sessions or Internet telephony calls, and modify, or terminate them.
  • the protocol can also invite participants tounicastormulti- castsessions that do not necessarily involve the initiator. Because SIP supports name mapping andredirectionservices, it makes possible for users to initiate and receive communications and services from any location, and for networks to identify the users wherever they are.
  • SIP is a request-response protocol, dealing with requests from clients and responses from servers. Participants are typically identified by SIP Uniform Resource Identifiers (URIs). Requests can be sent through any transport protocol, such as theUser Datagram Protocol (UDP), theSimple Control Transport Protocol (SCTP), or Transfer Control Protocol (TCP). SIP determines the end system to be used for the session, the com ⁇ munication media and media parameters, and the called party's desire to engage in the communication. Once these are assured, SIP establishes call parameters at either end of the communication, and handles call transfer and termination. SIP is specified in IETF's Request for Comments [RFC] 3261, which is herein included by reference.
  • RRC Request for Comments
  • SIP services are typically implemented via SIP application servers.
  • a SIP ap ⁇ plication server is aserverof the SIP-baseddistributednetworkthat provides business logic for one or more application programs that enable the provision of SIP services.
  • Examples of SIP services that may be provided to SIP users are: SIP conferencing service, SIP presence service,Push-To-Talk, SIP Session Forwarding, and Messaging Server.
  • Telecommunications equipment vendors developed SIP servers that are currently reaching the market, as SIP services begin to be commercially exploited.
  • SIP application server including a SIP Servlet Ap ⁇ plication Programming Interface (API), called SSA,based onJAVA programming running on top of a PC server.
  • the SSA offers an API that service developers can use to easily develop new SIP services, also called SIP applications.
  • SSA is based on the Hyper Text Transfer Protocol (HTTP) servlet mechanism.
  • HTTP Hyper Text Transfer Protocol
  • the main target of SSA is to offer an abstraction from the SIP protocol.
  • Ericsson included the SIP container in the Ericsson's Application Server (E-AS) as well as in Ericsson's Service Development Studio (SDS) package.
  • E-AS Ericsson's Application Server
  • SDS Ericsson's Service Development Studio
  • Such an Application Server is a 3GPP defined SIP Application Server, which is a central node in the IP Multimedia System (IPMM) ar ⁇ chitecture for enabling SIP-based applications. It combines a SIP container im ⁇ plementing the SSA methods and a full computer server.
  • IPMM IP Multimedia System
  • Ericsson Service De ⁇ velopment Studio is a Design and an Execution Environment where SIP applications for the Ericsson Application Server can be designed, deployed, executed and tested.
  • IETF also defined so-called SIP option tags in RFC 3261, which is also herein included by reference. These option tags indicate capabilities of the end-points (e.g. User Equipment (UE), application servers, etc) of a SIP session.
  • the RFC 3261 describes a mechanism in which, during a SIP session, end-points can request from other end-points and proxy-servers the capabilities they support.
  • SIP message headers are used for exchanging option tag information: '
  • a SIP option tag is a string that is associated with a particular SIP option (i.e., an extension), and identifies the option to SIP endpoints.
  • Figure La shows a list 100 of various SIP option tags 102, along with their short descriptions 104.
  • Each such option tag may be included in a header of a SIP message, such as for example in the headers: '
  • a SIP end-point may include in a 'supported' header of a SIP message the following option tag:
  • the list 100 provides a description of all IETFs currently defined SIP option tags.
  • a service running on a given SIP application server can act as an end-point and respond to a SIP request that it receives, or can initiate a SIP request by itself.
  • the service In these SIP messages where a SIP service acts as a SIP end- point, the service must add SIP option tag headers to indicate its capabilities, such as for example its required or supported capabilities.
  • SIP services are developed by various application developers with different degrees of knowledge and programming experience. Due to this discrepancy in the developers' skills, it was noticed that not all new SIP services are developed with the ability of managing SIP option tags appropriately, and that some SIP services do not support SIP option tags at all. It is easy for a service developer to forget to include this functionality when programming a new SIP service.
  • the IETF is also currently defining another type of end-point capability through the so-called SIP feature tags related to SIP caller/callee preferences and capabilities.
  • Caller preferences are used, for example, to route a SIP request to the proper terminal of a given recipient (in SIP a terminal is called User Equipment, i.e. UE), among possibly a plurality of terminals of the recipient, which supports capabilities indicated in the specific SIP message headers related to the feature tags of a particular SIP request.
  • UE User Equipment
  • the UE advertises its own capabilities through the use of the SIP feature tags included in the SIP message's 'Contact' header employed during the SIP registration process.
  • a SIP 'Contact' header with feature tags is thus included in the SIP REGISTER message that is sent to a server.
  • a given UE can also find out the feature tags supported by another UE by sending a SIP OPTIONS request to the SIP server. It may include a SIP 'Contact' header with its own feature tags as well, so that each UE involved in a SIP session learn about the other session participant's supported, or required, features.
  • feature tags included in the SIP request insure that the SIP session is established with the UE that best correspond to the tags required by the caller.
  • caller preferences describe how a SIP request can be best routed to a UE that supports certain feature tags.
  • SIP feature tags A similar problem as the one described hereinbefore with respect to the existing im ⁇ plementations for SIP option tags also exists for the use of SIP feature tags.
  • a SIP service running on a SIP application server can act as an end-point and respond to a SIP request that it receives. In these responses, the SIP service must add feature tag headers to indicate its hardware and/or software capabilities.
  • the current version of SSA does not allow a SIP service to modify the SIP 'Contact' header of a SIP message.
  • the 'Contact' header is a system header, which means it cannot be modified by a SIP service.
  • FIG. l.b shows a preliminary list 150 of various SIP feature tags 152, along with their short descriptions 154.
  • Each such feature tag may be included in a 'Contact' header of a SIP message.
  • a SIP end- point may include in a 'Contact' header of a SIP message the following feature tag:
  • [23] which indicates to the receiving SIP end-point that the sender's device supports audio as a streaming media. It is also possible for other types of feature tags, such as for example proprietary feature tags, to be also included in a SIP message header.
  • the present invention provides such a method and system.
  • the present invention is a method forcreating a Session Initiation Protocol (SIP) message, the method comprising the steps of: [30] a. sending a SIP message from a SIP service running on a SIP application server to a SIP engine of the server; [31] b. including by the SIP engine in the SIP message information relative to end-point capabilities; and
  • SIP Session Initiation Protocol
  • the present invention is aSession Initiation Protocol (SIP) ap ⁇ plication server comprising:
  • Figure 1.b (Prior Art)shows a list of various SIP feature tags that may be included in SIP message headers;
  • Figure 2 is an exemplary high-level block diagram of a SIP application server according to the preferred embodiment of the present invention;
  • Figure 3. a is an exemplary representation of a SIP REGISTER request comprising a
  • Figure 3.b is another exemplary representation of a SIP INVITE request comprising a SIP feature tag included in a 'Contact' header according to the preferred embodiment of the present invention
  • Figure 3.c is an exemplary representation of a SIP INVITE request comprising a
  • FIG. 4 is an exemplary flowchart diagram of a method according to the preferred embodiment of the present invention.
  • a Session Initiation Protocol (SIP) engine included in a SIP application server also called herein a SIP container
  • SIP Session Initiation Protocol
  • the SIP engine of a SIP application server detects the option or feature tags the invoked SIP service supports using a deployment descriptor file associated to the SIP service.
  • the SIP container analyses the deployment descriptor file of the given service. For support of option tags, as well as for the support of feature tags, a new optional tag is introduced in the deployment descriptor file.
  • the name for these tags could be, for example:
  • the value in this tag indicates the option tag, or respectively the feature tag supported by the SIP service. The same tag may appear multiple times if multiple option tags (or feature tags) are supported by the service.
  • the SIP container then knows which option or feature tags are supported by the given SIP service. If no tag of a given type (e.g. no option tag) exists in the deployment descriptor of a given SIP service, it is assumed that there is no support in the SIP service for any option tags.
  • the SIP container invokes the SIP service without applying any logic regarding the option or feature tags.
  • the SIP container adds the correct headers and values to the request/response. For the inclusion of option tags in a SIP message, the SIP container can add or change any of the following headers if required:
  • the SIP container can add or change the Contact header if required.
  • FIG. 2 is an exemplary high-level block diagram of a SIP application server 200 according to the preferred embodiment of the present invention.
  • a SIP application server 200 which may comprise a computer system running an Operating System (OS), the server 200 further comprising a SIP container 202, also called a SIP engine, that implements SIP Servlet API (SSA) methods and service logic 204 supporting SIP communications for the server 200.
  • SIP container 202 also called a SIP engine
  • SSA SIP Servlet API
  • service logic 204 supporting SIP communications for the server 200.
  • two (2) SIP services 206 and 208, or SIP ap ⁇ plications responsible for implementing specific services in the server 200.
  • the SIP services 206 and 208 are connected to the SIP container 202, as shown, via proper communication links or interfaces.
  • Each one of the SIP services 206 and 208 comprises a deployment descriptor file 210 and 212 or respectively, which comprises information about the services' capabilities relative to the option tags and feature tags supported or required by each service.
  • the SIP service 206 comprises the deployment descriptor file 210 that includes the indications 214, 216, and 218 related to two different option tags, which are supported or required by the SIP service 206, as well as one feature tag required by the service 206.
  • a new SIP service such as for example the SIP service 206 is installed in the SIP application server 200.
  • the SIP engine, or container 202 analyzes the new SIP service 206 in order to determine which end-point capabilities, i.e. which option tags and/or feature tags, are supported or required by the service.
  • the service 206 also comprises a deployment descriptor file 210 that stores in ⁇ formation relative to the end-point capabilities (option tags and feature tags) of the SIP service 206.
  • action 404 comprises analyzing by the SIP engine 202 the deployment descriptor file 210 of the service 206 for determining the option tags and feature tags related to the SIP service 206.
  • the SIP engine 202 acquires knowledge about the option and feature tags used by the new application service 206, action 406.
  • the SIP application server 200 may receive a SIP request 220 from an external end-point, wherein the SIP request comprises a Uniform Resource Identifier (URI) 222 that identifies the receiving end-point of the request 220.
  • the SIP container 202 of the application server 200 determines in action 410 whether or not the incoming SIP request is destined to a local end-point, i.e. to one of the local SIP services 206 or 208, by for example comparing the URI 222 with the URI identifying the services 206 and 208 that act as SIP end-points.
  • a local end-point i.e. to one of the local SIP services 206 or 208
  • the SIP request 220 is further relayed from the server 200 to the proper end-point external to the SIP application server 200, action 412. Otherwise, if it is detected in action 410 that the SIP request 220 is destined, for example for the SIP service 206, in action 414 the request is sent to the SIP service 206. In action 416, the SIP service 206 processes the SIP request according to its internal set-up for providing the appropriate service, and then returns to the SIP container 202 a SIP response. In action 418, the SIP container 202 receives the SIP response.
  • the SIP service 206 may also issue and transmit SIP requests by itself, such as for example when initiating a new SIP session, action 420, without first receiving any SIP message.
  • the SIP engine 202 may detect in action 422 a need to add end-point capabilities in ⁇ formation to the outgoing message, such as one or more option and/or feature tags, based on the knowledge acquired about the supported or required option or feature tags of the SIP service 206, as detected in action 406. Therefore, in action 424, the SIP engine 202 adds the appropriate end-point capability information to the SIP response/ request message.
  • action 424 may comprise i) adding the appropriate option tags in one of the SIP message headers'Require', 'Supported', 'Proxy-Require', and 'Unsupported', and/or adding the appropriate feature tags in the 'Contact' header of the SIP message.Finally, in action 426 sends out the modified SIP response/request message 230 with the included end-point capabilities to the appropriate end-point.
  • REGISTER request message 300 comprising a SIP feature tags 302 included in a 'Contact' header 304 according to the preferred embodiment of the present invention.
  • a theREGISTER request message 300 is used by the sender end-point to indicate its capabilities.
  • Figure 3.b is another exemplary repre ⁇ sentation of a SIP INVITE request message 320 comprising a SIP feature tag 322 included in a 'Contact' header 324 according to the preferred embodiment of the present invention.
  • FIG.c is an exemplary representation of a SIP INVITE request 350 comprising
  • the INVITE message 350 is send by a sender supporting 'privacy' and it wants the request to be routed to a terminating party that supports 'privacy'.
  • SIP end-point capabilities information such as for example option tags and feature tags
  • SIP engine of a SIP server automatically appends this in ⁇ formation to outgoing SIP messages generated by a SIP service running on the SIP server based on knowledge by the SIP engine acquired from the SIP service, that acts as an end-point on the SIP server.
  • Action 414 may also be performed as a result of analysis by the SIP engine of mapping rules acquired from the deployment descriptor file of the SIP service, which rules may specify in which conditions an incoming SIP message is to be passed to a given SIP service.
  • the incoming SIP message can be discarded or forwarded to another end-point, such as for example to another SIP server.

Abstract

A method and Session Initiation Protocol (SIP) application server for efficiently creating a SIP message, such as a SIP request or response message. A new service is installed in the server, and a service engine of the server acquires information regarding end-point capabilities (e.g. option tags or feature tags) associated with the service, possibly from a deployment descriptor file of the SIP service. During operation, a SIP message is created by the service, and sent to the engine, which detects if end-point capabilities should be added to the message. If so, the engine includes in the appropriate headers of the SIP message the proper end-point capabilities information, which may be zero, one or more option tags, and/or zero, one or more feature tags.

Description

Description
Method and Session Initiation Protocol (SIP) Server for the Exchange of End-Point Capabilities
[1] BACKGROUND OF THE INVENTION
[2] Field of the Invention
[3] The present invention relates to a method and system for exchanging end-point ca¬ pabilities information using the Session Initiation Protocol (SIP).
[4] Description of the Related Art
[5] The Session Initiation Protocol (SIP) is an Internet Engineering Task Force (IETF) standardprotocolthat allows for the establishment of interactiveuser sessionsinvolving- multimediaelements such as video, voice, chat, gaming, and virtual reality. Like theHyper Text Transfer Protocol (HTTP)or theSimple Mail Transfer Protocol (SMTP), SIP works in the application layerof the Open Systems Interconnection (OSI) commu¬ nications model and can establish multimedia sessions or Internet telephony calls, and modify, or terminate them. The protocol can also invite participants tounicastormulti- castsessions that do not necessarily involve the initiator. Because SIP supports name mapping andredirectionservices, it makes possible for users to initiate and receive communications and services from any location, and for networks to identify the users wherever they are.
[6] SIP is a request-response protocol, dealing with requests from clients and responses from servers. Participants are typically identified by SIP Uniform Resource Identifiers (URIs). Requests can be sent through any transport protocol, such as theUser Datagram Protocol (UDP), theSimple Control Transport Protocol (SCTP), or Transfer Control Protocol (TCP). SIP determines the end system to be used for the session, the com¬ munication media and media parameters, and the called party's desire to engage in the communication. Once these are assured, SIP establishes call parameters at either end of the communication, and handles call transfer and termination. SIP is specified in IETF's Request for Comments [RFC] 3261, which is herein included by reference.
[7] SIP services are typically implemented via SIP application servers. A SIP ap¬ plication server is aserverof the SIP-baseddistributednetworkthat provides business logic for one or more application programs that enable the provision of SIP services. Examples of SIP services that may be provided to SIP users are: SIP conferencing service, SIP presence service,Push-To-Talk, SIP Session Forwarding, and Messaging Server.
[8] Telecommunications equipment vendors developed SIP servers that are currently reaching the market, as SIP services begin to be commercially exploited. For example, Telefonaktiebolaget LM Ericsson Inc (hereinafter called Ericsson), a telecommu¬ nications manufacturer, developed a SIP application server including a SIP Servlet Ap¬ plication Programming Interface (API), called SSA,based onJAVA programming running on top of a PC server. The SSA offers an API that service developers can use to easily develop new SIP services, also called SIP applications. SSA is based on the Hyper Text Transfer Protocol (HTTP) servlet mechanism. The methods available in SSA are implemented in a SIP engine, also called the SIP container. The main target of SSA is to offer an abstraction from the SIP protocol. Ericsson included the SIP container in the Ericsson's Application Server (E-AS) as well as in Ericsson's Service Development Studio (SDS) package.Such an Application Server is a 3GPP defined SIP Application Server, which is a central node in the IP Multimedia System (IPMM) ar¬ chitecture for enabling SIP-based applications. It combines a SIP container im¬ plementing the SSA methods and a full computer server. Ericsson Service De¬ velopment Studio is a Design and an Execution Environment where SIP applications for the Ericsson Application Server can be designed, deployed, executed and tested.
[9] IETF also defined so-called SIP option tags in RFC 3261, which is also herein included by reference. These option tags indicate capabilities of the end-points (e.g. User Equipment (UE), application servers, etc) of a SIP session. The RFC 3261 describes a mechanism in which, during a SIP session, end-points can request from other end-points and proxy-servers the capabilities they support. The following SIP message headers are used for exchanging option tag information: '
[10] Require', 'Supported', 'Proxy-Require', and 'Unsupported'. A SIP option tag is a string that is associated with a particular SIP option (i.e., an extension), and identifies the option to SIP endpoints.
[11] Reference is now made to Figure La (Prior Art) that shows a list 100 of various SIP option tags 102, along with their short descriptions 104. Each such option tag may be included in a header of a SIP message, such as for example in the headers: '
[12] Require', 'Supported', 'Proxy-Require', and 'Unsupported', alone or along with one or more other option tags. For example, a SIP end-point may include in a 'supported' header of a SIP message the following option tag:
[13] Option_tag value = 'privacy'
[14] which indicates to the SIP end-point that the sender supports the privacy mechanism capability.. The list 100 provides a description of all IETFs currently defined SIP option tags.
[15] In current SIP implementations, a service running on a given SIP application server can act as an end-point and respond to a SIP request that it receives, or can initiate a SIP request by itself. In these SIP messages where a SIP service acts as a SIP end- point, the service must add SIP option tag headers to indicate its capabilities, such as for example its required or supported capabilities.
[16] However, SIP services are developed by various application developers with different degrees of knowledge and programming experience. Due to this discrepancy in the developers' skills, it was noticed that not all new SIP services are developed with the ability of managing SIP option tags appropriately, and that some SIP services do not support SIP option tags at all. It is easy for a service developer to forget to include this functionality when programming a new SIP service.
[17] It would therefore be advantageous to automate the selective and proper inclusion of SIP option tags in SIP message headers in order to offer a higher level of abstraction to the service developer when programming a new SIP service.
[18] On the other hand, besides the option tags defined in IETF'sRFC3261, the IETF is also currently defining another type of end-point capability through the so-called SIP feature tags related to SIP caller/callee preferences and capabilities. Caller preferences are used, for example, to route a SIP request to the proper terminal of a given recipient (in SIP a terminal is called User Equipment, i.e. UE), among possibly a plurality of terminals of the recipient, which supports capabilities indicated in the specific SIP message headers related to the feature tags of a particular SIP request.
[19] Callee preferences are used to advertise what capabilities are supported by a given
UE or required from a given UE to establish a SIP communication. The UE advertises its own capabilities through the use of the SIP feature tags included in the SIP message's 'Contact' header employed during the SIP registration process. A SIP 'Contact' header with feature tags is thus included in the SIP REGISTER message that is sent to a server. A given UE can also find out the feature tags supported by another UE by sending a SIP OPTIONS request to the SIP server. It may include a SIP 'Contact' header with its own feature tags as well, so that each UE involved in a SIP session learn about the other session participant's supported, or required, features. For example, when a caller requests a new SIP session to be established with a calee identified by a URI and having a plurality of UE terminals, feature tags included in the SIP request insure that the SIP session is established with the UE that best correspond to the tags required by the caller. In general, caller preferences describe how a SIP request can be best routed to a UE that supports certain feature tags.
[20] A similar problem as the one described hereinbefore with respect to the existing im¬ plementations for SIP option tags also exists for the use of SIP feature tags. For example, a SIP service running on a SIP application server can act as an end-point and respond to a SIP request that it receives. In these responses, the SIP service must add feature tag headers to indicate its hardware and/or software capabilities. However, the current version of SSA does not allow a SIP service to modify the SIP 'Contact' header of a SIP message. In SSA, the 'Contact' header is a system header, which means it cannot be modified by a SIP service. However, in current implementations, there is no defined means for a SIP engine or container to modify feature tag headers. In order to cope with this limitation, some application programmers have altered the SIP engine or container to allow for a modification of the SIP 'Contact' message header by the SIP services. However, this is against the path taken by the JAVA community for defining the rules for SSA.
[21] Reference is now made to Figure l.b (Prior Art) that shows a preliminary list 150 of various SIP feature tags 152, along with their short descriptions 154. Each such feature tag may be included in a 'Contact' header of a SIP message. For example, a SIP end- point may include in a 'Contact' header of a SIP message the following feature tag:
[22] Feature_tag value = 'sip.audio'
[23] which indicates to the receiving SIP end-point that the sender's device supports audio as a streaming media. It is also possible for other types of feature tags, such as for example proprietary feature tags, to be also included in a SIP message header.
[24] Although there is no prior art solution as the one proposed hereinafter for solving the above-mentioned deficiencies, the International Patent Application Publication number WO 01/46822 bears some relation with the present invention. In this publication, there is taught an API for SIP servlets. This API sets forth critical func¬ tionality required for servlets in order to handle messages that comply with SIP. The servlets implement telephone service logic, such as call forwarding, call screening and mobility service and may be resident on a SIP proxy server. A servlet manager is also resident on the SIP server and is responsible for receiving messages and determining which of the service should process the incoming messages. In this publication, the service manager is solely responsible for distributing incoming SIP messages to the proper SIP servlet and therefore, nothing in this publication suggest any kind of option or feature tags management.
[25] It would therefore be advantageous to automate the selective inclusion of the ap¬ propriate SIP feature tags and option tags in SIP messages such as in SIP requests and responses, in order to offer a higher level of abstraction to the service developer when programming a new SIP service.
[26] Accordingly, it should be readily appreciated that in order to overcome the de¬ ficiencies and shortcomings of the existing solutions, it would be advantageous to have a method and extended SIP engine/container for selectively adding SIP end-point ca¬ pabilities such as for example option tags and feature tags information to SIP requests and SIP responses messages.
[27] The present invention provides such a method and system.
[28] Summary of the Invention
[29] In one aspect, the present invention is a method forcreating a Session Initiation Protocol (SIP) message, the method comprising the steps of: [30] a. sending a SIP message from a SIP service running on a SIP application server to a SIP engine of the server; [31] b. including by the SIP engine in the SIP message information relative to end-point capabilities; and
[32] c. sending the SIP message including the information relative to end-point ca¬ pabilities from the SIP application server.
[33] In another aspect, the present invention is aSession Initiation Protocol (SIP) ap¬ plication server comprising:
[34] a SIP engine supporting SIP communications;
[35] a SIP service running on the SIP server;
[36] wherein a SIP message is sent from the SIP service to the SIP engine, which includes in the SIP message information relative to end-point capabilities and further sends the SIP message including the information relative to end-point capabilities from the SIP application server. [37] Brief Description of the Drawings
[38] For a more detailed understanding of the invention, for further objects and advantages thereof, reference can now be made to the following description, taken in conjunction with the accompanying drawings, in which: [39] Figure 1.a (Prior Art)shows a list of various SIP option tags that may be included in
SIP message headers; [40] Figure 1.b (Prior Art)shows a list of various SIP feature tags that may be included in SIP message headers; [41] Figure 2 is an exemplary high-level block diagram of a SIP application server according to the preferred embodiment of the present invention; [42] Figure 3. a is an exemplary representation of a SIP REGISTER request comprising a
SIP feature tag included in a 'Contact' header according to the preferred embodiment of the present invention; [43] Figure 3.b is another exemplary representation of a SIP INVITE request comprising a SIP feature tag included in a 'Contact' header according to the preferred embodiment of the present invention; [44] Figure 3.c is an exemplary representation of a SIP INVITE request comprising a
SIP option tag included in 'Supported' header as well as in a 'Required' header according to the preferred embodiment of the present invention; and [45] Figure 4 is an exemplary flowchart diagram of a method according to the preferred embodiment of the present invention.
[46] Detailed Description of the Preferred Embodiments
[47] The innovative teachings of the present invention will be described with particular reference to various exemplary embodiments. However, it should be understood that this class of embodiments provides only a few examples of the many advantageous uses of the innovative teachings of the invention. In general, statements made in the specification of the present application do not necessarily limit any of the various claimed aspects of the present invention. Moreover, some statements may apply to some inventive features but not to others. In the drawings, like or similar elements are designated with identical reference numerals throughout the several views.
[48] According to the preferred embodiment of the present invention, the functionality of a Session Initiation Protocol (SIP) engine included in a SIP application server, also called herein a SIP container, is extended with service logic that automatically interprets SIP end-point capabilities, such as for example the SIP option tags and feature tags, and in turn automatically adds the correct end-point capabilities in¬ formation in the appropriate SIP message headers of the requests/responses send out from the server. The SIP engine of a SIP application server detects the option or feature tags the invoked SIP service supports using a deployment descriptor file associated to the SIP service. At deployment of a new SIP service on a SIP application server, the SIP container analyses the deployment descriptor file of the given service. For support of option tags, as well as for the support of feature tags, a new optional tag is introduced in the deployment descriptor file. The name for these tags could be, for example:
[49] <supported option tag> <value> </supported option tag> for option tags
[50] and
[51] <supported feature tag> <value> </supported feature tag> for feature tags
[52] The value in this tag indicates the option tag, or respectively the feature tag supported by the SIP service. The same tag may appear multiple times if multiple option tags (or feature tags) are supported by the service. The SIP container then knows which option or feature tags are supported by the given SIP service. If no tag of a given type (e.g. no option tag) exists in the deployment descriptor of a given SIP service, it is assumed that there is no support in the SIP service for any option tags. At reception of a SIP request, the SIP container invokes the SIP service without applying any logic regarding the option or feature tags. When the SIP service sends a request or response, the SIP container adds the correct headers and values to the request/response. For the inclusion of option tags in a SIP message, the SIP container can add or change any of the following headers if required:
[53] Supported
[54] Unsupported
[55] Required
[56] Proxy-Required [57] For the inclusion of feature tags in a SIP message, the SIP container can add or change the Contact header if required.
[58] Reference is now made to Figure 2, which is an exemplary high-level block diagram of a SIP application server 200 according to the preferred embodiment of the present invention. Shown in Figure 2 is first a SIP application server 200, which may comprise a computer system running an Operating System (OS), the server 200 further comprising a SIP container 202, also called a SIP engine, that implements SIP Servlet API (SSA) methods and service logic 204 supporting SIP communications for the server 200. Further shown in Figure 2, are two (2) SIP services 206 and 208, or SIP ap¬ plications, responsible for implementing specific services in the server 200. The SIP services 206 and 208 are connected to the SIP container 202, as shown, via proper communication links or interfaces. Each one of the SIP services 206 and 208 comprises a deployment descriptor file 210 and 212 or respectively, which comprises information about the services' capabilities relative to the option tags and feature tags supported or required by each service. For example, the SIP service 206 comprises the deployment descriptor file 210 that includes the indications 214, 216, and 218 related to two different option tags, which are supported or required by the SIP service 206, as well as one feature tag required by the service 206.
[59] Reference is now made jointly to Figure 2, previously described, and to Figure 4, which is an exemplary flowchart diagram of a method according to the preferred embodiment of the present invention. In this method, first, in action 402, a new SIP service, such as for example the SIP service 206 is installed in the SIP application server 200. In action 404, the SIP engine, or container 202, analyzes the new SIP service 206 in order to determine which end-point capabilities, i.e. which option tags and/or feature tags, are supported or required by the service. Preferably, as shown in Fig. 2, the service 206 also comprises a deployment descriptor file 210 that stores in¬ formation relative to the end-point capabilities (option tags and feature tags) of the SIP service 206. In such a case, action 404 comprises analyzing by the SIP engine 202 the deployment descriptor file 210 of the service 206 for determining the option tags and feature tags related to the SIP service 206. By analyzing the deployment descriptor file 210, the SIP engine 202 acquires knowledge about the option and feature tags used by the new application service 206, action 406.
[60] During operation, in action 408, the SIP application server 200 may receive a SIP request 220 from an external end-point, wherein the SIP request comprises a Uniform Resource Identifier (URI) 222 that identifies the receiving end-point of the request 220. Upon receipt of the message 220, the SIP container 202 of the application server 200 determines in action 410 whether or not the incoming SIP request is destined to a local end-point, i.e. to one of the local SIP services 206 or 208, by for example comparing the URI 222 with the URI identifying the services 206 and 208 that act as SIP end-points. In the negative, i.e. if the incoming SIP request 220 is not destined to any one of the local services 206 and 208, the SIP request 220 is further relayed from the server 200 to the proper end-point external to the SIP application server 200, action 412. Otherwise, if it is detected in action 410 that the SIP request 220 is destined, for example for the SIP service 206, in action 414 the request is sent to the SIP service 206. In action 416, the SIP service 206 processes the SIP request according to its internal set-up for providing the appropriate service, and then returns to the SIP container 202 a SIP response. In action 418, the SIP container 202 receives the SIP response.
[61] In some other instances, the SIP service 206 may also issue and transmit SIP requests by itself, such as for example when initiating a new SIP session, action 420, without first receiving any SIP message.
[62] In both cases, i.e. following either one of action 418 of issuing a SIP response as a consequence of a receipt of a SIP request, or action 420 of issuing a new SIP request, upon receipt from the SIP service 206 of either the SIP response or the SIP request, the SIP engine 202 may detect in action 422 a need to add end-point capabilities in¬ formation to the outgoing message, such as one or more option and/or feature tags, based on the knowledge acquired about the supported or required option or feature tags of the SIP service 206, as detected in action 406. Therefore, in action 424, the SIP engine 202 adds the appropriate end-point capability information to the SIP response/ request message. For example, action 424 may comprise i) adding the appropriate option tags in one of the SIP message headers'Require', 'Supported', 'Proxy-Require', and 'Unsupported', and/or adding the appropriate feature tags in the 'Contact' header of the SIP message.Finally, in action 426 sends out the modified SIP response/request message 230 with the included end-point capabilities to the appropriate end-point.
[63] Reference is now made to Figure 3.a, which is an exemplary representation of a SIP
REGISTER request message 300 comprising a SIP feature tags 302 included in a 'Contact' header 304 according to the preferred embodiment of the present invention. In Figure 3. a theREGISTER request message 300 is used by the sender end-point to indicate its capabilities.
[64] Reference is now further made to Figure 3.b, which is another exemplary repre¬ sentation of a SIP INVITE request message 320 comprising a SIP feature tag 322 included in a 'Contact' header 324 according to the preferred embodiment of the present invention. In Figure 3.b, theINVITE message 320 is used to indicate that is must be routed to a terminal registered with the feature tag mobility = 'mobile'.
[65] Figure 3.c is an exemplary representation of a SIP INVITE request 350 comprising
SIP option tags 352 included in a 'Supported' header 354 as well as in a 'Required' header 356 according to the preferred embodiment of the present invention.The INVITE message 350 is send by a sender supporting 'privacy' and it wants the request to be routed to a terminating party that supports 'privacy'.
[66] Therefore, with the present invention it becomes possible to transmit SIP end-point capabilities information, such as for example option tags and feature tags, in an optimized manner, where a SIP engine of a SIP server automatically appends this in¬ formation to outgoing SIP messages generated by a SIP service running on the SIP server based on knowledge by the SIP engine acquired from the SIP service, that acts as an end-point on the SIP server.
[67] Based upon the foregoing, it should now be apparent to those of ordinary skills in the art that the present invention provides an advantageous solution, which simplified and more efficient inclusion of SIP end-point capabilities in an outgoing SIP message. It should be realized upon reference hereto that the innovative teachings contained herein are not necessarily limited thereto and may be implemented advantageously with any applicable radio telecommunications standard that makes also use of SIP, or that supports SIP. Furthermore, variants of the detailed exemplary scenario presented in Figures 2 and 4 are also possible. According to one of these variants of the preferred embodiment of the invention, in action 410 of Figure 4 a further analysis can be performed on the incoming SIP message to determine what option tags or feature tags it includes in its message headers. These tags may be compared to the capabilities supported by the SIP services local to the application server 200, and in case there is a match, i.e. in case the destination local service supports the option tags or feature tags requested by the message, the SIP message is forwarded to the local service of destination, action 414. Action 414 may also be performed as a result of analysis by the SIP engine of mapping rules acquired from the deployment descriptor file of the SIP service, which rules may specify in which conditions an incoming SIP message is to be passed to a given SIP service. Otherwise, if there is no match between in case the destination local service does not support the option tags or feature tags requested by the message, or as stated by the mapping rules, the incoming SIP message can be discarded or forwarded to another end-point, such as for example to another SIP server. It is believed that the operation and construction of the present invention will be apparent from the foregoing description. While the method and system shown and described have been characterized as being preferred, it will be readily apparent that various changes and modifications could be made therein without departing from the scope of the invention as defined by the claims set forth hereinbelow.
[68] Although several preferred embodiments of the method and system of the present invention have been illustrated in the accompanying Drawings and described in the foregoing Detailed Description, it will be understood that the invention is not limited to the embodiments disclosed, but is capable of numerous rearrangements, modifications and substitutions without departing from the spirit of the invention as set forth and defined by the following claims.

Claims

Claims
[1] LA method forcreating a Session Initiation Protocol (SIP) message, the method comprising the steps of: a. sending a SIP message from a SIP service running on a SIP application server to a SIP engine of the server; b. including by the SIP engine in the SIP message information relative to end- point capabilities; and c. sending the SIP message including the information relative to end-point ca¬ pabilities from the SIP application server.
[2] 2.The method claimed in claim 1, wherein the information relative to end-point capabilities comprises option tags.
[3] 3.The method claimed in claim 1, wherein the information relative to end-point capabilities comprises feature tags.
[4] 4.The method claimed in claim 1, the method further comprising before step b. the step of: d. detecting a need to add the end-point capabilities to the SIP message; wherein step b. is performed responsive to step d.
[5] 5.The method claimed in claim 1, the method further comprising, prior to step a., the steps of: d. installing the SIP service on the SIP application server; and e. analysing by the SIP engine the SIP service and acquiring knowledge about the information relative to end-point capabilities of the SIP service.
[6] β.The method claimed in claim 5, wherein step e. comprises analysing by the SIP engine a deployment descriptor file associated with the SIP service and acquiring knowledge about the information relative to end-point capabilities of the SIP service from the deployment descriptor file.
[7] 7.The method claimed in claim 5, further comprising the steps of: f. receiving an incoming SIP request message at the SIP application server, the incoming SIP request message being destined to an end-point associated to the SIP service; g. detecting that the incoming SIP message is destined to the end-point associated to the SIP service; h. responsive to step g., relaying the incoming SIP request message from the SIP engine to the SIP service; and i. upon receipt of the incoming SIP request message by the SIP service, processing the message; wherein step a. is performed as a result of step i.
[8] 8.The method claimed in claim 1, wherein the SIP message including the in¬ formation relative to end-point capabilities is a SIP request message.
[9] 9.The method claimed in claim 1, wherein the SIP message including the in¬ formation relative to end-point capabilities is a SIP response message.
[10] lO.ASession Initiation Protocol (SIP) application server comprising: a SIP engine supporting SIP communications; and a SIP service running on the SIP server; wherein a SIP message is sent from the SIP service to the SIP engine, which includes in the SIP message information relative to end-point capabilities and further sends the SIP message including the information relative to end-point ca¬ pabilities from the SIP application server.
[11] 11.The SIP application server claimed in claim 10, wherein the information relative to end-point capabilities comprises option tags.
[12] 12.The SIP application server claimed in claim 10, wherein the information relative to end-point capabilities comprises feature tags.
[13] 13. The SIP application server claimed in claim 10, wherein the SIP engine first detects a need to add the end-point capabilities to the SIP message, and then includes the information relative to end-point capabilities in the SIP message.
[14] 14.The SIP application server claimed in claim 10, wherein the SIP service is installed in the SIP application server, and the SIP engine analyses the SIP service for acquiring knowledge about the information relative to end-point ca¬ pabilities of the SIP service.
[15] 15.The SIP application server claimed in claim 14, wherein: the SIP service is associated with a deployment descriptor file that includes in¬ formation about the SIP service end-point capabilities, wherein when the SIP engine analyses the SIP service, the SIP engine analyses the deployment descriptor file associated with the SIP service and acquires knowledge about the information relative to end-point capabilities of the SIP service from the deployment descriptor file.
[16] lό.The SIP application server claimed in claim 14, wherein an incoming SIP message is received at the SIP application server, the incoming SIP message being destined to an end-point associated to the SIP service, the SIP engine detects that the incoming SIP message is destined to the end-point associated to the SIP service and relays the incoming SIP message to the SIP service, which processes the message, wherein the SIP message is sent from the SIP service to the SIP engine as a result of the message processing.
[17] 17. The SIP application server claimed in claim 10, wherein the SIP message including the information relative to end-point capabilities is a SIP request message.
[18] 18.The SIP application server claimed in claim 10, wherein the SIP message including the information relative to end-point capabilities is a SIP response message.
PCT/IB2005/052754 2004-08-31 2005-08-22 Method and session initiation protocol (sip) server for the exchange of end-point capabilities WO2006024987A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP05775967A EP1790149B1 (en) 2004-08-31 2005-08-22 Method and session initiation protocol (sip) server for the exchange of end-point capabilities
DE602005019177T DE602005019177D1 (en) 2004-08-31 2005-08-22 PROCEDURE AND SERVER OF THE SESSION INTRODUCTION PROTOCOL (SIP) FOR EXCHANGE OF FINAL CAPACITY
AT05775967T ATE456897T1 (en) 2004-08-31 2005-08-22 SESSION INITIAL PROTOCOL (SIP) METHOD AND SERVER FOR EXCHANGING ENDPOINT CAPABILITIES

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/929,402 2004-08-31
US10/929,402 US20060047840A1 (en) 2004-08-31 2004-08-31 Method and session initiation protocol (SIP) server for the exchange of end-point capabilities

Publications (1)

Publication Number Publication Date
WO2006024987A1 true WO2006024987A1 (en) 2006-03-09

Family

ID=35311423

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2005/052754 WO2006024987A1 (en) 2004-08-31 2005-08-22 Method and session initiation protocol (sip) server for the exchange of end-point capabilities

Country Status (5)

Country Link
US (1) US20060047840A1 (en)
EP (1) EP1790149B1 (en)
AT (1) ATE456897T1 (en)
DE (1) DE602005019177D1 (en)
WO (1) WO2006024987A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2205020A1 (en) * 2008-12-31 2010-07-07 TeliaSonera AB Capability service in communications system
US8582566B2 (en) 2006-04-26 2013-11-12 Samsung Electronics Co., Ltd Method and system of forwarding capability information of user equipment in internet protocol multimedia subsystem network

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060083242A1 (en) * 2004-10-20 2006-04-20 Nokia Corporation Address modification in application servers
CN101185304B (en) 2005-05-25 2012-08-29 艾利森电话股份有限公司 Method and device for identifying an IMS service
US20070204065A1 (en) * 2006-02-27 2007-08-30 Harton David C Method and system for providing communication protocol interoperability
US7907599B2 (en) * 2006-04-10 2011-03-15 Network Equipment Technologies, Inc. Determination of SIP transport to reduce call setup delays
US8804694B2 (en) * 2006-06-08 2014-08-12 At&T Intellectual Property Ii, L.P. Method and apparatus for invoking multimodal interaction in a VOIP call
US8467792B2 (en) * 2006-06-27 2013-06-18 Qualcomm Incorporated Method and apparatus for maintaining call continuity in wireless communication
US8671199B2 (en) * 2006-10-26 2014-03-11 International Business Machines Corporation Converged call flow modeling and converged web service interface design
US9229726B2 (en) * 2006-10-26 2016-01-05 International Business Machines Corporation Converged call flow and web service application integration using a processing engine
US7966625B2 (en) * 2006-10-26 2011-06-21 International Business Machines Corporation Extending web service description language for SIP/call flow interactions
US8214514B2 (en) * 2006-10-26 2012-07-03 International Business Machines Corporation Auto-generation or auto-execution of web service description language call flow implementation
US8187227B2 (en) * 2006-11-01 2012-05-29 Medela Holding Ag Self returning contamination barrier
CN101227457A (en) * 2007-01-18 2008-07-23 华为技术有限公司 System and method for identifying communication service
US8638676B2 (en) * 2007-03-27 2014-01-28 Blackberry Limited Methods and systems to allow multiple SIP applications on a SIP client the ability to select specific applications and features on a SIP server
EP1976217B1 (en) * 2007-03-27 2019-10-09 BlackBerry Limited Methods and systems to allow multiple sip applications on a sip client enabling it to select specific applications and features on a sip server
US8260944B2 (en) * 2007-09-07 2012-09-04 International Business Machines Corporation Using a state machine embedded within a session initiation protocol (SIP) servlet to implement an application programming interface (API)
WO2009086935A1 (en) 2008-01-10 2009-07-16 Telefonaktiebolaget Lm Ericsson (Publ) Message handling in a communications network
US20090300115A1 (en) * 2008-06-03 2009-12-03 Telefonaktiebolaget Lm Ericsson (Publ) Method, node and system for adapting a session initiation protocol (sip) message for an ip multimedia subsystem (ims)
JP2011527534A (en) * 2008-06-23 2011-10-27 リサーチ イン モーション リミテッド Device and server capability delivery methods
US8683077B2 (en) * 2008-06-24 2014-03-25 Blackberry Limited Method for indicating supported IP versions and reaching a device that supports compatible IP versions with SIP
US8331355B2 (en) * 2008-06-24 2012-12-11 Research In Motion Limited Method for a network component to route a communication session
EP2335394B1 (en) * 2008-09-05 2016-07-20 Telefonaktiebolaget LM Ericsson (publ) End-to-end address transfer
EP2870735B1 (en) * 2012-07-06 2019-05-22 Telefonaktiebolaget LM Ericsson (publ) Method for adding client capability data to a sip message
US10498775B2 (en) 2017-08-31 2019-12-03 T-Mobile Usa, Inc. Exchanging non-text content in real time text messages

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001046822A1 (en) * 1999-12-08 2001-06-28 Mci Worldcom, Inc. Session initiation protocol servlet application programming interface
WO2003102806A1 (en) * 2002-05-31 2003-12-11 Nokia Corporation Protocol engine application interface

Family Cites Families (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5928323A (en) * 1996-05-30 1999-07-27 Sun Microsystems, Inc. Apparatus and method for dynamically generating information with server-side software objects
US5944781A (en) * 1996-05-30 1999-08-31 Sun Microsystems, Inc. Persistent executable object system and method
US6678735B1 (en) * 2000-01-26 2004-01-13 Nortel Networks Limited Method and apparatus for a sip client manager
US6954654B2 (en) * 2001-07-31 2005-10-11 Lucent Technologies Inc. Provision of services in a communication system including an interworking mobile switching center
US6996087B2 (en) * 2001-07-31 2006-02-07 Lucent Technologies Inc. Communication system including an interworking mobile switching center for call termination
US6888828B1 (en) * 2001-10-02 2005-05-03 Nokia Corporation System and method for providing at least one service obtained from a service network for a user in a packet switched communication network
EP1324544A1 (en) * 2001-12-26 2003-07-02 Telefonaktiebolaget L M Ericsson (Publ) Method and system for controlling traffic load between media gateway controllers and proxies
WO2003058913A1 (en) * 2002-01-10 2003-07-17 Nokia Corporation Method and system for proxying a message
US7509425B1 (en) * 2002-01-15 2009-03-24 Dynamicsoft, Inc. Establishing and modifying network signaling protocols
US20040006623A1 (en) * 2002-07-05 2004-01-08 Telefonaktiebolaget L M Ericsson (Publ) Service providing mechanism
GB0216000D0 (en) * 2002-07-10 2002-08-21 Nokia Corp A method for setting up a security association
US7617273B2 (en) * 2002-11-15 2009-11-10 Sun Microsystems, Inc. Method and apparatus for providing a unified component architecture for client-side and server-side components
US7305681B2 (en) * 2003-03-20 2007-12-04 Nokia Corporation Method and apparatus for providing multi-client support in a sip-enabled terminal
JP4520705B2 (en) * 2003-04-11 2010-08-11 パナソニック株式会社 Communication system and communication method
EP1480407A1 (en) * 2003-05-20 2004-11-24 Hewlett-Packard Development Company, L.P. Method and apparatus for load-balancing in a distributed processing system
EP1632067B1 (en) * 2003-06-12 2017-11-22 Camiant, Inc. Pcmm application manager
GB0319360D0 (en) * 2003-08-18 2003-09-17 Nokia Corp Setting up communication sessions
US7860095B2 (en) * 2003-10-30 2010-12-28 Hewlett-Packard Development Company, L.P. Method and apparatus for load-balancing
DE60330350D1 (en) * 2003-10-30 2010-01-14 Hewlett Packard Development Co Communication method and device
US7359724B2 (en) * 2003-11-20 2008-04-15 Nokia Corporation Method and system for location based group formation
EP1700499B1 (en) * 2003-12-30 2010-06-23 Telefonaktiebolaget LM Ericsson (publ) Method and communication system for automatically discovering the multmedia service capability
US20050149443A1 (en) * 2004-01-05 2005-07-07 Marko Torvinen Method and system for conditional acceptance to a group
US8886824B2 (en) * 2004-01-26 2014-11-11 Core Wireless Licensing, S.a.r.l. Media adaptation determination for wireless terminals
US7564846B2 (en) * 2004-08-30 2009-07-21 Dezonno Anthony J Method of collecting communication system information
US7752315B2 (en) * 2005-12-01 2010-07-06 International Business Machines Corporation Method for extending the use of SIP (session initiated protocol) for providing debug services
EP2205020B1 (en) * 2008-12-31 2017-09-13 Telia Company AB Capability service in communications system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001046822A1 (en) * 1999-12-08 2001-06-28 Mci Worldcom, Inc. Session initiation protocol servlet application programming interface
WO2003102806A1 (en) * 2002-05-31 2003-12-11 Nokia Corporation Protocol engine application interface

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
FTW K PETERBAUER (KAPSCH AG) J STADLER ET AL: "SIP Servlet API Extensions", IETF STANDARD-WORKING-DRAFT, INTERNET ENGINEERING TASK FORCE, IETF, CH, 14 February 2001 (2001-02-14), XP015033886, ISSN: 0000-0004 *
PAILER R ET AL: "USING PARLAY APIS OVER A SIP SYSTEM IN A DISTRIBUTED SERVICE PLATFORM FOR CARRIER GRADE MULTIMEDIA SERVICES", WIRELESS NETWORKS, ACM, US, vol. 9, no. 4, July 2003 (2003-07-01), pages 353 - 363, XP001186990, ISSN: 1022-0038 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8582566B2 (en) 2006-04-26 2013-11-12 Samsung Electronics Co., Ltd Method and system of forwarding capability information of user equipment in internet protocol multimedia subsystem network
EP2205020A1 (en) * 2008-12-31 2010-07-07 TeliaSonera AB Capability service in communications system

Also Published As

Publication number Publication date
US20060047840A1 (en) 2006-03-02
EP1790149B1 (en) 2010-01-27
ATE456897T1 (en) 2010-02-15
EP1790149A1 (en) 2007-05-30
DE602005019177D1 (en) 2010-03-18

Similar Documents

Publication Publication Date Title
EP1790149B1 (en) Method and session initiation protocol (sip) server for the exchange of end-point capabilities
US20060239247A1 (en) Method and session initiation protocol (SIP) server with end-point capabilities check
US8374167B2 (en) Voice over internet protocol real time protocol routing
US6904140B2 (en) Dynamic user state dependent processing
EP1879327B1 (en) A method for obtaining the qos information of the session
KR100728280B1 (en) Network state management method for using BYE/200OK in communication system for using Session Initiation Protocol
US7787501B2 (en) Congestion control in an IP network
US8320349B1 (en) Combined user agent for packet-based communication clients
CA2439086C (en) Ip based service architecture
US20140164543A1 (en) Communication System, Application Server and Communication Method for Server Cooperation
CA2469213C (en) System and method for integrating multimedia services with traditional telephony via different networks
EP1672866A1 (en) Method and system to the instant transfer of multimedia files between mobile radio users within the scope of combinational services
US20080208993A1 (en) Method For Distributing New Services in an Internet Multimedia Subsystem (Ims), and a Node Adapted Therefore
JP2004235778A (en) Response processing control method
KR101080383B1 (en) Method for voice over internet protocol call setup and communication system performing the same
Kolberg et al. Handling Incompatibilities between Services deployed on IP-based Networks
Chang et al. Towards mobile agent based provision of voice over IP services
Cumming Sip Market Overview
Avgeropoulos Service Policy Management for User-Centric Services in Heterogeneous Mobile Networks
Aye et al. Implementation and Analysis of VoIP application
KR20050014129A (en) Session Initiation Protocol server and SIP message handling method

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2005775967

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2005775967

Country of ref document: EP