JP2006350635A - Session management system, session management method, server and communication system - Google Patents

Session management system, session management method, server and communication system Download PDF

Info

Publication number
JP2006350635A
JP2006350635A JP2005175210A JP2005175210A JP2006350635A JP 2006350635 A JP2006350635 A JP 2006350635A JP 2005175210 A JP2005175210 A JP 2005175210A JP 2005175210 A JP2005175210 A JP 2005175210A JP 2006350635 A JP2006350635 A JP 2006350635A
Authority
JP
Japan
Prior art keywords
session
http
application
information
sip
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2005175210A
Other languages
Japanese (ja)
Inventor
Haruo Fukuda
春生 福田
Shinichi Otogawa
進一 乙川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2005175210A priority Critical patent/JP2006350635A/en
Publication of JP2006350635A publication Critical patent/JP2006350635A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To execute replication in a fusion server while maintaining dependence between a plurality of sessions relating to each application. <P>SOLUTION: A session management system comprises a first application management means and a second application management means for managing applications of different protocols respectively, a second session correspondence conversion means for converting session information about a first session into identification information about a corresponding second session, a second session search means for searching the second application management means for the corresponding second session according to the identification information about the second session, a first session correspondence conversion means for converting session information about a second session into identification information about a corresponding first session, and a first session search means for searching the first application management means for the corresponding first session according to the identification information about the first session. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、セッション管理システム、セッション管理方法、サーバ及び通信システムに関し、複数のネットワークプロトコルによるセッション間を管理するシステム、サーバ及び通信システムに適用し得る。   The present invention relates to a session management system, a session management method, a server, and a communication system, and can be applied to a system, a server, and a communication system that manage sessions between a plurality of network protocols.

近年、Webアプリケーションなどを開発する際に、アプリケーションサーバを利用したシステム構築が広く行われている。例えば、Java環境におけるアプリケーションサーバ技術はJ2EE(Java 2 Platform,Enterprise Edition)等が定義されている(非特許文献1参照)。   In recent years, system development using an application server has been widely performed when developing web applications and the like. For example, J2EE (Java 2 Platform, Enterprise Edition) is defined as an application server technology in the Java environment (see Non-Patent Document 1).

また、インターネットを利用したサービスとして、SIP(Session Initiation Protocol)を利用したVoIP(Voice Over IP)なども広く利用されている(非特許文献2参照)。例えば、SIPアプリケーションサーバの規格として非特許文献3に規定されるものがある。   As a service using the Internet, VoIP (Voice Over IP) using SIP (Session Initiation Protocol) is also widely used (see Non-Patent Document 2). For example, there is a SIP application server standard defined in Non-Patent Document 3.

一般に、これらのアプリケーションは独立して開発されることが多いが、複数のプロトコルを同時に制御することにより、付加価値の高いアプリケーションを提供することが可能となる。   In general, these applications are often developed independently, but by simultaneously controlling a plurality of protocols, it becomes possible to provide an application with high added value.

このようなHTTPプロトコルとSIPプロトコルとの両方を利用したアプリケーションの例として「クリックトゥーダイアル」などある。なお、クリックトゥーダイアルに関するSIPの詳細動作は非特許文献4に記載されている。   An example of an application using both the HTTP protocol and the SIP protocol is “click to dial”. The detailed operation of SIP related to click-to-dial is described in Non-Patent Document 4.

従来のアプリケーションサーバ上でクリックトゥーダイアルを提供する動作について図2及び図3を参照して説明する。   An operation for providing a click-to-dial on a conventional application server will be described with reference to FIGS.

図2は、非クラスタリング環境での従来のアプリケーションサーバの機能構成図である。アプリケーションサーバ100は、HTTPアプリケーションを動作させるHTTPサーブレットコンテナ101と、SIPアプリケーションを動作させるSIPサーブレットコンテナ102とを備える。   FIG. 2 is a functional configuration diagram of a conventional application server in a non-clustering environment. The application server 100 includes an HTTP servlet container 101 that operates an HTTP application, and a SIP servlet container 102 that operates a SIP application.

図2において、アプリケーションサーバ100は、発信者側の端末であるWebブラウザ105から通話要求(HTTPプロトコル)があると、HTTPサーブレットコンテナ101に与えられる。   In FIG. 2, when there is a call request (HTTP protocol) from the web browser 105 that is a terminal on the caller side, the application server 100 is given to the HTTP servlet container 101.

HTTPサーブレットコンテナ101は、そのリクエストに対するHTTPアプリケーション103を動作させ、HTTPセッション108を生成させると共に、SIPアプリケーション104に対して通話要求を通知する。   The HTTP servlet container 101 operates the HTTP application 103 corresponding to the request, generates an HTTP session 108, and notifies the SIP application 104 of a call request.

一方、SIPアプリケーション104は、通話要求に応じた3PCC(第三者呼制御機能)処理を管理するためのAPセッション109を生成し、受信者側のソフトフォン107への接続要求に係るSIPセッション111と発信者側のソフトフォン106への接続要求に係るSIPセッション110とを作成し、APセッション109とSIPセッション110及び111とを関連付ける。   On the other hand, the SIP application 104 generates an AP session 109 for managing 3PCC (third party call control function) processing in response to a call request, and an SIP session 111 related to a connection request to the softphone 107 on the receiver side. And the SIP session 110 related to the connection request to the softphone 106 on the caller side, and the AP session 109 and the SIP sessions 110 and 111 are associated with each other.

なお、APセッション109は、SIP Servlet APIでのSip Application Sessionオブジェクトに相当する。   Note that the AP session 109 corresponds to a SIP Application Session object in the SIP Servlet API.

そして、発信者が接続要求に応じると、SIPアプリケーション104は、SIPセッション110及び111間で送受信されるSIPメッセージを、B2BUA(Back To Back User Agent)として仲介し、発信者と受信者との間の通話を実現する。   When the caller responds to the connection request, the SIP application 104 mediates the SIP message transmitted / received between the SIP sessions 110 and 111 as B2BUA (Back To Back User Agent), and between the caller and the receiver. Realize the call.

さらに、SIPアプリケーション104が3PCC処理のきっかけとなったHTTPセッション108をAPセッション109に関連付けることで、発信者は、上記の処理中にWebブラウザ105を利用して、通話のキャンセルや切断をHTTPプロトコル経由で要求した場合でも適切な呼が選択できるようにする。   Furthermore, the SIP application 104 associates the HTTP session 108 that triggered the 3PCC process with the AP session 109, so that the caller can cancel or disconnect the call using the HTTP protocol using the Web browser 105 during the above process. Make sure that you can select the appropriate call even if you request it via.

続いて、クラスタリング環境での従来のアプリケーションサーバ上で提供するクリックトゥーダイアルの動作について図3を参照して説明する。   Next, a click-to-dial operation provided on a conventional application server in a clustering environment will be described with reference to FIG.

