JP2006303754A - Composite session control apparatus and method - Google Patents

Composite session control apparatus and method Download PDF

Info

Publication number
JP2006303754A
JP2006303754A JP2005120637A JP2005120637A JP2006303754A JP 2006303754 A JP2006303754 A JP 2006303754A JP 2005120637 A JP2005120637 A JP 2005120637A JP 2005120637 A JP2005120637 A JP 2005120637A JP 2006303754 A JP2006303754 A JP 2006303754A
Authority
JP
Japan
Prior art keywords
sip
protocol packet
server
uri
vuri
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.)
Granted
Application number
JP2005120637A
Other languages
Japanese (ja)
Other versions
JP4537250B2 (en
Inventor
Masahiko Takase
晶彦 高瀬
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2005120637A priority Critical patent/JP4537250B2/en
Publication of JP2006303754A publication Critical patent/JP2006303754A/en
Application granted granted Critical
Publication of JP4537250B2 publication Critical patent/JP4537250B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a composite session control apparatus and method capable of accommodating scalable SIP terminals by avoiding an extended URI. <P>SOLUTION: A SIP control system for processing a connection request from a SIP terminal connected via an IP network on the basis of the SIP procedures includes: a gateway for referring to header contents of a SIP protocol packet from the SIP terminal and controlling transfer of the SIP protocol packet to one of a plurality of SIP servers on the basis of at least part of the information of the header; and a database for revising part of the information. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は複合セッション制御装置及び方法に係り、特にインターネットプロトコルを用いるネットワークにおける通信セッション制御において、多数の端末からの制御要求を効率的に処理するための複合セッション制御サーバ及びその制御方法に関する。   The present invention relates to a composite session control apparatus and method, and more particularly to a composite session control server and a control method therefor for efficiently processing control requests from a large number of terminals in communication session control in a network using the Internet protocol.

インターネットのようなIPプロトコルをベースとするネットワークにおいて、通信セッションを動的に制御する方法としてセッションイニシエーションプロトコル(Session Initiation Protocol、以下SIPと略す)が知られている。SIPでは、SIPサーバと呼ばれるサーバシステムが端末からのセッション接続要求を処理中継することにより、IPネットワークを介して相互接続されている端末の間の通信セッションを確立する。SIPプロトコル上でのユーザは統一的なリソース識別子(Universal Resource Identifier、以下URIと略す)によって識別され、ユーザは自URIと使用しているIPアドレスをSIPサーバ経由でロケーションサーバに登録することにより、IPネットワーク上での自らの位置、即ち自装置のURIとIPアドレスの対応関係、を登録する。   In a network based on an IP protocol such as the Internet, a session initiation protocol (hereinafter abbreviated as SIP) is known as a method for dynamically controlling a communication session. In SIP, a server system called a SIP server establishes a communication session between terminals interconnected via an IP network by processing and relaying a session connection request from the terminal. The user on the SIP protocol is identified by a uniform resource identifier (Universal Resource Identifier, hereinafter abbreviated as URI), and the user registers the own URI and the IP address used in the location server via the SIP server, Registers its own position on the IP network, that is, the correspondence between the URI of its own device and the IP address.

例えば特開2002−152805号公報(特許文献1)には、SIPを利用した通信システムにおいて、呼び出し先の位置を指定することによりネットワーク上の双方向通信を可能にした技術が開示されている。とりわけこれは、SIPアドレスとIPアドレスとの対応情報を保持するSIPサーバと、SIPアドレスと端末の位置情報との関係を保持するSIPサーバの2つのサーバを用いて、端末の位置情報からIPアドレスを特定してセッション制御を行うものである。   For example, Japanese Patent Laid-Open No. 2002-152805 (Patent Document 1) discloses a technique that enables bidirectional communication on a network by specifying a call destination position in a communication system using SIP. In particular, it uses two servers, a SIP server that holds correspondence information between a SIP address and an IP address, and a SIP server that holds a relationship between the SIP address and the location information of the terminal. Session control is performed by specifying the above.

特開2002−152805号公報JP 2002-152805 A

SIPに関する技術標準や上記従来技術ではSIPサーバは単一の論理機能として把握されている。すなわち、SIPサーバは収容する端末の数やセッション制御要求の頻度等の数的パラメータには依存しない構成でその機能の規定がされている。しかし、実際の適用にあたってはSIPサーバの物理的な処理能力限界からSIPサーバで収容する端末の数やセッション制御要求の頻度に対応限界がある。   The SIP server is understood as a single logical function in the technical standard related to SIP and the above-described conventional technology. That is, the functions of the SIP server are defined in a configuration that does not depend on numerical parameters such as the number of terminals accommodated and the frequency of session control requests. However, in actual application, the number of terminals accommodated by the SIP server and the frequency of session control requests are limited due to the physical processing capacity limit of the SIP server.

Webサーバ等ではロードバランサの技術により同等のサーバを複数台設置し、サーバの負荷に応じて端末からの処理要求を複数のサーバに振り分けることが一般に行われている。しかし、SIPサーバの場合には、端末とその位置情報を保持するロケーションサーバは一対一に対応している必要がある。よって端末同士でSIPによる通信を開始する場合には、必ず通信相手の位置情報を登録するロケーションサーバに接続されたSIPサーバに通信の開始を要求するメッセージを送信しなければならず、Web等のロードバランサのように負荷状況に応じて任意のサーバに処理要求を振り分けることができない。   In a Web server or the like, generally, a plurality of equivalent servers are installed by a load balancer technique, and processing requests from a terminal are distributed to a plurality of servers according to the server load. However, in the case of a SIP server, the terminal and the location server that holds the position information need to correspond one-to-one. Therefore, when SIP communication is started between terminals, a message requesting the start of communication must be transmitted to a SIP server connected to a location server that registers the communication partner's location information. Unlike a load balancer, processing requests cannot be distributed to any server according to the load status.

また、収容する端末の数を増加させる別の手段として、メールサーバで通常行われているようにサーバを複数に分割し、それぞれにサブドメイン名を付与する方法が考えられる。しかし、SIPをベースとするサービスを利用する利用者の視点からはURIはできるだけ記憶しやすい単純な形式が望ましく、サブドメイン名+ドメイン名のようにURIが長大となることを避けることが重要である。   Further, as another means for increasing the number of terminals accommodated, a method of dividing a server into a plurality of parts as usual in a mail server and assigning a subdomain name to each of them can be considered. However, from the point of view of a user who uses a SIP-based service, it is desirable that the URI has a simple format that is as easy to memorize as possible, and it is important to avoid a URI that is long like a subdomain name + domain name. is there.

本発明の目的は、URIの長大化を避け、スケーラブルなSIP端末の収容を可能とし、また利用者から見ても簡単なURIでSIPサービスを利用できるようにした複合セッション制御装置及び方法を提供することにある。   An object of the present invention is to provide a composite session control apparatus and method that can accommodate a scalable SIP terminal while avoiding an increase in the length of a URI, and that can use a SIP service with a simple URI from the user's perspective. There is to do.

本発明は、好ましくは、SIPの手順に基づいてIPネットワークを介して接続されたSIP端末からの接続要求を処理するSIP制御装置において、SIP端末からのSIPプロトコルパケットのヘッダ内容を参照し、ヘッダの少なくとも一部の情報を基に、複数のSIPサーバのあるSIPサーバにSIPプロトコルパケットを転送するための制御を行うゲートウェイと、一部の情報を変更するための情報を登録するデータベースと、を有するように構成される。   The present invention preferably refers to the header content of the SIP protocol packet from the SIP terminal in the SIP control apparatus that processes a connection request from the SIP terminal connected via the IP network based on the SIP procedure, A gateway that performs control for transferring a SIP protocol packet to a SIP server having a plurality of SIP servers based on at least a part of the information, and a database that registers information for changing a part of the information. Configured to have.

また本発明は、SIPの手順に基づいてIPネットワークを介して接続されたSIP端末からの接続要求を処理するSIP制御装置において、複数のSIPサーバと、複数のSIPサーバのいずれかにSIP端末からのSIPプロトコルパケットを転送する転送手段と、複数のSIPサーバに転送したSIPプロトコルパケットが属するセッションIDと被転送SIPサーバとの対応関係を登録する記憶手段とを有し、転送手段から記憶手段の対応関係を参照して、複数のSIPサーバのいずれかを選択する制御を行う。
また、一例では、SIPプロトコルパケットを転送する機能はSIPプロトコルパケットの一部を解析するリゾルバ機能、アドレス情報を取得しかつSIPプロトコルパケットの一部の情報または他の部分の情報を書き換えるための情報を取得するためのリダイレクタ、アドレス情報を基にSIPプロトコルパケットを転送するためのスイッチを有するように構成される。
Further, the present invention provides a SIP control apparatus that processes a connection request from a SIP terminal connected via an IP network based on a SIP procedure, wherein a plurality of SIP servers and any of the plurality of SIP servers are connected from the SIP terminal. Transfer means for transferring the SIP protocol packet, and storage means for registering the correspondence relationship between the session ID to which the SIP protocol packet transferred to the plurality of SIP servers belongs and the forwarded SIP server. Control for selecting one of the plurality of SIP servers is performed with reference to the correspondence relationship.
Also, in one example, the function of transferring a SIP protocol packet is a resolver function for analyzing a part of the SIP protocol packet, information for acquiring address information and rewriting part of the SIP protocol packet or other part of the information Is configured to include a redirector for acquiring the SIP protocol packet based on the address information.

また、本発明に係るSIP制御方法は、SIPの手順に基づいてIPネットワークを介して接続されたSIP端末からの接続要求を処理するSIP制御方法において、SIP端末から送信されるSIPプロトコルパケットに含まれる送信先を指定するURIを抽出するステップと、抽出されたURIに関して、データベースを参照して、URIに仮想的に対応付けられたVURIを取得するステップと、SIPプロトコルパケット中のURIを、取得されたVURIに置き換えるステップと、複数のSIPサーバから選択されたあるSIPサーバに、VURIを含むSIPプロトコルパケットを送信するステップと、選択されたSIPサーバでは、受信したSIPプロトコルパケットに関するダイアログの処理を行い、ロケーションサーバでは、SIP端末の位置情報の登録を行うステップと、VURIに関して、データベースを参照して、VURIに対応付けられたURIを取得するステップと、SIPプロトコルパケット中のVURIを、取得されたURIに置き換えるステップと、作成されたSIPプロトコルパケットを宛先のSIP端末へ送信するステップとを有するSIP制御方法として把握される。   The SIP control method according to the present invention includes a SIP protocol packet transmitted from a SIP terminal in a SIP control method for processing a connection request from a SIP terminal connected via an IP network based on a SIP procedure. Extracting a URI specifying a destination to be transmitted, referring to a database with respect to the extracted URI, acquiring a VURI virtually associated with the URI, and acquiring a URI in the SIP protocol packet A step of replacing the received VURI, a step of transmitting a SIP protocol packet including the VURI to a certain SIP server selected from a plurality of SIP servers, and processing of a dialog regarding the received SIP protocol packet in the selected SIP server. And on the location server , Registering the location information of the SIP terminal, referring to the database regarding the VURI, obtaining a URI associated with the VURI, and replacing the VURI in the SIP protocol packet with the obtained URI And a step of transmitting the created SIP protocol packet to the destination SIP terminal.

好ましい例では、上記記VURIを取得するステップでは、VURIを処理するSIPサーバのIPアドレスも併せて取得することを含み、IPアドレスに基づいて選択されたSIPサーバに対してSIPプロトコルパケットを送信する。
また、好ましい例では、上記データベースは、SIP端末のユーザ名に対応付けて、SIPプロトコルパケットに含まれて送信されるURI,VURI,登録IPアドレス、及び収容SIPサーバのIPアドレスを登録する。
In a preferred example, the step of acquiring the VURI includes acquiring the IP address of the SIP server that processes the VURI, and transmits the SIP protocol packet to the SIP server selected based on the IP address. .
In a preferred example, the database registers a URI, a VURI, a registered IP address, and an IP address of an accommodation SIP server that are transmitted in a SIP protocol packet in association with the user name of the SIP terminal.

本発明によれば、SIPプロトコルの内容を解釈して複数のSIPサーバにセッション制御要求メッセージを振り分けるように構成することができる。   The present invention can be configured to interpret the contents of the SIP protocol and distribute the session control request message to a plurality of SIP servers.

以下、図面を参照して本発明の実施例について説明する。
図1は、一実施例によるSIP端末を用いた通信システムの構成例を示す。
インターネット10を介してSIP端末15がSIPゲートウェイ2に接続されている。尚、図1には1台のSIP端末15がインターネット10に接続される例が示されているが、実際には多数のSIP端末15が接続されて、SIPゲートウェイ2を通してそれらのSIP端末15間で通信が行われる。
Embodiments of the present invention will be described below with reference to the drawings.
FIG. 1 shows a configuration example of a communication system using a SIP terminal according to an embodiment.
A SIP terminal 15 is connected to the SIP gateway 2 via the Internet 10. FIG. 1 shows an example in which one SIP terminal 15 is connected to the Internet 10, but in reality, a large number of SIP terminals 15 are connected, and between those SIP terminals 15 through the SIP gateway 2. Communication takes place.

SIPゲートウェイ2には、複数のSIPサーバ121、122、123(以下、番号12で代表的に表示する)、及びサブドメイン分配データベース(DBと言う)3が接続される。また各SIPサーバ12には、それぞれロケーションサーバ131、132,133(以下、番号13で代表的に表示する)が接続される。ここで、各SIPサーバ12は、例えばSIPプロキシにより構成される。尚、SIPゲートウェイ2及びサブドメイン分配データベース3の構成については、図2,3を参照して後述する。   Connected to the SIP gateway 2 are a plurality of SIP servers 121, 122, 123 (hereinafter, representatively represented by the number 12) and a subdomain distribution database (DB) 3. Each SIP server 12 is connected with location servers 131, 132, and 133 (hereinafter, representatively represented by the number 13). Here, each SIP server 12 is configured by, for example, a SIP proxy. The configurations of the SIP gateway 2 and the subdomain distribution database 3 will be described later with reference to FIGS.

SIP端末15からインターネット10を介してSIPゲートウェイ2にSIPプロトコルにしたがったSIPプロトコルパケットが入力される。

この場合、SIP端末15はSIPゲートウェイのIPアドレスを論理的なSIPサーバのアドレスとしてDNSあるいはDHCP(Dynamic Host Configuration Protocol)等の仕組みにより取得するものとしており、当該SIPプロトコルパケットの宛先IPアドレスはSIPゲートウェイのIPアドレスとなっている。
A SIP protocol packet according to the SIP protocol is input from the SIP terminal 15 to the SIP gateway 2 via the Internet 10.

In this case, the SIP terminal 15 obtains the IP address of the SIP gateway as a logical SIP server address by a mechanism such as DNS or DHCP (Dynamic Host Configuration Protocol), and the destination IP address of the SIP protocol packet is SIP. It is the IP address of the gateway.

SIPゲートウェイ2は入力されたSIPプロトコルパケットの内容の一部を解析し、たとえばURIを取得する。SIPゲートウェイは取得したSIP−URIをキーとしてサブドメイン分配データベース4を参照する。ここで、サブドメイン分配データベースには各URIに対応してそれぞれのURIのドメイン部分をサブドメイン表記した仮想的なURIであるVURI(Virtual URI)が関連付けて保持されている。このVURIはSIPサーバと一対一に対応しており、サブドメイン分配データベースにはそれぞれのVURIに対応するSIPサーバのIPアドレスも格納されている。   The SIP gateway 2 analyzes a part of the content of the input SIP protocol packet and acquires, for example, a URI. The SIP gateway refers to the subdomain distribution database 4 using the acquired SIP-URI as a key. Here, in the sub-domain distribution database, VURI (Virtual URI), which is a virtual URI in which the domain portion of each URI is represented as a sub-domain, is stored in association with each URI. This VURI has a one-to-one correspondence with the SIP server, and the IP address of the SIP server corresponding to each VURI is also stored in the subdomain distribution database.

SIPゲートウェイ2は、このサブドメイン分配データベース4を参照することで、受信したSIPプロトコルパケットに含まれるURIに対応付けて格納されているVURIとIPアドレスを取得する。そしてSIPゲートウェイ2は、当該VURIとIPアドレスを有するSIPサーバ12に、SIPプロトコルパケットをリダイレクションする。SIPサーバ12はリダイレクションされたSIPプロトコルパケットを、ロケーションサーバ13を参照しながら処理する。SIPゲートウェイ2によるリダイレクションはサブドメイン分配データベース14を参照することにより行う。   The SIP gateway 2 refers to the subdomain distribution database 4 to acquire the VURI and IP address stored in association with the URI included in the received SIP protocol packet. Then, the SIP gateway 2 redirects the SIP protocol packet to the SIP server 12 having the VURI and IP address. The SIP server 12 processes the redirected SIP protocol packet with reference to the location server 13. Redirection by the SIP gateway 2 is performed by referring to the subdomain distribution database 14.

図2はSIPゲートウェイ2の構成例を示す。
図2において、リゾルバ21はSIPプロトコルパケットのURI部分を解析し、リダイレクタ23に転送する。リダイレクタ23は接続線104を介してサブドメイン分配データベース3を参照し、取得したVURIをSIPリゾルバ21に転送する。SIPリゾルバ21はSIPプロトコルパケットのURIを、得られたVURIに変更する。またリダイレクタ23は同様にして、取得したIPアドレスを元にスイッチ22を制御し、SIPプロトコルパケットをSIPサーバ(例えば121)への接続線201へ出力する。
FIG. 2 shows a configuration example of the SIP gateway 2.
In FIG. 2, the resolver 21 analyzes the URI portion of the SIP protocol packet and transfers it to the redirector 23. The redirector 23 refers to the subdomain distribution database 3 via the connection line 104 and transfers the acquired VURI to the SIP resolver 21. The SIP resolver 21 changes the URI of the SIP protocol packet to the obtained VURI. Similarly, the redirector 23 controls the switch 22 based on the acquired IP address, and outputs the SIP protocol packet to the connection line 201 to the SIP server (for example 121).

図3は、サブドメイン分配DB3のデータベース構造を示す。
サブドメイン分配DB3は、SIPプロトコルパケットの一部に含まれるURIからVURIを索引するために、或いはその逆の索引を行うために関係する情報を登録する。即ち、ユーザ名31に対応して、URI32、VURI33、登録アドレス34、収容SIPサーバIPアドレス35を登録する。
FIG. 3 shows the database structure of the subdomain distribution DB 3.
The subdomain distribution DB 3 registers relevant information for indexing the VURI from the URI included in a part of the SIP protocol packet or vice versa. That is, corresponding to the user name 31, a URI 32, a VURI 33, a registration address 34, and a accommodated SIP server IP address 35 are registered.

ここで、ユーザ名とは、SIP−URIの@より前の部分をいう。VURIはURIのサブドメイン形式で記載されている。例えばURIがA@XX.co.jpであると、これに対応するVURIはA@xx1.XX.co.jpのように、ドメインの階層を増やした形で表記される。収容SIPサーバIPアドレスとは、そのSIP−URIを有するSIPプロトコルパケットを実際に処理するよう割り当てられたSIPサーバのIPアドレスをいう。   Here, the user name refers to a portion of the SIP-URI before @. The VURI is described in the URI subdomain format. For example, if the URI is A@XX.co.jp, the VURI corresponding to this is expressed in a form in which the domain hierarchy is increased, such as A@xx1.XX.co.jp. The accommodated SIP server IP address refers to the IP address of the SIP server assigned to actually process the SIP protocol packet having the SIP-URI.

SIPゲートウェイ2はサブドメイン分配DB3から得たVURI33および収容SIPサーバのIPアドレス35を基にURI使用ユーザの収容すべきSIPサーバ12を選択し、そのサーバへSIPプロトコルパケットを転送する。その際SIPゲートウェイ2はURIをVURIに変換する。   The SIP gateway 2 selects the SIP server 12 to be accommodated by the user using the URI based on the VURI 33 obtained from the subdomain distribution DB 3 and the IP address 35 of the accommodated SIP server, and transfers the SIP protocol packet to that server. At that time, the SIP gateway 2 converts the URI into a VURI.

選択されたSIPサーバ(例えば121)は、転送されたSIPプロトコルパケットを通常のSIP処理手順に従って処理又は中断する。SIPサーバ121に接続されたロケーションサーバ131はSIPプロトコルに従ってSIP端末15の位置登録を行うためのものである。この場合、ロケーションサーバ131はVURIと収容SIPサーバIPアドレスの対応関係を登録する。   The selected SIP server (eg, 121) processes or interrupts the forwarded SIP protocol packet according to a normal SIP processing procedure. The location server 131 connected to the SIP server 121 is for registering the location of the SIP terminal 15 in accordance with the SIP protocol. In this case, the location server 131 registers the correspondence between the VURI and the accommodated SIP server IP address.

SIPサーバ12により中継されたSIPプロトコルパケットはVURIで特徴づけられており、これを入力されたSIPゲートウェイ2は再度サブドメイン分配データベース3を参照し、第3図に示すデータベース構造からVURIに対応するURIおよび登録IPアドレスを取得する。SIPゲートウェイ2は、取得したデータに基づいてVURIをURIに変換して、その変換対を自らの記憶部に記憶すると共に、登録IPアドレスに対して送信する。即ちこれは、例えばSIPゲートウェイ2で、SIP端末15から受信したパケットのSIP−URI部分をVURIに置き換え、SIPサーバ12で処理後、SIPゲートウェイ2では再度SIP−URIに書き換えることにより行われる。   The SIP protocol packet relayed by the SIP server 12 is characterized by the VURI, and the SIP gateway 2 to which the SIP protocol packet is input refers to the subdomain distribution database 3 again and corresponds to the VURI from the database structure shown in FIG. Get URI and registered IP address. The SIP gateway 2 converts the VURI into a URI based on the acquired data, stores the converted pair in its own storage unit, and transmits it to the registered IP address. That is, for example, this is performed by replacing the SIP-URI portion of the packet received from the SIP terminal 15 with the VURI in the SIP gateway 2, processing it with the SIP server 12, and then rewriting it with the SIP-URI again in the SIP gateway 2.

次に図4を参照して、SIP端末間のSIPメッセージの通信動作について概略説明する。
この例では、SIP端末150からSIP端末151へリクエストメッセージを送信し、通信を行う例である。
ここで、リクエストメッセージは例えば以下の通りである。
INVITE sip:bob@biloxi.com SIP/2.0
Via: SIP/2.0/UDP pc33.atlanta.com;branch=z9hG4bK776asdhds
Max-Forwards: 70
To: Bob <sip:bob@biloxi.com>
From: Alice <sip:alice@atlanta.com>;tag=1928301774
Call-ID: a84b4c76e66710@pc33.atlanta.com
CSeq: 314159 INVITE
Contact: <sip:alice@pc33.atlanta.com>
Content-Type: application/sdp
Content-Length: 142
また、SIP端末151からのレスポンスメッセージは、例えば以下の通りである。
SIP/2.0 200 OK
Via: SIP/2.0/UDP server10.biloxi.com
;branch=z9hG4bKnashds8;received=192.0.2.3
Via: SIP/2.0/UDP bigbox3.site3.atlanta.com
;branch=z9hG4bK77ef4c2312983.1;received=192.0.2.2
Via: SIP/2.0/UDP pc33.atlanta.com
;branch=z9hG4bK776asdhds ;received=192.0.2.1
To: Bob <sip:bob@biloxi.com>;tag=a6c85cf
From: Alice <sip:alice@atlanta.com>;tag=1928301774
Call-ID: a84b4c76e66710@pc33.atlanta.com
CSeq: 314159 INVITE
Contact: <sip:bob@192.0.2.4>
Content-Type: application/sdp
Content-Length: 131
図4において、SIP端末150から送信されるリクエストメッセージ「INVITE」をSIPサーバ12が受信すると、SIPサーバ12はそのメッセージの内容を解析し、宛先SIP/2.0に相当するSIP端末151へそのリクエストメッセージを送信する。
これに対して、SIP端末151からは、レスポンスメッセージ「200OK」が返送される。SIPサーバ12はこのレスポンスを送信元のSIP端末150へ送信する。
Next, with reference to FIG. 4, the communication operation of SIP messages between SIP terminals will be outlined.
In this example, a request message is transmitted from the SIP terminal 150 to the SIP terminal 151 to perform communication.
Here, for example, the request message is as follows.
INVITE sip: bob@biloxi.com SIP / 2.0
Via: SIP / 2.0 / UDP pc33.atlanta.com; branch = z9hG4bK776asdhds
Max-Forwards: 70
To: Bob <sip: bob@biloxi.com>
From: Alice <sip: alice@atlanta.com>; tag = 1928301774
Call-ID: a84b4c76e66710@pc33.atlanta.com
CSeq: 314159 INVITE
Contact: <sip: alice@pc33.atlanta.com>
Content-Type: application / sdp
Content-Length: 142
The response message from the SIP terminal 151 is, for example, as follows.
SIP / 2.0 200 OK
Via: SIP / 2.0 / UDP server10.biloxi.com
; branch = z9hG4bKnashds8; received = 192.0.2.3
Via: SIP / 2.0 / UDP bigbox3.site3.atlanta.com
; branch = z9hG4bK77ef4c2312983.1; received = 192.0.2.2
Via: SIP / 2.0 / UDP pc33.atlanta.com
; branch = z9hG4bK776asdhds; received = 192.0.2.1
To: Bob <sip: bob@biloxi.com>; tag = a6c85cf
From: Alice <sip: alice@atlanta.com>; tag = 1928301774
Call-ID: a84b4c76e66710@pc33.atlanta.com
CSeq: 314159 INVITE
Contact: <sip: bob@192.0.2.4>
Content-Type: application / sdp
Content-Length: 131
In FIG. 4, when the SIP server 12 receives the request message “INVITE” transmitted from the SIP terminal 150, the SIP server 12 analyzes the content of the message and sends it to the SIP terminal 151 corresponding to the destination SIP / 2.0. Send a request message.
On the other hand, the response message “200 OK” is returned from the SIP terminal 151. The SIP server 12 transmits this response to the SIP terminal 150 that is the transmission source.

これにより両方のSIP端末150,151間にセッションが確立したので、以後、SIP端末150からACKを送信する、等の通常のRTP(Real-time Transport Protocol)に従った通信が行われる。   As a result, a session is established between both SIP terminals 150 and 151, and thereafter, communication according to normal RTP (Real-time Transport Protocol) such as transmission of ACK from the SIP terminal 150 is performed.

次に、図5を参照して、SIP端末間の通信におけるセッション確立のための動作について説明する。
SIP端末150から送信されるリクエストメッセージには、INVITE及び宛先となるSIP端末151を指定するURI−Bを含まれるものとする。
まず、SIPゲートウェイ2がこのリクエストメッセージを受信すると、そのメッセージからURIを抽出して、そのURI−Bをサブドメイン分配DB3へ送る(S501)。
Next, with reference to FIG. 5, an operation for establishing a session in communication between SIP terminals will be described.
It is assumed that the request message transmitted from the SIP terminal 150 includes INVITE and URI-B that designates the SIP terminal 151 that is the destination.
First, when the SIP gateway 2 receives this request message, it extracts the URI from the message and sends the URI-B to the subdomain distribution DB 3 (S501).

サブドメイン分配DB3には、図3に示すように、ユーザ名毎にURI/VURIの対応表が登録されているので、この対応表のユーザ名を参照して、URI−Bに対応するVURI、及びSIPサーバIPアドレスを取得する(S502)。   As shown in FIG. 3, since the URI / VURI correspondence table is registered for each user name in the sub-domain distribution DB 3, referring to the user name in this correspondence table, the VURI corresponding to URI-B, The SIP server IP address is acquired (S502).

SIPゲートウェイ2では、URIを取得したVURIに書き換え(S503)、更にURIとVURIの対応を、データベースに登録する(S504)。更に取得したSIPサーバIPアドレスから該当するSIPサーバ(例えば121)を選定する。そして、VURI−Bを含むリクエストメッセージINVITEを、該当するSIPサーバ121へ送信する。   The SIP gateway 2 rewrites the URI to the acquired VURI (S503), and further registers the correspondence between the URI and the VURI in the database (S504). Further, a corresponding SIP server (for example, 121) is selected from the acquired SIP server IP address. Then, a request message INVITE including VURI-B is transmitted to the corresponding SIP server 121.

SIPサーバ121では、ダイアログ処理が行なわれる(S505)。即ちロケーションサーバ131に対して、VURI−Bのアドレスを問合せて、SIP端末151のVURI−Bアドレスを取得する(S506)。
取得されたVURI−Bアドレスは、SIPサーバ121からSIPゲートウェイ2へ送信され、ここでVURIがURIへ書き換えられる(S507)。そして、URI−Bの示す目的のSIP端末151へ、リクエストメッセージのパケットが転送される。
Dialog processing is performed in the SIP server 121 (S505). That is, the location server 131 is inquired about the address of the VURI-B and acquires the VURI-B address of the SIP terminal 151 (S506).
The acquired VURI-B address is transmitted from the SIP server 121 to the SIP gateway 2, where the VURI is rewritten to a URI (S507). Then, the request message packet is transferred to the target SIP terminal 151 indicated by URI-B.

リクエストメッセージを受信したSIP端末151では、レスポンスメッセージを生成し、自らのユーザ名、200K及び宛先のSIP端末URI−Aを含むメッセージを作成して、それをSIPゲートウェイ2へ返信する。
SIPゲートウェイ2では、SIP端末150へレスポンスメッセージを送信するためのメッセージの解析、及び変換処理が行われる。この処理はURI−A向けへのURIからVURIの変換処理であり、ステップS501〜S507で説明したものと同様の処理である(S510)。つまり、送信元URIに格納されているVURIをURIに変更して、送信元の収容SIPサーバIPアドレスをSIPゲートウェイのIPアドレスに変更する。
The SIP terminal 151 that has received the request message generates a response message, creates a message including its user name, 200K, and the destination SIP terminal URI-A, and returns it to the SIP gateway 2.
In the SIP gateway 2, message analysis and conversion processing for transmitting a response message to the SIP terminal 150 are performed. This process is a URI-to-VURI conversion process for URI-A, and is the same process as described in steps S501 to S507 (S510). That is, the VURI stored in the transmission source URI is changed to the URI, and the accommodation SIP server IP address of the transmission source is changed to the IP address of the SIP gateway.

そして、SIPゲートウェイ2からSIP端末150へ200OK及びURI−Aを含むレスポンスメッセージが送信される。以後、SIP端末150と151との間ではRTPに基づく通信が行われる(S520)。   Then, a response message including 200 OK and URI-A is transmitted from the SIP gateway 2 to the SIP terminal 150. Thereafter, communication based on RTP is performed between the SIP terminals 150 and 151 (S520).

通信の終了後におけるエントリの消去処理に関しては、SIP端末150から送信される、BYE及び宛先となるURI−Bを含むメッセージをSIPゲートウェイ2が受信する。SIPゲートウェイ2では、先に説明した動作と同様に、URIを抽出し(S531)、抽出されたURIをVURIに書き換えて(S532)、それらを該当するSIPサーバ121へ送信する。   For the entry erasure process after the end of communication, the SIP gateway 2 receives a message including BYE and the destination URI-B transmitted from the SIP terminal 150. The SIP gateway 2 extracts URIs (S531), rewrites the extracted URIs to VURIs (S532), and transmits them to the corresponding SIP server 121 in the same manner as described above.

SIPサーバ121では、先の動作と同様に、ダイアログ処理を行い(S533)、その後SIPゲートウェイ2で当該URIとVURIとの対応関係の登録消去の処理が行われる(S534)。即ち、図3に示す、当該ユーザ名に関係して登録されていたURI/VURIの対応が消去される。   In the SIP server 121, dialog processing is performed (S533) in the same manner as the previous operation, and thereafter, the SIP gateway 2 performs processing for deleting the registration of the correspondence between the URI and VURI (S534). That is, the URI / VURI correspondence registered in relation to the user name shown in FIG. 3 is deleted.

本実施例では、サブドメイン分配データベース3および複数のSIPサーバ12は同一の場所にあると仮定している。しかし、これらの一部または全ては地理的に異なるロケーションに存在し、その間がネットワークで接続されている構成においても処理手順に変更はなく、同様の効果が得られることは明らかである。   In this embodiment, it is assumed that the subdomain distribution database 3 and the plurality of SIP servers 12 are in the same location. However, it is clear that some or all of these exist in geographically different locations, and the processing procedure is not changed even in a configuration in which a network is connected between them, and the same effect can be obtained.

本実施例によれば、SIPプロトコルの一部のみを解析する機能を持つSIPゲートウェイ2を通常のSIPサーバ12と組み合わせることにより大容量化、サブドメイン処理のユーザに対する隠蔽が可能であるという効果がある。   According to the present embodiment, by combining the SIP gateway 2 having a function of analyzing only a part of the SIP protocol with the normal SIP server 12, it is possible to increase the capacity and conceal the user from the subdomain processing. is there.

次に図6を参照して他の実施例について説明する。
以下に示す他の実施例は、SIP端末に関するアドレスなどの情報を動的に収容する例である。すなわち、上記実施例においては、SIP端末に関する情報を個々のSIPサーバに対応するデータベース即ちロケーションサーバに固定的に収容しているが、以下に示す実施例ではSIP端末に関する情報を負荷分散DBに統合して持ち、SIPサーバはこの負荷分散DBを参照してセッション制御を行うものである。以下詳細に説明する。
Next, another embodiment will be described with reference to FIG.
Another embodiment described below is an example in which information such as an address related to a SIP terminal is dynamically accommodated. That is, in the above embodiment, information related to the SIP terminal is fixedly stored in a database corresponding to each SIP server, that is, a location server, but in the following embodiment, information related to the SIP terminal is integrated into the load balancing DB. The SIP server performs session control with reference to this load balancing DB. This will be described in detail below.

インターネット10を介してSIP端末15がSIPロードバランサ7に接続されている。SIPロードバランサ7はSIP端末15からのSIPプロトコルパケットの内容の一部を解析することによりSIPサーバ121〜123のいずれかにSIPプロトコルパケットをリダイレクションする。SIPサーバ12はリダイレクションされたSIPプロトコルパケットを、ロケーションサーバ13を参照しながら処理する。SIPロードバランサ7によるリダイレクションはロケーションサーバ13を参照することにより行う。   A SIP terminal 15 is connected to the SIP load balancer 7 via the Internet 10. The SIP load balancer 7 redirects the SIP protocol packet to any of the SIP servers 121 to 123 by analyzing a part of the content of the SIP protocol packet from the SIP terminal 15. The SIP server 12 processes the redirected SIP protocol packet with reference to the location server 13. Redirection by the SIP load balancer 7 is performed by referring to the location server 13.

SIP端末15からインターネット10を介してSIPロードバランサ7にSIPプロトコルにしたがったSIPプロトコルパケットが入力される。この場合、SIP端末15はSIPロードバランサ7のIPアドレスを論理的なSIPサーバのアドレスとしてDNSあるいはDHCP等の仕組みにより取得する。   A SIP protocol packet according to the SIP protocol is input from the SIP terminal 15 to the SIP load balancer 7 via the Internet 10. In this case, the SIP terminal 15 acquires the IP address of the SIP load balancer 7 as a logical SIP server address by a mechanism such as DNS or DHCP.

SIPロードバランサ7は入力されたSIPプロトコルパケットの内容の一部を解析し、たとえばURIを取得する。SIPロードバランサ7は取得したSIP-URIをキーとしてロケーションサーバ13を参照し、サブドメイン表記された仮想的なURIとして対応づけられたURI(VURI)を取得する。   The SIP load balancer 7 analyzes a part of the content of the input SIP protocol packet and acquires, for example, a URI. The SIP load balancer 7 refers to the location server 13 using the acquired SIP-URI as a key, and acquires a URI (VURI) associated with the virtual URI represented in the subdomain.

図7はSIPロードバランサ7の構成例を示す。
リゾルバ71はSIPプロトコルパケットのURI部分を解析し、リダイレクタ73に転送する。リダイレクタ73は接続線704を介してロケーションサーバ13を参照し、取得したVURIをSIPリゾルバ71に転送する。SIPリゾルバ71はSIPプロトコルパケットのURIを得られたVURIに変更する。またリダイレクタ73は複数のSIPサーバから成るSIPサーバ群12(121〜123)の負荷状態を負荷分散データベース74により把握しており、各SIPサーバ12への負荷が平滑化されるようにSIPプロトコルパケットを処理するためのあるSIPサーバ(例えば121)を選択する。ここで、SIPサーバの負荷の平滑化は、例えば各SIPサーバ12毎に処理中のセッションIDの数を集計しておき、そのセッションIDの数をお互いに比較することで行う。
選択されたSIPサーバ121のIPアドレスを基にスイッチ72を制御し、SIPプロトコルパケットをSIPサーバ121への接続線701へ出力する。ロケーションサーバ31のデータベース構造は第3図に示したとおりである。
FIG. 7 shows a configuration example of the SIP load balancer 7.
The resolver 71 analyzes the URI portion of the SIP protocol packet and transfers it to the redirector 73. The redirector 73 refers to the location server 13 via the connection line 704 and transfers the acquired VURI to the SIP resolver 71. The SIP resolver 71 changes the URI of the SIP protocol packet to the obtained VURI. In addition, the redirector 73 grasps the load state of the SIP server group 12 (121 to 123) composed of a plurality of SIP servers from the load distribution database 74, and the SIP protocol packet so that the load on each SIP server 12 is smoothed. A certain SIP server (for example, 121) for processing is selected. Here, the load on the SIP server is smoothed by, for example, counting the number of session IDs being processed for each SIP server 12 and comparing the number of session IDs with each other.
The switch 72 is controlled based on the IP address of the selected SIP server 121, and the SIP protocol packet is output to the connection line 701 to the SIP server 121. The database structure of the location server 31 is as shown in FIG.

図8は負荷分散データベース74の構造を示す。
このDB74には、セッションID60で識別されるセッションの基本情報、即ちユーザ名61、URI62、VURI63、登録IPアドレス64、それらに対応して処理を担当するSIPサーバのIPアドレス65、及びSIPサーバの負荷状態66が登録されている。処理担当SIPサーバの選択はURIをキーとする、あるいはセッションIDをキーとすることも可能である。また各SIPサーバの負荷状態は各SIPサーバで処理中のセッションIDの数を集計比較することにより得られる。
FIG. 8 shows the structure of the load balancing database 74.
In this DB 74, basic information of the session identified by the session ID 60, that is, the user name 61, URI 62, VURI 63, registered IP address 64, the IP address 65 of the SIP server responsible for processing corresponding thereto, and the SIP server A load state 66 is registered. The SIP server in charge of processing can be selected using the URI as a key or the session ID as a key. The load state of each SIP server is obtained by totaling and comparing the number of session IDs being processed in each SIP server.

SIPロードバランサ7はロケーションサーバ13から得たVURIおよび収容SIPサーバのIPアドレスを基に当該URI使用ユーザ収容すべきSIPサーバ12を選択し、SIPプロトコルパケットを転送する。その際SIPロードバランサはURIをVURIに変換する。
選択されたSIPサーバ(例えば121)は転送されたSIPプロトコルパケットを通常のSIP処理手順に従って中継または処理する。ロケーションサーバ13はSIPプロトコルに従ってSIP端末15の位置登録を行う。
The SIP load balancer 7 selects the SIP server 12 that should accommodate the user using the URI based on the VURI obtained from the location server 13 and the IP address of the accommodating SIP server, and transfers the SIP protocol packet. At that time, the SIP load balancer converts the URI into a VURI.
The selected SIP server (eg, 121) relays or processes the transferred SIP protocol packet according to a normal SIP processing procedure. The location server 13 registers the location of the SIP terminal 15 according to the SIP protocol.

SIPサーバ(例えば122)により中継されたSIPプロトコルパケットはVURIで特徴づけられており、これを入力されたSIPロードバランサ7は再度ロケーションサーバ13を参照して、第6図に示すデータベースからVURIに対応するURIおよび登録IPアドレスを取得する。取得したデータに基づいてSIPロードバランサ7はVURIをURIに変換し、登録IPアドレスに対して送信する。   The SIP protocol packet relayed by the SIP server (for example, 122) is characterized by the VURI, and the SIP load balancer 7 to which the SIP protocol packet has been inputted refers to the location server 13 again and changes from the database shown in FIG. 6 to the VURI. Get the corresponding URI and registered IP address. Based on the acquired data, the SIP load balancer 7 converts the VURI into a URI and transmits it to the registered IP address.

次に、図9を参照して、図6〜8を参照した他の実施例におけるSIP端末間の通信におけるセッション確立のための動作について説明する。
この例における動作は、上述の図5に示した動作と同様のところが多々ある。図5の例と主に相違する部分は、SIPリゾルバ71及び負荷分散DB74における動作である。以下の説明では、SIPリゾルバ71及び負荷分散DB74における動作を中心に、図5との相違するところについて説明する。
Next, an operation for establishing a session in communication between SIP terminals in another embodiment with reference to FIGS. 6 to 8 will be described with reference to FIG.
Many operations in this example are similar to the operations shown in FIG. The main difference from the example of FIG. 5 is the operation in the SIP resolver 71 and the load distribution DB 74. In the following description, differences from FIG. 5 will be described focusing on the operations in the SIP resolver 71 and the load distribution DB 74.

SIPリゾルバ71がSIP端末150からリクエストメッセージを受信すると、そのメッセージからURIを抽出して(S901)、そのURI−Bをロケーションサーバ13へ送る。   When the SIP resolver 71 receives a request message from the SIP terminal 150, the URI is extracted from the message (S901), and the URI-B is sent to the location server 13.

ロケーションサーバ13では、図3に示すように、ユーザ名毎にURI/VURIの対応表を保持しており、この対応表のユーザ名を参照して、URI−Bに対応するVURIを抽出して、そのVURI−Bを負荷分散DB74へ送信する(S902)。
負荷分散DB74では、当該URIと取得されたVURI−B及びSIPサーバIPアドレスの対応関係を登録する。またそれらVURI−B及びSIPサーバIPアドレスをSIPリゾルバ71へ送信し、そこでURIをVURIへ書き換える(S904)。
As shown in FIG. 3, the location server 13 maintains a URI / VURI correspondence table for each user name. By referring to the user name in this correspondence table, the VURI corresponding to URI-B is extracted. The VURI-B is transmitted to the load balancing DB 74 (S902).
In the load distribution DB 74, the correspondence relationship between the URI, the acquired VURI-B and the SIP server IP address is registered. Further, the VURI-B and the SIP server IP address are transmitted to the SIP resolver 71, where the URI is rewritten to the VURI (S904).

以後の動作は、前述した図5の動作と同様であるので、説明を省略する。尚、登録消去の処理に関して、上述した例と相違するところは、SIPリゾルバ71及び負荷分散DB74で、当該URIとVURIとの対応関係の登録消去の処理が行われることである(S934、93´)。   The subsequent operation is the same as the operation of FIG. Regarding the registration deletion process, the difference from the above example is that the SIP resolver 71 and the load distribution DB 74 perform the registration deletion process of the correspondence between the URI and the VURI (S934, 93 ′). ).