図3において、セカンダリサーバ203は、プライマリサーバ202のレプリケーション先として利用されるサーバであり、プライマリサーバ202上で作成されたHTTPセッションやSIPセッションはすべてセカンダリサーバ203上にレプリカが作成されるものとする。   In FIG. 3, the secondary server 203 is a server used as a replication destination of the primary server 202, and all HTTP sessions and SIP sessions created on the primary server 202 are replicated on the secondary server 203. To do.

プライマリサーバ202は、発信者側の端末であるWebブラウザ212から通話要求(HTTPプロトコル)があると、HTTP/SIPロードバランサ201を経由して、HTTPサーブレットコンテナ204に与えられる。   When there is a call request (HTTP protocol) from the Web browser 212 which is a caller side terminal, the primary server 202 is given to the HTTP servlet container 204 via the HTTP / SIP load balancer 201.

HTTPサーブレットコンテナ204は、そのリクエストに対するHTTPアプリケーション206を動作させ、HTTPセッション215を生成させると共に、SIPアプリケーション207に対して通話要求を通知する。このとき、HTTPサーブレットコンテナ204はHTTPサーブレットコンテナ208と連携して、HTTPセッション215のレプリカ(HTTPセッション219)をセカンダリサーバ203上に生成させる。   The HTTP servlet container 204 operates the HTTP application 206 for the request, generates an HTTP session 215, and notifies the SIP application 207 of a call request. At this time, the HTTP servlet container 204 cooperates with the HTTP servlet container 208 to generate a replica of the HTTP session 215 (HTTP session 219) on the secondary server 203.

一方、SIPアプリケーション207がHTTPアプリケーション206からの発信要求に対応する3PPC処理を管理するためのAPセッション216を生成すると、SIPサーブレットコンテナ205はSIPサーブレットコンテナ209と連携して、APセッション216のレプリカ(APセッション223)をセカンダリサーバ203上に生成させる。同様に、SIPセッションがSIPセッション218及びSIPセッション217を生成すると、SIPサーブレットコンテナ205はSIPサーブレットコンテナ209と連携して、セカンダリサーバ203上でSIPセッション218のレプリカ(SIPセッション222)及びSIPセッション217のレプリカ(SIPセッション221)を生成させる。   On the other hand, when the SIP application 207 generates an AP session 216 for managing the 3PPC process corresponding to the outgoing request from the HTTP application 206, the SIP servlet container 205 cooperates with the SIP servlet container 209 to replicate the AP session 216 replica ( AP session 223) is generated on the secondary server 203. Similarly, when the SIP session generates the SIP session 218 and the SIP session 217, the SIP servlet container 205 cooperates with the SIP servlet container 209 to perform a replica of the SIP session 218 (SIP session 222) and the SIP session 217 on the secondary server 203. Replica (SIP session 221).

以上のように、プライマリサーバ202上で生成させたHTTPセッション、APセッション、SIPセッションのそれぞれは、セカンダリサーバ203上でレプリカとして作成される。また、各セッションのレプリカは、セッションの内部状態が変化した場合でも常に最新の内部状態が反映されるように、各コンテナ間の連携により更新動作される。   As described above, each of the HTTP session, AP session, and SIP session generated on the primary server 202 is created as a replica on the secondary server 203. The replica of each session is updated by cooperation between the containers so that the latest internal state is always reflected even when the internal state of the session changes.

Java 2 Platform,Enterprise Edition(J2EE).[Online].Sun Microsystems.[2005年5月6日検索].<http://java.sun.com/j2ee/intex.jsp>Java 2 Platform, Enterprise Edition (J2EE). [Online]. Sun Microsystems. [Search May 6, 2005]. <http: // java. sun. com / j2ee / index. jsp> Session Initiation Protocol,Network Working Group,Request For Comments:3261,[2005年5月6日検索],<http//www.ietf.org/rfc/rfc3261.txt>Session Initiation Protocol, Network Working Group, Request For Comments: 3261, [Search May 6, 2005], <http: // www. ietf. org / rfc / rfc3261. txt> JSR−000116 SIP Servlet API,[Online],Java Community Prosess,[2005年5月6日検索],<http//www.jcp.org/aboutJava/communityprocess/final/jsr116/>JSR-000116 SIP Servlet API, [Online], Java Community Process, [Search May 6, 2005], <http: // www. jcp. org / aboutJava / communityprocess / final / jsr116 /> Best Current Practices for Third Party Call Control(3pcc)in the Session Initiation Protocol(SIP),Network Working Group,Request For Comments:3725,[2005年5月6日検索],<http://www.ietf.org/rfc/rfc3725.txt>Best Current Practices for Third Party Call Control (3 pcc) in the Session Initiation Protocol (SIP), Network Working Group, Request for Comments: 3725/2005, p. ietf. org / rfc / rfc3725. txt>

しかしながら、上述した図3に示すような、複数のプロトコルを制御するアプリケーションを従来のレプリケーション機能だけを備えたアプリケーションサーバ上で動作させる場合には次のような問題点があった。   However, when an application for controlling a plurality of protocols as shown in FIG. 3 described above is operated on an application server having only a conventional replication function, there are the following problems.

図3において、プライマリザーバ202上のHTTPサーブレットコンテナ204がHTTPセッション215のレプリカをセカンダリサーバ203上に作成又は更新する時で、かつ、HTTPセッションの属性情報にAPセッション216又はSIPセッション217、218を格納している場合、HTTPサーブレットコンテナ208はAPセッションなどの復元オブジェクト223を作成し、HTTPセッション219のレプリカは、復元オブジェクト223への参照をHTTPセッション属性として有するものとなる。   In FIG. 3, when the HTTP servlet container 204 on the primary server 202 creates or updates a replica of the HTTP session 215 on the secondary server 203, the AP session 216 or the SIP sessions 217 and 218 are added to the attribute information of the HTTP session. When stored, the HTTP servlet container 208 creates a restoration object 223 such as an AP session, and a replica of the HTTP session 219 has a reference to the restoration object 223 as an HTTP session attribute.

また、同様に、プライマリサーバ202上のSIPサーブレットコンテナ205がAPセッション216又はSIPセッション217、218のレプリカをセカンダリサーバ203上に作成又は更新する時で、かつ、APセッションの内部情報又はSIPセッションの属性情報にHTTPセッション215を格納している場合、SIPサーブレットコンテナ209は、HTTPセッションの復元オブジェクト224を作成し、APセッション216又はSIPセッション217及び218のレプリカ(APセッション220、SIPセッション221、SIPセッション222)は、復元オブジェクト224ヘの参照をSIPセッション属性として有するものとなる。   Similarly, when the SIP servlet container 205 on the primary server 202 creates or updates a replica of the AP session 216 or the SIP sessions 217 and 218 on the secondary server 203, and also when the internal information of the AP session or the SIP session When the HTTP session 215 is stored in the attribute information, the SIP servlet container 209 creates the HTTP session restoration object 224 and the AP session 216 or the replicas of the SIP sessions 217 and 218 (the AP session 220, the SIP session 221, the SIP session). The session 222) has a reference to the restored object 224 as a SIP session attribute.