この例で特徴的なことは、負荷分散DB74の処理S903において、複数のSIPサーバ12の負荷状態(大〜小)に応じて、当該セッションのダイアログ処理をSIPサーバに割り当てられることである。ここで、負荷状態が「大」とは、接続されているセッション数が多いことを意味し、逆にそれが「小」とはセッション数が少ないことを意味する。   What is characteristic in this example is that in the processing S903 of the load distribution DB 74, the dialog processing of the session is assigned to the SIP server according to the load state (large to small) of the plurality of SIP servers 12. Here, the load state “large” means that the number of connected sessions is large, and conversely “small” means that the number of sessions is small.

本実施例によれば、SIPプロトコルの一部のみを解析する機能を持つSIPロードバランサ7を通常のSIPサーバと組み合わせることにより、SIPサーバ大容量化をURIに対して処理SIPサーバを動的に割り当てる形で可能となるという効果がある。   According to the present embodiment, the SIP load balancer 7 having a function of analyzing only a part of the SIP protocol is combined with a normal SIP server, so that the capacity of the SIP server can be dynamically processed with respect to the URI. There is an effect that it becomes possible in the form of allocation.

次に、図10を参照して、他の実施例によるSIP管理サーバ110を用いた通信システムについて説明する。この例は、図2に示したSIPケートウェイ2の機能をSIP管理サーバ110により実現した例である。
SIP管理サーバ110は、内部バス118に接続されたCPU112と、記憶部114と、インタフェース部116を有して構成される。内部バス118にはSCSIインタフェース等を介してサブドメイン分配DB3が接続される。また、ネットワークインタフェース116には複数のSIPサーバ12(図1)が接続され、所定のプロトコルに従って通信相手とデータの送受信を行う。CPU112は、プログラムの実行によりSIPヘッダ解析部1122、SIPヘッダ変換部1124、データベース(DB)問合せ部112の機能がそれぞれ実現される。
Next, a communication system using the SIP management server 110 according to another embodiment will be described with reference to FIG. In this example, the SIP management server 110 realizes the function of the SIP gateway 2 shown in FIG.
The SIP management server 110 includes a CPU 112 connected to an internal bus 118, a storage unit 114, and an interface unit 116. The sub-domain distribution DB 3 is connected to the internal bus 118 via a SCSI interface or the like. In addition, a plurality of SIP servers 12 (FIG. 1) are connected to the network interface 116, and perform data transmission / reception with a communication partner according to a predetermined protocol. The CPU 112 realizes the functions of the SIP header analysis unit 1122, the SIP header conversion unit 1124, and the database (DB) inquiry unit 112 by executing programs.

SIPヘッダ解析部1122は、SIP端末15から受信したSIPプロトコルパケットから宛先もしくは送信元URIを抽出し、DB問合せ部1126に渡す。DB問合せ部1126は、抽出されたURIをサブドメイン分配DB3に問合せ、対応するVURIとIPアドレスを取得する。SIPヘッダ変換部1124は、受信したSIPプロトコルパケットの宛先もしくは送信元URIをVURIに、また宛先IPアドレスを返信されたIPアドレスにそれぞれ変換する。記憶部114は、問合せに用いたURIと、サブドメイン分配DB3から返信されたVURIとIPアドレスの対応関係を含むテーブルを記憶する。   The SIP header analysis unit 1122 extracts the destination or transmission source URI from the SIP protocol packet received from the SIP terminal 15 and passes it to the DB inquiry unit 1126. The DB inquiry unit 1126 inquires the sub-domain distribution DB 3 for the extracted URI, and acquires the corresponding VURI and IP address. The SIP header conversion unit 1124 converts the destination or transmission source URI of the received SIP protocol packet into a VURI, and converts the destination IP address into a returned IP address. The storage unit 114 stores a table including the correspondence relationship between the URI used for the inquiry and the VURI returned from the subdomain distribution DB 3 and the IP address.

次に、図11を参照して他の実施例によるSIP管理サーバ110´を用いた通信システムについて説明する。この例は、図7に示したSIPロードバランサ7の機能をSIP管理サーバ110´により実現した例である。図11において、図10と同じ符号は同一部分を示す。図11構成では、負荷管理部1128が追加され、これにより負荷分散DB74に登録された負荷状態の情報を管理する。更に、負荷状態を管理するために、記憶部114には、図12に示すような、負荷管理テーブル1200が格納される。   Next, a communication system using the SIP management server 110 'according to another embodiment will be described with reference to FIG. In this example, the function of the SIP load balancer 7 shown in FIG. 7 is realized by the SIP management server 110 ′. 11, the same reference numerals as those in FIG. 10 denote the same parts. In the configuration of FIG. 11, a load management unit 1128 is added, thereby managing the information on the load state registered in the load distribution DB 74. Furthermore, in order to manage the load state, the storage unit 114 stores a load management table 1200 as shown in FIG.