すなわち、プライマリサーバ202上で設定したHTTP/SIPセッション間の連携情報は、セカンダリサーバ203上にレプリケーションした時点で互いに切断され、別々のセッション情報として管理されることになる。   That is, the cooperation information between HTTP / SIP sessions set on the primary server 202 is disconnected from each other at the time of replication on the secondary server 203 and managed as separate session information.

これにより、プライマリサーバ202がダウンし、HTTP/SIPロードバランサ201が後続のHTTP/SIPメッセージをセカンダリサーバ203に配送したとしても、HTTP/SIP連携アプリケーションが期待通りに動作しなくなる。すなわち、SIPだけ又はHTTPだけのアプリケーションであれば、正常に動作し続けるが、前述のようにWebブラウザからのHTTPリクエストにより、SIP接続を切断させるなどの処理ができなくなるという問題がある。   As a result, even if the primary server 202 goes down and the HTTP / SIP load balancer 201 delivers the subsequent HTTP / SIP message to the secondary server 203, the HTTP / SIP cooperation application does not operate as expected. That is, a SIP-only application or an HTTP-only application continues to operate normally, but there is a problem that processing such as disconnection of the SIP connection by the HTTP request from the Web browser cannot be performed as described above.

そこで、複数のネットワークプロトコルに基づいて、それぞれのアプリケーションを実行させることができるサーバにおいて、各アプリケーションに係る複数のセッション間に依存関係を保持させたままレプリケーションを実行させることができるセッション管理システム、セッション管理方法、サーバ及び通信システムが求められている。   Therefore, in a server that can execute each application based on a plurality of network protocols, a session management system and a session that can execute replication while maintaining a dependency relationship between a plurality of sessions related to each application There is a need for a management method, a server, and a communication system.

かかる課題を解決するために、第1の本発明のセッション管理システムは、(1)第1ネットワークプロトコルに基づくアプリケーションを管理すると共に、実行アプリケーションに係る第1セッションを管理する第1アプリケーション管理手段と、(2)第2ネットワークプロトコルに基づくアプリケーションを管理すると共に、実行アプリケーションに係る第2セッションを管理する第2アプリケーション管理手段と、(3)第1セッションのセッション情報に、第2セッションと関連する旨の情報が含まれている場合に、第1セッションのセッション情報を対応する第2セッションの識別情報に変換する第2セッション対応変換手段と、(4)第1セッション情報のセッション情報が第2セッションの識別情報である場合に、第2セッションの識別情報に基づいて対応する第2セッションを第2アプリケーション管理手段から検索する第2セッション検索手段と、(5)第2セッションのセッション情報に、第1セッションと関連する旨の情報が含まれている場合に、第2セッションのセッション情報を対応する第1セッションの識別情報に変換する第1セッション対応変換手段と、(6)第2セッション情報のセッション情報が第1セッションの識別情報である場合に、第1セッションの識別情報に基づいて対応する第1セッションを第1アプリケーション管理手段から検索する第1セッション検索手段とを備えることを特徴とする。   In order to solve this problem, a session management system according to a first aspect of the present invention includes (1) first application management means for managing an application based on a first network protocol and managing a first session related to an execution application. (2) second application management means for managing an application based on the second network protocol and managing a second session related to the execution application; and (3) session information of the first session is related to the second session. Second session corresponding conversion means for converting the session information of the first session into the corresponding identification information of the second session, and (4) the session information of the first session information is the second If it is session identification information, Second session search means for searching the corresponding second session from the second application management means based on the identification information of the application, and (5) information indicating that the session information of the second session is related to the first session. A first session correspondence conversion means for converting the session information of the second session into the corresponding identification information of the first session, if included, (6) the session information of the second session information is the identification information of the first session The first session search means for searching for the corresponding first session from the first application management means based on the identification information of the first session.

第2の本発明のセッション管理方法は、(1)第1ネットワークプロトコルに基づくアプリケーションを管理すると共に、実行アプリケーションに係る第1セッションを管理する第1アプリケーション管理工程と、(2)第2ネットワークプロトコルに基づくアプリケーションを管理すると共に、実行アプリケーションに係る第2セッションを管理する第2アプリケーション管理工程と、(3)第1セッションのセッション情報に、第2セッションと関連する旨の情報が含まれている場合に、第1セッションのセッション情報を対応する第2セッションの識別情報に変換する第2セッション対応変換工程と、(4)第1セッション情報のセッション情報に第2セッションの識別情報がある場合に、第2セッションの識別情報に基づいて対応する第2セッションを第2アプリケーション管理手段から検索する第2セッション検索工程と、(5)第2セッションのセッション情報に、第1セッションと関連する旨の情報が含まれている場合に、第2セッションのセッション情報を対応する第1セッションの識別情報に変換する第1セッション対応変換工程と、(6)第2セッション情報のセッション情報に第1セッションの識別情報がある場合に、第1セッションの識別情報に基づいて対応する第1セッションを第1アプリケーション管理手段から検索する第1セッション検索工程とを備えることを特徴とする。   The session management method of the second aspect of the present invention includes (1) a first application management step for managing an application based on a first network protocol and managing a first session related to an execution application, and (2) a second network protocol. And a second application management step for managing a second session related to the execution application, and (3) session information of the first session includes information indicating that it is related to the second session. A second session correspondence conversion step of converting the session information of the first session into corresponding identification information of the second session, and (4) when the session information of the first session information includes the identification information of the second session. , Based on the identification information of the second session A second session search step for searching for the second session from the second application management means; and (5) if the session information of the second session includes information indicating that it is related to the first session, the second session A first session correspondence conversion step of converting the session information into corresponding first session identification information; and (6) identification of the first session when the first session identification information is included in the session information of the second session information. And a first session search step of searching from the first application management means for a corresponding first session based on the information.

第3の本発明のサーバは、それぞれ異なる複数のネットワークプロトコルを利用した複数のアプリケーションを融合させたサービスを提供するサーバにおいて、複数のアプリケーションに係るセッション管理システムが、第1の本発明のセッション管理システムに対応するものであることを特徴とする。   The server according to the third aspect of the present invention is a server that provides a service in which a plurality of applications using a plurality of different network protocols are combined, and the session management system according to the plurality of applications includes the session management according to the first aspect of the present invention. It corresponds to the system.

第4の本発明の通信システムは、あるサーバが実行アプリケーションに係るセッションを生成したときに、他の複数のサーバが利用可能なようにセッションのレプリカを生成させる通信システムにおいて、各サーバが第3の本発明のサーバであることを特徴とする。   A communication system according to a fourth aspect of the present invention is a communication system in which when a server generates a session related to an execution application, a replica of the session is generated so that a plurality of other servers can be used. It is the server of this invention.