図12において、負荷管理テーブル1200は、収容SIPサーバIPアドレス1201に対応して、現在のセッション数1202を格納しており、その現在のセッション数を基準値と比較して負荷状態のレベル1203が決められる。即ち、SIPサーバ12に割り当てられるセッションの数は、時々刻々と変化しているので、IPアドレスごとにセッションが1つ増えれば現在のセッション数を+1、反対に1つ減れば−1するように、現在のセッション数1202を反映して保持する。図示の4桁の数字は現在のセッション数を示す。そして、SIPサーバ12に対する仕様から例えばセッション数4000を標準とし、セッション数を1000単位に分割して、負荷状態を複数段階に設定できるようにしている。例えば、現在のセッション数が999までをレベルI、1000〜1999迄をレベルIIの如く負荷状態のレベルをI〜V(図示の例)のように示す。   In FIG. 12, the load management table 1200 stores the current number of sessions 1202 corresponding to the accommodated SIP server IP address 1201, and compares the current number of sessions with a reference value to determine the load level 1203. It is decided. That is, since the number of sessions allocated to the SIP server 12 changes from moment to moment, if the number of sessions increases by one for each IP address, the current number of sessions is incremented by +1, and conversely by one, it decreases by one. The current session number 1202 is reflected and held. The four-digit number shown indicates the current number of sessions. Then, based on the specifications for the SIP server 12, for example, the number of sessions of 4000 is standard, and the number of sessions is divided into 1000 units so that the load state can be set in a plurality of stages. For example, the current number of sessions up to 999 is level I, 1000 to 1999 is level II, and the load level is shown as I to V (illustrated example).

図13は、図11のSIP管理サーバ110を用いた通信システムにおける動作シーケンスを示す。図13のシーケンス図を参照しながら、図11の通信システムの動作について説明する。
図13の図9の違いは、図13のSIP管理サーバ110´において負荷レベル確認(S1301)、及び負荷レベル更新(S1302)のステップが追加されたことである。
FIG. 13 shows an operation sequence in the communication system using the SIP management server 110 of FIG. The operation of the communication system of FIG. 11 will be described with reference to the sequence diagram of FIG.
The difference between FIG. 9 and FIG. 9 is that load level confirmation (S1301) and load level update (S1302) steps are added in the SIP management server 110 ′ of FIG.

即ち、SIP管理サーバ110´がURIを抽出すると(S901)、負荷管理部1128は、負荷管理テーブル1200の負荷状態レベル1203を参照し、負荷状態レベルを確認する(S1301)。そして、例えば負荷状態レベル1203の一番低いものに対応する収容SIPサーバIPアドレスを取得する。以後の処理は図9の場合と同様である。   That is, when the SIP management server 110 ′ extracts the URI (S901), the load management unit 1128 refers to the load state level 1203 of the load management table 1200 and confirms the load state level (S1301). Then, for example, the accommodated SIP server IP address corresponding to the lowest load state level 1203 is acquired. The subsequent processing is the same as in FIG.