本発明によれば、複数のネットワークプロトコルに基づいて、それぞれのアプリケーションを実行させることができるサーバにおいて、各アプリケーションに係る複数のセッション間に依存関係を保持させたままレプリケーションを実行させることができる。   According to the present invention, a server that can execute each application based on a plurality of network protocols can execute replication while maintaining a dependency relationship between a plurality of sessions related to each application.

(A)第1の実施形態
以下、本発明のセッション管理システム、セッション管理方法、サーバ及び通信システムの第1の実施形態について図面を参照して説明する。
(A) First Embodiment Hereinafter, a first embodiment of a session management system, a session management method, a server, and a communication system of the present invention will be described with reference to the drawings.

本実施形態は、HTTPプロトコルとSIPプロトコルとの2種類のネットワークプロトコルを利用することができるアプリケーションサーバに、本発明のサーバを適用した場合を示す。   The present embodiment shows a case where the server of the present invention is applied to an application server that can use two types of network protocols, HTTP protocol and SIP protocol.

(A−1)第1の実施形態の構成
図1は、本発明のアプリケーションサーバの内部構成を示す機能ブロック図である。
(A-1) Configuration of First Embodiment FIG. 1 is a functional block diagram showing the internal configuration of the application server of the present invention.

図1に示すように、本実施形態のアプリケーションサーバ300は、HTTPサーブレットコンテナ301、SIPサーブレットコンテナ302を備える。   As shown in FIG. 1, the application server 300 according to the present embodiment includes an HTTP servlet container 301 and a SIP servlet container 302.

HTTPサーブレットコンテナ301は、アプリケーション開発者が作成したHTTPサーブレット技術に準拠したHTTPアプリケーション303を動作させるものである。HTTPサーブレットコンテナ301は、例えばネットワークを通じて図示しないクライアント端末(例えばWeb端末)から所望のHTTPリクエストを受信すると、そのHTTPリクエストに対応する所定のHTTPアプリケーションを立ち上げて動作させるものである。また、HTTPサーブレットコンテナ301は、レプリケーション処理時に使用するSIPセッション/ID変換モジュール305を有する。   The HTTP servlet container 301 operates an HTTP application 303 compliant with the HTTP servlet technology created by the application developer. When receiving a desired HTTP request from a client terminal (for example, a Web terminal) (not shown) through a network, for example, the HTTP servlet container 301 starts up and operates a predetermined HTTP application corresponding to the HTTP request. Further, the HTTP servlet container 301 includes a SIP session / ID conversion module 305 used during replication processing.

SIPセッション/ID変換モジュール305は、レプリケーション処理の際に、プライマリサーバ上において、レプリケーション対象となるHTTPセッションの属性情報に基づいて、当該HTTPセッションがAPセッション又はSIPセッションと関連付けられているものである場合に、それらセッション情報をセッションIDに変換するものである。   The SIP session / ID conversion module 305 associates the HTTP session with the AP session or the SIP session based on the attribute information of the HTTP session to be replicated on the primary server during the replication process. In this case, the session information is converted into a session ID.

また、SIPセッション/ID変換モジュール305は、セカンダリサーバ上において、プライマリサーバから与えられた復元対象の永続化データが、APセッション又はSIPセッションのセッションIDである場合には、セッション検索モジュール307を利用して、当該セッションIDに対応するAPセッション又はSIPセッションを取得するものである。   Further, the SIP session / ID conversion module 305 uses the session search module 307 when the persistent data to be restored given from the primary server is the session ID of the AP session or SIP session on the secondary server. Then, the AP session or SIP session corresponding to the session ID is acquired.

SIPサーブレットコンテナ302は、アプリケーション開発者が作成したSIPサーブレット技術に準拠したSIPアプリケーションを動作させるものである。また、SIPサーブレットコンテナ302は、レプリケーション処理時に使用するHTTPセッション/ID変換モジュール306を有する。   The SIP servlet container 302 operates a SIP application that complies with the SIP servlet technology created by the application developer. In addition, the SIP servlet container 302 has an HTTP session / ID conversion module 306 used during replication processing.

HTTPセッション/ID変換モジュール306は、レプリケーション処理の際に、プライマリサーバ上において、レプリケーション対象となるAPセッションの属性情報に基づいて、当該APセッションがHTTPセッションと関連付けられているものである場合に、それらセッション情報をセッションIDに変換するものである。   In the replication process, the HTTP session / ID conversion module 306 determines that the AP session is associated with the HTTP session on the primary server based on the attribute information of the AP session to be replicated. The session information is converted into a session ID.

また、HTTPセッション/ID変換モジュール306は、セカンダリサーバ上において、プライマリサーバから与えられた復元対象の永続化データが、HTTPセッションのセッションIDである場合には、セッション検索モジュール307を利用して、当該セッションIDに対応するHTTPセッションを取得するものである。   In addition, on the secondary server, the HTTP session / ID conversion module 306 uses the session search module 307 when the restoration target persistent data given from the primary server is the session ID of the HTTP session, An HTTP session corresponding to the session ID is acquired.

HTTPサーブレットコンテナ301とSIPサーブレットコンテナ302とは、それぞれのコンテナが管理するセッション情報をセッションIDから検索するセッション検索機能307を備え、相互のコンテナ間での呼び出しが可能である。   The HTTP servlet container 301 and the SIP servlet container 302 include a session search function 307 for searching session information managed by each container from the session ID, and can be called between the containers.

次に、本実施形態に係るアプリケーションサーバを複数用いて、クラスタリング環境でセッション管理するシステムの構成について説明する。   Next, a configuration of a system that manages a session in a clustering environment using a plurality of application servers according to the present embodiment will be described.

図4は、図3で説明した2台のアプリケーションサーバ上でクリックトゥーダイアルを提供する機能構成図である。   FIG. 4 is a functional block diagram for providing a click-to-dial on the two application servers described in FIG.

図4に示す本実施形態のシステムは、2台のアプリケーションサーバであるプライマリサーバ402及びセカンダリサーバ403、HTTP/SIPロードバランス401、発信者側端末のWebブラウザ412及び第1のソフトフォン413、受信者側の端末の第2のソフトフォン414を有して構成される。   The system of this embodiment shown in FIG. 4 includes a primary server 402 and a secondary server 403 that are two application servers, an HTTP / SIP load balance 401, a web browser 412 and a first soft phone 413 of a caller side terminal, reception And a second soft phone 414 of the terminal on the user side.