図13のシーケンスの一連の処理が終わり、最後の処理として、負荷管理テーブル1200の負荷状態レベル1203の更新動作がある。これは、図13の一連の処理中に各SIPサーバ12に対するセッション数が増減して、現在のセッション数1202も変わっているので、それに応じて負荷状態レベル1203も変更するようにしたものである。   A series of processes in the sequence of FIG. 13 is finished, and the last process includes an update operation of the load state level 1203 of the load management table 1200. This is because the number of sessions with respect to each SIP server 12 increases or decreases during the series of processes in FIG. 13 and the current number of sessions 1202 also changes, so the load state level 1203 is also changed accordingly. .

一実施例によるSIP端末を用いた通信システムの構成を示す図。The figure which shows the structure of the communication system using the SIP terminal by one Example. 一実施例におけるSIPゲートウェイ2の構成を示す図。The figure which shows the structure of the SIP gateway 2 in one Example. 一実施例におけるサブドメイン分配データベース3の構成を示す図。The figure which shows the structure of the subdomain distribution database 3 in one Example. 一実施例によるSIP端末間のSIPメッセージの通信例を示す図。The figure which shows the example of communication of the SIP message between the SIP terminals by one Example. 一実施例によるSIP端末間の通信におけるセッション確立のための動作例を示すシーケンス図。The sequence diagram which shows the operation example for session establishment in communication between the SIP terminals by one Example. 他の実施例によるSIP端末を用いた通信システムの構成を示す図。The figure which shows the structure of the communication system using the SIP terminal by another Example. 他の実施例におけるSIPロードバランサ7の構成を示す図。The figure which shows the structure of the SIP load balancer 7 in another Example. 他の実施例における負荷分散データベース74の構成を示す図。The figure which shows the structure of the load distribution database 74 in another Example. 他の実施例によるSIP端末間の通信におけるセッション確立のための動作例を示すシーケンス図。The sequence diagram which shows the operation example for session establishment in communication between the SIP terminals by another Example. 他の実施例によるSIP管理サーバ110を用いた通信システムの構成を示す図。The figure which shows the structure of the communication system using the SIP management server 110 by another Example. 他の実施例によるSIP管理サーバ110´を用いた通信システムの構成を示す図。The figure which shows the structure of the communication system using SIP management server 110 'by another Example. 他の実施例によるSIP管理サーバ110´を用いた通信システムにおける負荷管理テーブル1200の構成を示す図。The figure which shows the structure of the load management table 1200 in the communication system using SIP management server 110 'by another Example. SIP管理サーバ110´を用いた他の実施例におけるSIP端末間の通信におけるセッション確立のための動作例を示すシーケンス図。The sequence diagram which shows the operation example for the session establishment in communication between the SIP terminals in another Example using SIP management server 110 '.

符号の説明Explanation of symbols

2:SIPゲートウェイ 121〜123:SIPサーバ
131〜133:ロケーションサーバ 3:サブドメイン分配データベース
15:SIP端末 7:SIPロードバランサ
110、110´:SIP管理サーバ。
2: SIP gateway 121-123: SIP server 131-133: Location server 3: Subdomain distribution database 15: SIP terminal 7: SIP load balancer 110, 110 ': SIP management server.

Claims (11)

セッションイニシエーションプロトコル(SIPと略す)の手順に基づいてIPネットワークを介して接続されたSIP端末からの接続要求を処理するSIP制御装置において、該SIP端末からのSIPプロトコルパケットのヘッダ内容を参照し、該ヘッダの少なくとも一部の情報を基に、複数のSIPサーバのあるSIPサーバに該SIPプロトコルパケットを転送するための制御を行うゲートウェイと、該一部の情報を変更するための情報を登録するデータベースと、を有することを特徴とする複合セッション制御装置。 In a SIP control apparatus that processes a connection request from a SIP terminal connected via an IP network based on the procedure of a session initiation protocol (SIP), refer to the header content of the SIP protocol packet from the SIP terminal, Based on at least a part of the information in the header, a gateway that performs control for transferring the SIP protocol packet to a SIP server having a plurality of SIP servers, and information for changing the part of the information are registered. A combined session control device. SIPの手順に基づいてIPネットワークを介して接続されたSIP端末からの接続要求を処理するSIP制御装置であって、複数のSIPサーバと、該複数のSIPサーバのいずれかにSIP端末からのSIPプロトコルパケットを転送する機能を有し、該転送機能は該SIPプロトコルパケットの一部の情報をキーとして該複数のSIPサーバのいずれかを選択するためのアドレス情報を取得し、かつ該SIPプロトコルパケットの該一部の情報または他の部分の情報を書き換えるための情報を取得することを特徴とする複合セッション制御装置。 A SIP control apparatus for processing a connection request from a SIP terminal connected via an IP network based on a SIP procedure, wherein a plurality of SIP servers and a SIP from a SIP terminal are connected to one of the plurality of SIP servers. Having a function of transferring a protocol packet, wherein the transfer function acquires address information for selecting one of the plurality of SIP servers by using a part of information of the SIP protocol packet as a key, and the SIP protocol packet A composite session control apparatus characterized by acquiring information for rewriting the information of the part or the information of the other part. SIPの手順に基づいてIPネットワークを介して接続されたSIP端末からの接続要求を処理するSIP制御装置において、複数のSIPサーバと、該複数のSIPサーバのいずれかに該SIP端末からのSIPプロトコルパケットを転送する転送手段と、該複数のSIPサーバに転送したSIPプロトコルパケットが属するセッションIDと被転送SIPサーバとの対応関係を登録する記憶手段とを有し、
該転送手段から、該記憶手段の該対応関係を参照して、該複数のSIPサーバのいずれかを選択する制御を行うことを特徴とする複合セッション制御装置。
In a SIP control apparatus that processes a connection request from a SIP terminal connected via an IP network based on a SIP procedure, a plurality of SIP servers and a SIP protocol from the SIP terminal to any of the plurality of SIP servers Transfer means for transferring packets, and storage means for registering a correspondence relationship between a session ID to which a SIP protocol packet transferred to the plurality of SIP servers belongs and a transferred SIP server,
A composite session control apparatus, characterized in that the transfer means performs control to select one of the plurality of SIP servers with reference to the correspondence relationship of the storage means.
請求項3において、該SIPプロトコルパケットの該転送手段からロケーションサーバを参照することを特徴とする複合セッション制御装置。 4. The composite session control apparatus according to claim 3, wherein a location server is referred to from the transfer unit of the SIP protocol packet. 請求項2において、該SIPプロトコルパケットを転送する機能はSIPプロトコルパケットの一部を解析するリゾルバ機能、該アドレス情報を取得しかつ該SIPプロトコルパケットの該一部の情報または他の部分の情報を書き換えるための情報を取得するためのリダイレクタ、該アドレス情報を基に該SIPプロトコルパケットを転送するためのスイッチを有することを特徴とする複合セッション制御装置。 3. The function of transferring a SIP protocol packet according to claim 2, wherein the function of transferring the SIP protocol packet is a resolver function of analyzing a part of the SIP protocol packet, acquiring the address information and using the information of the part of the SIP protocol packet or the information of the other part. A composite session control apparatus comprising: a redirector for acquiring information for rewriting; and a switch for transferring the SIP protocol packet based on the address information. 請求項3において、該SIPプロトコルパケットを転送手段はSIPプロトコルパケットの一部を解析するリゾルバ機能と、該複合セッション制御サーバにおいて処理を行っている個々のSIPプロトコルセッションと該複数のSIPサーバの内で該SIP個々のSIPプロトコルセッションを分担するSIPサーバアドレスとの対応関係および該対応関係を基にSIPプロトコルパケットを転送する該SIPサーバを決定するリダイレクタと、該リダイレクタの決定に基づいて該SIPプロトコルパケットを該SIPサーバへ転送する機能とを有することを特徴とする複合セッション制御装置。 4. The SIP protocol packet transfer means according to claim 3, wherein a resolver function for analyzing a part of the SIP protocol packet, individual SIP protocol sessions being processed in the composite session control server, and the plurality of SIP servers The SIP server address sharing the SIP protocol session of each of the SIPs, the redirector that determines the SIP server that forwards the SIP protocol packet based on the correspondence, and the SIP protocol based on the determination of the redirector A composite session control device having a function of transferring a packet to the SIP server. 前記SIPサーバは、SIPプロキシにより構成され、
更に前記データベースは、SIP端末のユーザ名に対応付けて、SIPプロトコルパケットに含まれて送信されるURI,VURI,登録IPアドレス、及び収容SIPサーバのIPアドレスを登録することを特徴とする請求項1の複合セッション制御装置。
The SIP server is configured by a SIP proxy,
Further, the database registers a URI, a VURI, a registered IP address, and an IP address of an accommodation SIP server which are transmitted in a SIP protocol packet in association with a user name of a SIP terminal. 1 composite session controller.
SIPの手順に基づいてIPネットワークを介して接続されたSIP端末からの接続要求を処理するSIP制御方法において、
該SIP端末から送信されるSIPプロトコルパケットに含まれる送信先を指定するURIを抽出するステップと、
抽出された該URIに関して、データベースを参照して、該URIに仮想的に対応付けられたVURIを取得するステップと、
SIPプロトコルパケット中の該URIを、取得された該VURIに置き換えるステップと、
複数のSIPサーバから選択されたあるSIPサーバに、該VURIを含む該SIPプロトコルパケットを送信するステップと、
選択されたSIPサーバでは、受信したSIPプロトコルパケットに関するダイアログの処理を行い、ロケーションサーバでは、該SIP端末の位置情報の登録を行うステップと、
該VURIに関して、該データベースを参照して、該VURIに対応付けられたURIを取得するステップと、
SIPプロトコルパケット中の該VURIを、取得された該URIに置き換えるステップと、
作成された該SIPプロトコルパケットを宛先のSIP端末へ送信するステップと、を有することを特徴とするSIP制御方法。
In a SIP control method for processing a connection request from a SIP terminal connected via an IP network based on a SIP procedure,
Extracting a URI designating a transmission destination included in a SIP protocol packet transmitted from the SIP terminal;
With respect to the extracted URI, referring to a database, obtaining a VURI virtually associated with the URI;
Replacing the URI in a SIP protocol packet with the obtained VURI;
Transmitting the SIP protocol packet including the VURI to a SIP server selected from a plurality of SIP servers;
The selected SIP server performs a dialog process on the received SIP protocol packet, and the location server registers the location information of the SIP terminal;
With respect to the VURI, referring to the database, obtaining a URI associated with the VURI;
Replacing the VURI in a SIP protocol packet with the obtained URI;
And a step of transmitting the created SIP protocol packet to a destination SIP terminal.
前記VURIを取得するステップでは、該VURIを処理するSIPサーバのIPアドレスも併せて取得することを含み、
該IPアドレスに基づいて選択されたSIPサーバに対して該SIPプロトコルパケットを送信することを特徴とする請求項8のSIP制御方法。
The step of obtaining the VURI includes obtaining an IP address of an SIP server that processes the VURI,
9. The SIP control method according to claim 8, wherein the SIP protocol packet is transmitted to a SIP server selected based on the IP address.
前記データベースは、SIP端末のユーザ名に対応付けて、SIPプロトコルパケットに含まれて送信されるURI,VURI,登録IPアドレス、及び収容SIPサーバのIPアドレスを登録することを特徴とする請求項8又は9のSIP制御方法。 9. The database registers a URI, a VURI, a registered IP address, and an IP address of an accommodation SIP server that are transmitted in a SIP protocol packet in association with a user name of a SIP terminal. Or 9 SIP control method. 収容SIPサーバのIPアドレスに対応して、現在のセッション数及び負荷状態を管理するテーブルを参照して、負荷の低いIPアドレスを取得して、該IPアドレスに関連する該URIに関して該VURIを取得すると共に、該VURIを該URIに変換した後、該テーブルの負荷状態を更新することを特徴とする請求項9のSIP制御方法。 Corresponding to the IP address of the accommodated SIP server, refer to a table for managing the current number of sessions and load status, obtain an IP address with a low load, and obtain the VURI for the URI related to the IP address The SIP control method according to claim 9, wherein the load state of the table is updated after the VURI is converted to the URI.
JP2005120637A 2005-04-19 2005-04-19 Gateway device Expired - Fee Related JP4537250B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005120637A JP4537250B2 (en) 2005-04-19 2005-04-19 Gateway device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005120637A JP4537250B2 (en) 2005-04-19 2005-04-19 Gateway device