HTTP/SIPロードバランサ401は、HTTPプロトコル及びSIPプロトコルに対応した負荷分散装置であり、クリックトゥーダイアル処理実行の際、クラスタ環境内で障害が発生しない限り、HTTP、SIP共に同じサーバが選択され続けるように設定されているものとする。また、HTTP/SIPロードバランス401は、受信したリクエストをどのサーバに与えるかを決定するサーバ決定部を有しており、そのサーバ決定機能により決定されたアプリケーションサーバにリクエストを配送するものである。なお、一般的に、サーバ決定手段は、クリックトゥーダイアル処理の場合、各クリックトゥーダイアル処理毎に決定する。さらに、HTTP/SIPロードバランサ401は、プライマリサーバ402がシステム障害などの理由によりサービスを停止した場合、プライマリサーバ402に配送していたすべてのHTTP/SIPメッセージをセカンダリサーバ403に配送するものである。   The HTTP / SIP load balancer 401 is a load balancer that supports the HTTP protocol and the SIP protocol, and when executing a click-to-dial process, the same server is continuously selected for both HTTP and SIP unless a failure occurs in the cluster environment. It is assumed that it is set as follows. The HTTP / SIP load balance 401 includes a server determination unit that determines to which server the received request is given, and delivers the request to the application server determined by the server determination function. In general, in the case of the click-to-dial process, the server determination unit determines for each click-to-dial process. Furthermore, the HTTP / SIP load balancer 401 delivers all HTTP / SIP messages delivered to the primary server 402 to the secondary server 403 when the primary server 402 stops the service due to a system failure or the like. .

プライマリサーバ402とセカンダリサーバ403は共に対応する機能を有するアプリケーションサーバであり、HTTP/SIPロードバランサ401により決定されたサーバがプライマリサーバとなる。   The primary server 402 and the secondary server 403 are both application servers having corresponding functions, and the server determined by the HTTP / SIP load balancer 401 is the primary server.

プライマリサーバ402は、HTTP/SIPロードバランス401から与えられたリクエストに基づいてアプリケーションを動作させるアプリケーションサーバであり、セッション情報のレプリカをセカンダリサーバ403上に作成させるものである。   The primary server 402 is an application server that operates an application based on a request given from the HTTP / SIP load balance 401, and creates a replica of session information on the secondary server 403.

セカンダリサーバ403は、プライマリサーバ402がセッション情報のレプリケーション先として利用するアプリケーションサーバであり、プライマリサーバ402上で作成されたHTTPセッションやSIPセッションはすべてセカンダリサーバ403上にレプリカが作成される。   The secondary server 403 is an application server used by the primary server 402 as a replication destination of session information, and all HTTP sessions and SIP sessions created on the primary server 402 are created on the secondary server 403.

プライマリサーバ402は、HTTPサーブレットコンテナ404、HTTPアプリケーション406、SIPサーブレットコンテナ405、SIPアプリケーション407を備え、また、セカンダリサーバ403は、HTTPサーブレットコンテナ408、HTTPアプリケーション410、SIPサーブレットコンテナ409、SIPアプリケーション411を備える。これらは、図3で説明したコンテナ、アプリケーションに対応するものである。   The primary server 402 includes an HTTP servlet container 404, an HTTP application 406, an SIP servlet container 405, and an SIP application 407. The secondary server 403 includes an HTTP servlet container 408, an HTTP application 410, an SIP servlet container 409, and an SIP application 411. Prepare. These correspond to the containers and applications described in FIG.

(A−2)第1の実施形態の動作
以下、このような構成を備えるクラスタリング環境でのクリックトゥーダイアルの動作について図4を参照しながら説明する。
(A-2) Operation of the First Embodiment Hereinafter, the click-to-dial operation in a clustering environment having such a configuration will be described with reference to FIG.

まず、発信者がWebブラウザ412を用いて、受信者との通話を要求する。この通話要求はHTTPプロトコルにより、HTTP/SIPロードバランサ401に到達する(S1)。   First, the caller uses the Web browser 412 to request a call with the receiver. This call request reaches the HTTP / SIP load balancer 401 by the HTTP protocol (S1).

通話要求がロードバランサ401に与えられると、ロードバランサ401は、予め設定されているサーバ選択手段により決定されたアプリケーションサーバに対してHTTPリクエストを与える。本実施形態では、ロードバランサ401は、プライマリサーバ402にHTTPリクエストを与えるものとする(S2)。   When a call request is given to the load balancer 401, the load balancer 401 gives an HTTP request to the application server determined by the preset server selection means. In the present embodiment, it is assumed that the load balancer 401 gives an HTTP request to the primary server 402 (S2).

ロードバランサ401からHTTPリクエストが与えられると、プライマリサーバ402上のHTTPサーブレットコンテナ404が、HTTPリクエストを受信する(S3)。   When an HTTP request is given from the load balancer 401, the HTTP servlet container 404 on the primary server 402 receives the HTTP request (S3).

HTTPサーブレットコンテナ404は、HTTPリクエストを受信すると、そのHTTPリクエストに含まれているURI情報に基づいて、HTTPリクエストを適切なHTTPアプリケーション406に配送する(S4)。   When receiving the HTTP request, the HTTP servlet container 404 delivers the HTTP request to the appropriate HTTP application 406 based on the URI information included in the HTTP request (S4).

HTTPリクエストを受信したHTTPアプリケーション406は、受け取ったHTTPリクエストを他のHTTPリクエストと関連付けるためにHTTPセッション415を生成する(S5)。   The HTTP application 406 that has received the HTTP request generates an HTTP session 415 in order to associate the received HTTP request with another HTTP request (S5).

また、HTTPアプリケーション406は、受信したHTTPリクエストの内容を判断し、当該リクエストが通話開始要求であると判別すると、通話要求をSIPアプリケーション407に通知する(S6)。   Further, the HTTP application 406 determines the content of the received HTTP request, and when determining that the request is a call start request, notifies the SIP application 407 of the call request (S6).

ここで、HTTPセッション415を生成するタイミングは、通話要求のリクエストを受信した時点に限定されず、例えば、それ以前のHTTPアプリケーション406ヘのログイン時などであっても構わない。   Here, the timing of generating the HTTP session 415 is not limited to the time when the request for a call request is received, and may be, for example, at the time of login to the HTTP application 406 before that.

また、HTTPサーブレットコンテナ404は、HTTPアプリケーション406がHTTPセッション415を作成すると、HTTPサーブレットコンテナ408と連携をとり、HTTPセッション415のレプリカ(HTTPセッション419)をセカンダリサーバ403上に作成させる(S7)。   In addition, when the HTTP application 406 creates the HTTP session 415, the HTTP servlet container 404 cooperates with the HTTP servlet container 408 to create a replica of the HTTP session 415 (HTTP session 419) on the secondary server 403 (S7).

このとき、レプリカ(HTTPセッション419)は、HTTPセッション415が削除されるまで、セカンダリサーバ403上に存在し、またHTTPセッション415の状態変更に応じて更新される。   At this time, the replica (HTTP session 419) exists on the secondary server 403 until the HTTP session 415 is deleted, and is updated according to the state change of the HTTP session 415.

ここで、HTTPセッション415のレプリカ(HTTPセッション419)を生成する際、HTTPサーブレットコンテナ404とHTTPサーブレットコンテナ408との間で、次のような処理を行う。   Here, when generating a replica of the HTTP session 415 (HTTP session 419), the following processing is performed between the HTTP servlet container 404 and the HTTP servlet container 408.

まず、プライマリサーバ402のHTTPサーブレットコンテナ404において、HTTPサーブレットコンテナ404が、レプリケーション対象であるHTTPセッション415の属性情報に基づいて、APセッション又はSIPセッションが含まれているか否かを判断する。これにより、当該HTTPセッションが既に生成されている関連するAPセッション又はSIPセッションと関連するものであるかどうかを判断することができる。   First, in the HTTP servlet container 404 of the primary server 402, the HTTP servlet container 404 determines whether an AP session or a SIP session is included based on the attribute information of the HTTP session 415 to be replicated. Accordingly, it can be determined whether the HTTP session is related to a related AP session or SIP session that has already been generated.

そして、HTTPセッション415にAPセッション又はSIPセッションが含まれているとHTTPサーブレットコンテナ404が判断した場合、SIPセッション/ID変換モジュール423は、これらのセッション情報をセッションIDに変換する。これにより、APセッション又はSIPセッションの情報を、セッションIDと対応付けることができる。なお、HTTPセッション415の属性情報にAPセッション又はSIPセッションが含まれていない場合には、従来と同様のレプリカ処理がなされる。   When the HTTP servlet container 404 determines that the HTTP session 415 includes an AP session or a SIP session, the SIP session / ID conversion module 423 converts the session information into a session ID. As a result, AP session or SIP session information can be associated with the session ID. In addition, when the AP session or the SIP session is not included in the attribute information of the HTTP session 415, a replica process similar to the conventional one is performed.

一方、セカンダリサーバ403のHTTPサーブレットコンテナ408において、HTTPサーブレットコンテナ408は、HTTPサーブレットコンテナ404から与えられた復元対象の永続化データがAPセッション又はSIPセッションのセッションIDである場合、SIPセッション/ID変換モジュール426はセッション検索モジュール428を利用して、SIPサーブレットコンテナ409からセッションIDに対応したAPセッション又はSIPセッションのオブジェクトを獲得する。それ以外の場合は、従来通りにレプリカ復元処理を実施する。   On the other hand, in the HTTP servlet container 408 of the secondary server 403, the HTTP servlet container 408 converts the SIP session / ID conversion when the restoration target persistent data given from the HTTP servlet container 404 is the session ID of the AP session or SIP session. The module 426 uses the session search module 428 to acquire an AP session or SIP session object corresponding to the session ID from the SIP servlet container 409. In other cases, replica restoration processing is performed as usual.

S6において、SIPアプリケーション407がHTTPアプリケーション406から通話要求を受けると、SIPアプリケーション407は、その要求に対応する3PCC処理を管理するためのAPセッション416を生成する(S8)。   In S6, when the SIP application 407 receives a call request from the HTTP application 406, the SIP application 407 generates an AP session 416 for managing 3PCC processing corresponding to the request (S8).

SIPアプリケーション407がAPセッション416を生成すると、SIPサーブレットコンテナ405は、SIPサーブレットコンテナ409と連携して、APセッション416のレプリカ420をセカンダリサーバ403上に作成する(S9)。   When the SIP application 407 generates the AP session 416, the SIP servlet container 405 creates a replica 420 of the AP session 416 on the secondary server 403 in cooperation with the SIP servlet container 409 (S9).

ここで、APセッション416のレプリカ(APセッション420)を作成する際、SIPサーブレットコンテナ405とSIPサーブレットコンテナ409との間で、次のような処理が行われる。   Here, when creating a replica of the AP session 416 (AP session 420), the following processing is performed between the SIP servlet container 405 and the SIP servlet container 409.

まず、プライマリサーバ402のSIPサーブレットコンテナ405において、SIPサーブレットコンテナ405が、レプリケーション対象であるAPセッション416の属性情報に基づいて、関連付けられたHTTPセッションあるか、または、APセッション又はSIPセッションの属性情報として登録されたHTTPセッションがあるか否かを判断する。   First, in the SIP servlet container 405 of the primary server 402, based on the attribute information of the AP session 416 to be replicated, the SIP servlet container 405 is associated with the HTTP session, or the attribute information of the AP session or SIP session. It is determined whether there is an HTTP session registered as.

そして、SIPセッション416に関連付けられたHTTPセッションがあると判断された場合、HTTPセッション/ID変換モジュール424は、これらHTTPセッション情報をセッションIDに変換する。なお、APセッション416の属性情報に関連付けられたHTTPセッションがない場合には従来と同様のレプリカ処理がなされる。   When it is determined that there is an HTTP session associated with the SIP session 416, the HTTP session / ID conversion module 424 converts the HTTP session information into a session ID. If there is no HTTP session associated with the attribute information of the AP session 416, the same replica processing as in the conventional case is performed.

一方、セカンダリサーバ403のSIPサーブレットコンテナ409において、SIPサーブレットコンテナ409は、SIPサーブレットコンテナ405から与えられた復元対象の永続化データがHTTPセッションのセッションIDである場合、HTTPセッション/ID変換モジュール427はセッション検索モジュール428を利用して、HTTPサーブレットコンテナ408からセッションIDに対応したHTTPセッションのオブジェクトを獲得する。それ以外の場合は、従来通りにレプリカ復元処理を実施する。   On the other hand, in the SIP servlet container 409 of the secondary server 403, the SIP servlet container 409 determines that the HTTP session / ID conversion module 427 determines that the restoration target persistent data given from the SIP servlet container 405 is the session ID of the HTTP session. An HTTP session object corresponding to the session ID is acquired from the HTTP servlet container 408 using the session search module 428. In other cases, replica restoration processing is performed as usual.

このようにすることで、APセッションに関連付けられたHTTPセッションを多重に復元することなく、既に復元済みのHTTPセッション419への参照が復元される。   By doing so, the reference to the already restored HTTP session 419 is restored without multiple restoration of the HTTP session associated with the AP session.

続いて、SIPアプリケーション407は、第1のSIPセッション418を作成し、受信者側に存在する第2のソフトフォン414に対してSIPプロトコルに従った接続要求を送信する(S10)。   Subsequently, the SIP application 407 creates a first SIP session 418 and transmits a connection request according to the SIP protocol to the second softphone 414 existing on the receiver side (S10).

また、SIPサーブレットコンテナ405は、SIPサーブレットコンテナ409と連携し、SIPセッション418のレプリカ422を、セカンダリサーバ403上で作成させる(S11)。   Further, the SIP servlet container 405 cooperates with the SIP servlet container 409 to create a replica 422 of the SIP session 418 on the secondary server 403 (S11).

そして、プライマリサーバ402からの接続要求に対し受信者側のソフトフォン414から応答があると、プライマリサーバ402のSIPサーブレットコンテナ405は、第2のSIPセッション417を作成し、発信者側の第1のソフトフォン413に接続要求を送信する(S12)。   When the receiver side softphone 414 responds to the connection request from the primary server 402, the SIP servlet container 405 of the primary server 402 creates a second SIP session 417, and the sender side first A connection request is transmitted to the softphone 413 (S12).

また、SIPサーブレットコンテナ405は、SIPサーブレットコンテナ409と連携し、SIPセッション417のレプリカ421を、セカンダリサーバ403上で作成させる(S13)。   Further, the SIP servlet container 405 cooperates with the SIP servlet container 409 to create a replica 421 of the SIP session 417 on the secondary server 403 (S13).

その後、発信者側が接続要求に応じると、SIPアプリケーション407は第1のSIPセッション418及び第2のSIPセッション417間で送受信されるSIPメッセージをB2BUAとして仲介することで、発信者と受信者との間の通話を実現する。   Thereafter, when the caller side responds to the connection request, the SIP application 407 mediates the SIP message transmitted / received between the first SIP session 418 and the second SIP session 417 as B2BUA, so that the caller and the receiver can communicate with each other. Realize calls between.

また、SIPサーブレットコンテナ405は、第1のSIPセッション418又は第2のSIPセッション417が更新されるたびに、それらのレプリカ422及び421も更新される。   The SIP servlet container 405 also updates the replicas 422 and 421 each time the first SIP session 418 or the second SIP session 417 is updated.

SIPセッション417及び418のレプリケーション処理においても、APセッション416のレプリケーション処理と同様に、HTTPセッション/ID変換モジュール424及び427を利用することで、仮にSIPセッションにHTTPセッションが関連付けられたとしても、これを多重に復元することなく、既に復元済みのHTTPセッションヘの参照として復元することができる。   Even in the replication processing of the SIP sessions 417 and 418, even if the HTTP session is associated with the SIP session by using the HTTP session / ID conversion modules 424 and 427, as in the replication processing of the AP session 416, Can be restored as a reference to an already restored HTTP session without multiple restoration.

(A−3)第1の実施形態の効果
以上のように、本実施形態によれば、詳細に説明したように本発明によるセッション管理方式であれば、複数のプロトコルをサポートしたアプリケーションサーバであっても、セッション間の依存関係を壊すことなく、レプリケーション処理を実行することができる。
(A-3) Effect of First Embodiment As described above, according to this embodiment, as described in detail, the session management method according to the present invention is an application server that supports a plurality of protocols. However, the replication process can be executed without breaking the dependency between sessions.

(B)他の実施形態
上述した実施形態では、HTTPプロトコルとSIPプロトコルをサポートしたアプリケーションサーバについて説明したが、適用するプロトコルはこれに限定されず、他のプロトコルであっても構わないし、また3つ以上のプロトコルをサポートしたアプリケーションサーバであっても構わない。
(B) Other Embodiments In the above-described embodiments, the application server that supports the HTTP protocol and the SIP protocol has been described. However, the protocol to be applied is not limited to this, and other protocols may be used. It may be an application server that supports more than one protocol.

上述した実施形態では、それぞれのコンテナ(HTTPサーブレットコンテナなど)が他プロトコルのセッション/ID変換モジュールを備えるものとして説明したが、どちらか一方のコンテナが、両方のセッション/ID変換処理を担当するように配置することが可能である。   In the embodiment described above, each container (such as an HTTP servlet container) has been described as including a session / ID conversion module of another protocol. However, either one of the containers is responsible for both session / ID conversion processes. It is possible to arrange in

また、セッション/ID変換モジュールでは、セッションオブジェクトをセッションIDに変換/復元することで、レプリケーションを実施するように説明したが、セッションID以外の手段を永続化情報として使用しても構わない。   In the session / ID conversion module, the replication is performed by converting / restoring the session object to the session ID. However, means other than the session ID may be used as the permanent information.

第1の実施形態のアプリケーションサーバの機能ブロック図である。It is a functional block diagram of the application server of 1st Embodiment. 従来のアプリケーションサーバの機能ブロック図である。It is a functional block diagram of the conventional application server. 従来のクラスタリング環境での通信システムの構成図である。It is a block diagram of the communication system in the conventional clustering environment. 第1の実施形態のクラスタリング環境での通信システムの構成図である。It is a block diagram of the communication system in the clustering environment of 1st Embodiment.

符号の説明Explanation of symbols

1…通信システム、300、402及び403…アプリケーションサーバ、301、404及び408…HTTPサーブレットコンテナ、302、405及び409…SIPサーブレットコンテナ、303、406及び410…HTTPアプリケーション、304、407及び411…SIPアプリケーション、305、423及び426…SIPセッション/ID変換モジュール、306、424及び427…HTTPセッション/ID変換モジュール、307、425及び428…セッション検索モジュール。
DESCRIPTION OF SYMBOLS 1 ... Communication system 300, 402 and 403 ... Application server, 301, 404 and 408 ... HTTP servlet container, 302, 405 and 409 ... SIP servlet container, 303, 406 and 410 ... HTTP application, 304, 407 and 411 ... SIP Application, 305, 423 and 426 ... SIP session / ID conversion module, 306, 424 and 427 ... HTTP session / ID conversion module, 307, 425 and 428 ... Session search module.

Claims (4)

第1ネットワークプロトコルに基づくアプリケーションを管理すると共に、実行アプリケーションに係る第1セッションを管理する第1アプリケーション管理手段と、
第2ネットワークプロトコルに基づくアプリケーションを管理すると共に、実行アプリケーションに係る第2セッションを管理する第2アプリケーション管理手段と、
上記第1セッションのセッション情報に上記第2セッションと関連する旨の情報が含まれている場合に、上記第1セッションのセッション情報を対応する上記第2セッションの識別情報に変換する第2セッション対応変換手段と、
上記第1セッション情報のセッション情報が上記第2セッションの識別情報である場合に、上記第2セッションの識別情報に基づいて対応する第2セッションを上記第2アプリケーション管理手段から検索する第2セッション検索手段と、
上記第2セッションのセッション情報に上記第1セッションと関連する旨の情報が含まれている場合に、上記第2セッションのセッション情報を対応する上記第1セッションの識別情報に変換する第1セッション対応変換手段と、
上記第2セッション情報のセッション情報が上記第1セッションの識別情報である場合に、上記第1セッションの識別情報に基づいて対応する第1セッションを上記第1アプリケーション管理手段から検索する第1セッション検索手段と
を備えることを特徴とするセッション管理システム。
First application management means for managing an application based on the first network protocol and managing a first session related to the execution application;
A second application management means for managing an application based on the second network protocol and managing a second session related to the execution application;
When the session information of the first session includes information indicating that it is related to the second session, the session information of the first session is converted into the corresponding identification information of the second session. Conversion means;
When the session information of the first session information is the identification information of the second session, a second session search for searching the corresponding second session from the second application management means based on the identification information of the second session Means,
When the session information of the second session includes information indicating that it is related to the first session, the session information of the second session is converted into the corresponding identification information of the first session. Conversion means;
When the session information of the second session information is the identification information of the first session, a first session search for searching the corresponding first session from the first application management means based on the identification information of the first session And a session management system.
第1ネットワークプロトコルに基づくアプリケーションを管理すると共に、実行アプリケーションに係る第1セッションを管理する第1アプリケーション管理工程と、
第2ネットワークプロトコルに基づくアプリケーションを管理すると共に、実行アプリケーションに係る第2セッションを管理する第2アプリケーション管理工程と、
上記第1セッションのセッション情報に上記第2セッションと関連する旨の情報が含まれている場合に、上記第1セッションのセッション情報を対応する上記第2セッションの識別情報に変換する第2セッション対応変換工程と、
上記第1セッション情報のセッション情報に上記第2セッションの識別情報がある場合に、上記第2セッションの識別情報に基づいて対応する第2セッションを上記第2アプリケーション管理手段から検索する第2セッション検索工程と、
上記第2セッションのセッション情報に上記第1セッションと関連する旨の情報が含まれている場合に、上記第2セッションのセッション情報を対応する上記第1セッションの識別情報に変換する第1セッション対応変換工程と、
上記第2セッション情報のセッション情報に上記第1セッションの識別情報がある場合に、上記第1セッションの識別情報に基づいて対応する第1セッションを上記第1アプリケーション管理手段から検索する第1セッション検索工程と
を備えることを特徴とするセッション管理方法。
A first application management step of managing an application based on the first network protocol and managing a first session related to the execution application;
A second application management step of managing an application based on the second network protocol and managing a second session related to the execution application;
When the session information of the first session includes information indicating that it is related to the second session, the session information of the first session is converted into the corresponding identification information of the second session. Conversion process;
Second session search for searching for a corresponding second session from the second application management means based on the identification information of the second session when the session information of the first session information includes the identification information of the second session Process,
When the session information of the second session includes information indicating that it is related to the first session, the session information of the second session is converted into the corresponding identification information of the first session. Conversion process;
When the session information of the second session information includes the identification information of the first session, a first session search for retrieving the corresponding first session from the first application management unit based on the identification information of the first session A session management method comprising: a process.
それぞれ異なる複数のネットワークプロトコルを利用した複数のアプリケーションを融合させたサービスを提供するサーバにおいて、上記複数のアプリケーションに係るセッション管理システムが、請求項1に記載のセッション管理システムに対応するものであることを特徴とするサーバ。   In a server that provides a service in which a plurality of applications using a plurality of different network protocols are fused, the session management system according to the plurality of applications corresponds to the session management system according to claim 1. A server characterized by あるサーバが実行アプリケーションに係るセッションを生成したときに、他の複数のサーバが利用可能なように上記セッションのレプリカを生成させる通信システムにおいて、上記各サーバが請求項3に記載のサーバであることを特徴とする通信システム。

In a communication system that generates a replica of the session so that a plurality of other servers can use when a server generates a session related to the execution application, each of the servers is the server according to claim 3. A communication system characterized by the above.

JP2005175210A 2005-06-15 2005-06-15 Session management system, session management method, server and communication system Pending JP2006350635A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005175210A JP2006350635A (en) 2005-06-15 2005-06-15 Session management system, session management method, server and communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005175210A JP2006350635A (en) 2005-06-15 2005-06-15 Session management system, session management method, server and communication system

Publications (1)

Publication Number Publication Date
JP2006350635A true JP2006350635A (en) 2006-12-28

Family

ID=37646413

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005175210A Pending JP2006350635A (en) 2005-06-15 2005-06-15 Session management system, session management method, server and communication system

Country Status (1)

Country Link
JP (1) JP2006350635A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009071603A (en) * 2007-09-13 2009-04-02 Nextgen Inc Communication system for achieving two-way telephone conversation or multiple-way telephone conversation by third party' s control and communication method
JP2010213027A (en) * 2009-03-11 2010-09-24 Hitachi Ltd Communication system and server
JP2011229182A (en) * 2011-07-11 2011-11-10 Hitachi Ltd Communication system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009071603A (en) * 2007-09-13 2009-04-02 Nextgen Inc Communication system for achieving two-way telephone conversation or multiple-way telephone conversation by third party' s control and communication method
JP2010213027A (en) * 2009-03-11 2010-09-24 Hitachi Ltd Communication system and server
US8706892B2 (en) 2009-03-11 2014-04-22 Hitachi, Ltd. Communication system and server
US9485281B2 (en) 2009-03-11 2016-11-01 Hitachi, Ltd. Communication system and server
JP2011229182A (en) * 2011-07-11 2011-11-10 Hitachi Ltd Communication system

Similar Documents

Publication Publication Date Title
US11032330B2 (en) Method for processing telephony sessions of a network
JP4735068B2 (en) COMMUNICATION SYSTEM, COMMUNICATION METHOD, AND COMMUNICATION DEVICE
JP5169362B2 (en) Session information replication method, call control server for executing the method, and program for the method
KR101223882B1 (en) Multi-Layer Stack Platform for Cloud Communications
JP2008131519A (en) Registration method of contact destination information, network system, node, and registration program of contact destination information
JP2009005373A (en) Session initiation protocol adaptor
US8799478B2 (en) Web services and session initiation protocol endpoint for converged communication over internet protocol networks
JP2006094488A (en) Reduction of storage requirement relating to routing information
JP2005253064A (en) System and method for facilitating third-party call control and device control relative to third-party call control
JP2011071726A (en) Session sharing system, method, program, and user terminal
WO2005070115A2 (en) Proprietary protocol for voip based features
JP4300965B2 (en) Service system and service providing method
WO2009110158A1 (en) Service control device, service control system, and method
CN103891255B (en) Method for sip agent failover
US10230801B2 (en) Session reconstruction using proactive redirect
US20130232275A1 (en) Apparatus and method for establishing connections
JP2004247916A (en) Sip service control system coping with web link and control method
JP5941434B2 (en) Cluster system of session border controller, cluster system of application server, and SIP dialog generation method thereof
JP2006350635A (en) Session management system, session management method, server and communication system
JP2009177338A (en) Route control method and system which dynamically change routes consisting of two or more session management servers
JP4329747B2 (en) VoIP server, redundant system of VoIP server, and maintenance method thereof
EP2974257B1 (en) Method and system for call routing
EP3627790A1 (en) Call scenario mode adjustment method, application server and storage medium
US7720974B2 (en) Global routable and grid identification for audio provider in media session
JP2010062692A (en) Method for controlling command sequence number in sip signaling, server and program