Publications (2)

Publication Number Publication Date
JP2006303754A true JP2006303754A (en) 2006-11-02
JP4537250B2 JP4537250B2 (en) 2010-09-01

Family

ID=37471538

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005120637A Expired - Fee Related JP4537250B2 (en) 2005-04-19 2005-04-19 Gateway device

Country Status (1)

Country Link
JP (1) JP4537250B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008199348A (en) * 2007-02-14 2008-08-28 Fujitsu Ltd Relay apparatus, relay program, and communication system
WO2009090898A1 (en) * 2008-01-15 2009-07-23 Nec Corporation Communication system, dhcp server, sip server, sip server selection method, and program
EP2200247A1 (en) * 2007-09-24 2010-06-23 ZTE Corporation A message processing method, apparatus and ip communication system based on the sip protocol
JP2010283700A (en) * 2009-06-05 2010-12-16 Nakayo Telecommun Inc Relay device and method of relaying call control message
JP2011066888A (en) * 2009-09-16 2011-03-31 Avaya Inc Network framework associating non-enterprise phone with enterprise user
JP2012160075A (en) * 2011-02-01 2012-08-23 Nippon Telegr & Teleph Corp <Ntt> Distribution processing device and distribution processing method
WO2013129207A1 (en) * 2012-03-02 2013-09-06 株式会社エヌ・ティ・ティ・ドコモ Mobile communication system, communication system, node, flow-control network, and communication-control method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003044403A (en) * 2001-07-31 2003-02-14 Fujitsu Ltd Information notice system, server and program for information notice management, and computer-readable recording medium where the program is recorded
JP2004158977A (en) * 2002-11-05 2004-06-03 Fujitsu Ltd Load distribution processing system
JP2004171572A (en) * 2002-11-21 2004-06-17 Docomo Communications Laboratories Usa Inc Method, system and server for distributing load among servers, and program
JP2004208230A (en) * 2002-12-26 2004-07-22 Matsushita Electric Ind Co Ltd Server, call control method, and telemarketing method
JP2005010941A (en) * 2003-06-17 2005-01-13 Ntt Docomo Inc Mail transfer system
JP2005012614A (en) * 2003-06-20 2005-01-13 Hitachi Communication Technologies Ltd Gateway device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003044403A (en) * 2001-07-31 2003-02-14 Fujitsu Ltd Information notice system, server and program for information notice management, and computer-readable recording medium where the program is recorded
JP2004158977A (en) * 2002-11-05 2004-06-03 Fujitsu Ltd Load distribution processing system
JP2004171572A (en) * 2002-11-21 2004-06-17 Docomo Communications Laboratories Usa Inc Method, system and server for distributing load among servers, and program
JP2004208230A (en) * 2002-12-26 2004-07-22 Matsushita Electric Ind Co Ltd Server, call control method, and telemarketing method
JP2005010941A (en) * 2003-06-17 2005-01-13 Ntt Docomo Inc Mail transfer system
JP2005012614A (en) * 2003-06-20 2005-01-13 Hitachi Communication Technologies Ltd Gateway device

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008199348A (en) * 2007-02-14 2008-08-28 Fujitsu Ltd Relay apparatus, relay program, and communication system
EP2200247A1 (en) * 2007-09-24 2010-06-23 ZTE Corporation A message processing method, apparatus and ip communication system based on the sip protocol
EP2200247A4 (en) * 2007-09-24 2014-01-01 Zte Corp A message processing method, apparatus and ip communication system based on the sip protocol
WO2009090898A1 (en) * 2008-01-15 2009-07-23 Nec Corporation Communication system, dhcp server, sip server, sip server selection method, and program
JP2010283700A (en) * 2009-06-05 2010-12-16 Nakayo Telecommun Inc Relay device and method of relaying call control message
JP2011066888A (en) * 2009-09-16 2011-03-31 Avaya Inc Network framework associating non-enterprise phone with enterprise user
JP2012160075A (en) * 2011-02-01 2012-08-23 Nippon Telegr & Teleph Corp <Ntt> Distribution processing device and distribution processing method
WO2013129207A1 (en) * 2012-03-02 2013-09-06 株式会社エヌ・ティ・ティ・ドコモ Mobile communication system, communication system, node, flow-control network, and communication-control method
JPWO2013129207A1 (en) * 2012-03-02 2015-07-30 株式会社Nttドコモ Mobile communication system, communication system, node, flow control network, and communication control method
US9521586B2 (en) 2012-03-02 2016-12-13 Ntt Docomo, Inc. Mobile communication system, communication system, node, flow-control network, and communication-control method

Also Published As

Publication number Publication date
JP4537250B2 (en) 2010-09-01

Similar Documents

Publication Publication Date Title
US8032583B2 (en) Apparatus and method for providing peer-to-peer proxy services in peer-to-peer communications
JP4537250B2 (en) Gateway device
JP4691187B2 (en) Session QoS control method and session QoS control device
US7330470B2 (en) Router and sip server
US8086709B2 (en) Method and apparatus for distributing load on application servers
US20040246991A1 (en) IP address translator and packet transfer apparatus
US8472454B2 (en) Relay-server arranged to carry out communications between communication terminals on different LANS
US20080195753A1 (en) Relay apparatus, recording medium containing relay program, and communication system
JP5051728B2 (en) Method and system for transmitting data between nodes connected to different IP environments by assigning a fake address
EP2005694A1 (en) A node
JP2004531110A (en) System and method for outsourcing the function of a SIP user agent to a proxy
JP5122647B2 (en) System and method for controlling SIP-based event notification with reference to subscriber preference
KR101328947B1 (en) Method for connecting call
KR100607993B1 (en) System and method for communication between heterogeneous networks
CN101355492B (en) Routing method and system for access protocol of simple objects as well as relevant equipment
JPWO2006093221A1 (en) Transmission control apparatus and method
US8230074B2 (en) System and method for reducing required memory usage between communication servers
JP5941434B2 (en) Cluster system of session border controller, cluster system of application server, and SIP dialog generation method thereof
JP5154313B2 (en) SIP message distribution method and SIP message distribution apparatus
US20050144326A1 (en) Compartment handling for signaling compression
KR20100090089A (en) Method for transmitting and receiving session history in communication system
JP2006309777A (en) Load distribution system
KR100650978B1 (en) Home network device, Home network terminal and its method for providing function of updating location information according to change of dynamic address
JP2012099961A (en) Gateway device, and method for establishing sip response route
JP3920791B2 (en) Call connection relay system, call connection relay device and program thereof, call connection request information conversion device and program thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071023

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20071023

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091014

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091027

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091225

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100601

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100617

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130625

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees