JP2007004361A - Load distribution device - Google Patents

Load distribution device Download PDF

Info

Publication number
JP2007004361A
JP2007004361A JP2005181994A JP2005181994A JP2007004361A JP 2007004361 A JP2007004361 A JP 2007004361A JP 2005181994 A JP2005181994 A JP 2005181994A JP 2005181994 A JP2005181994 A JP 2005181994A JP 2007004361 A JP2007004361 A JP 2007004361A
Authority
JP
Japan
Prior art keywords
sip
load
server
registration request
session
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.)
Withdrawn
Application number
JP2005181994A
Other languages
Japanese (ja)
Inventor
Shunji Imai
俊二 今井
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2005181994A priority Critical patent/JP2007004361A/en
Publication of JP2007004361A publication Critical patent/JP2007004361A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a load distribution device capable of changing a transfer destination according to a load in an SIP server for increasing precision of load distribution in a VoIP system based on an SIP. <P>SOLUTION: In this load distribution device 5, a plurality of SIP terminals 1 and 2 and a plurality of SIP servers 3 and 4 are connected mutually via a network. The load distribution device 5 is constructed of a registration request identification part 51 identifying a registration request to the SIP servers, a registration request duplication part 52 duplicating the registration request from the identified SIP terminal, a distribution control part 54 transmitting the duplicated registration requests to all the SIP servers, a distribution information management part 53 managing priority connection server information of the SIP terminals, and an SIP server load monitoring part 55 monitoring a load in each of the SIP servers. The distribution control part 53 transfers a session from the SIP terminal to a priority connection server when the priority connection server matching the calling SIP terminal is in a low load condition. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

この発明は、複数のSIP(Session Initiation Protocol)サーバを設置したVoIP(Voice over Internet Protocol)システムでの負荷分散を行う負荷分散装置に関するものである。   The present invention relates to a load distribution apparatus that performs load distribution in a VoIP (Voice over Internet Protocol) system in which a plurality of SIP (Session Initiation Protocol) servers are installed.

SIPは、VoIP技術を使ったIP電話で、通話相手を検索する、呼び出すなどの通話開始を制御する(呼制御と呼ぶ)ためのプロトコルである。SIPを使ったIP電話を使う場合、通信事業者やユーザ企業のIPネットワーク上に設置してあるSIPサーバに、各ユーザの電話番号、IPアドレス、ホスト名などをあらかじめ登録しておく。IP電話機から電話をかけると、SIPサーバは、ユーザが指定した電話番号から相手先のIPアドレスを検索して接続する。
この発明は、このようなSIPサーバの負荷を分散する負荷分散装置についてのものである。
SIP is a protocol for controlling the start of a call (referred to as call control) such as searching for or calling a call partner in an IP phone using VoIP technology. When using an IP phone using SIP, the telephone number, IP address, host name, etc. of each user are registered in advance in a SIP server installed on the IP network of the carrier or user company. When a call is made from an IP telephone, the SIP server searches for a destination IP address from the telephone number designated by the user and connects.
The present invention relates to a load balancer that distributes the load of such a SIP server.

従来、複数サーバに対して負荷分散を行う場合には、VLAN(Virtual LAN)ごとにサーバに振り分けるなど、ネットワークレベルでの負荷分散方式、またはIPアドレス等による端末レベルでの負荷分散方式を用いていた。
VLANによる負荷分散方式では、複数の端末と複数のサーバは、VLAN#1、VLAN#2に割り振られ、負荷分散装置は、VLAN#1に割り振られた端末からのセッションは、同じVLAN#1のサーバへ、VLAN#2に割り振られた端末からのセッションは、同じVLAN#2のサーバへ転送することにより負荷分散を行なっていた。
特許文献1には、VLANのサーバの負荷状態により、異なるVLANのサーバに負荷を振り分けるように、パケットのアドレスを変更するものが示されている。
IPアドレスによる負荷分散方式では、2台の端末は、IPアドレス#1、IPアドレス#2が割り振られており、負荷分散装置は、IPアドレス#1の端末からのセッションは、一つのサーバへ、IPアドレス#2の端末からのセッションは、別のサーバへ転送するようにIPアドレス毎にサーバを振り分けることにより負荷分散を行なっていた。
Conventionally, when load distribution is performed for a plurality of servers, a load distribution method at a network level, such as distribution to a server for each VLAN (Virtual LAN), or a load distribution method at a terminal level by an IP address or the like has been used. It was.
In the VLAN load distribution method, a plurality of terminals and a plurality of servers are allocated to VLAN # 1 and VLAN # 2, and the load distribution apparatus uses the same VLAN # 1 for sessions from the terminals allocated to VLAN # 1. The session from the terminal assigned to the VLAN # 2 to the server is distributed to the server of the same VLAN # 2, thereby distributing the load.
Japanese Patent Application Laid-Open No. 2004-151561 discloses a technique for changing a packet address so that a load is distributed to different VLAN servers depending on the load state of the VLAN server.
In the load distribution method using IP addresses, two terminals are assigned IP address # 1 and IP address # 2, and the load distribution apparatus transmits a session from a terminal with IP address # 1 to one server. The session from the terminal with the IP address # 2 distributes the load by distributing the server for each IP address so that the session is transferred to another server.

特開2003−234752号公報(第4〜6頁、図4)Japanese Patent Laying-Open No. 2003-234552 (pages 4-6, FIG. 4)

従来の負荷分散方法は、VLANまたはIPアドレス毎にサーバを振り分け、ネットワークレベルまたは端末レベルでの負荷分散を実施するように構成されているが、これをVoIPシステムに適用する場合、端末はSIP端末、サーバはSIPサーバで構成され、サービスの性格上、SIPサーバの処理性能に比べ、収用されるSIP端末が多いため、端末単位の負荷分散では実トラヒックの偏りが発生し、特定のSIPサーバのみに負荷が集中することがあるという問題があった。
特許文献1のものでは、負荷状態に応じてVLAN毎に負荷分散を行うものであるが、多数のSIP端末からの負荷を振り分けるものではなかった。
また、SIPプロトコルでは、SIP端末の起動時に登録要求によりSIPサーバに登録しておく必要があるため、SIPサーバの負荷を監視して転送先を変更することができず、負荷分散の精度を上げることができないという問題があった。
The conventional load distribution method is configured to distribute servers at each VLAN or IP address and implement load distribution at a network level or a terminal level. When this is applied to a VoIP system, a terminal is a SIP terminal. The server is composed of SIP servers, and because of the nature of the service, there are many SIP terminals that are taken compared to the processing performance of the SIP server. Therefore, actual traffic is biased in load distribution on a terminal basis, and only specific SIP servers are used. There was a problem that the load might be concentrated.
In Patent Document 1, load distribution is performed for each VLAN according to a load state, but loads from a large number of SIP terminals are not distributed.
In addition, in the SIP protocol, it is necessary to register with the SIP server by a registration request when the SIP terminal is activated. Therefore, it is not possible to change the transfer destination by monitoring the load of the SIP server, and increase the accuracy of load distribution. There was a problem that I could not.

この発明は、上記のような課題を解決するためになされたものであり、SIPによるVoIPシステムにおいて、SIPサーバの負荷により転送先の変更を可能とし、負荷分散の精度を上げることができる負荷分散装置を得ることを目的としている。   The present invention has been made in order to solve the above-described problems, and in a SIP VoIP system, the load distribution can change the transfer destination by the load of the SIP server and can improve the accuracy of load distribution. The purpose is to obtain a device.

この発明に係わる負荷分散装置においては、複数のSIPサーバとネットワークを介して接続された複数のSIP端末のいずれかからの複数のSIPサーバへの登録要求を識別する登録要求識別部、この登録要求識別部により識別されたSIP端末からの登録要求を複製する登録要求複製部、この登録要求複製部により複製された登録要求を全てのSIPサーバに送信する振り分け制御部、及び各SIPサーバの負荷を監視するSIPサーバ負荷監視部を備え、振り分け制御部は、SIP端末からのセッションを、SIPサーバ負荷監視部の監視により低負荷が確認されたSIPサーバに転送するものである。   In the load distribution apparatus according to the present invention, a registration request identifying unit for identifying a registration request to a plurality of SIP servers from any of a plurality of SIP terminals connected to the plurality of SIP servers via a network, the registration request A registration request duplicating unit that duplicates a registration request from the SIP terminal identified by the identifying unit, a distribution control unit that sends the registration request duplicated by this registration request duplicating unit to all SIP servers, and the load on each SIP server The SIP server load monitoring unit for monitoring is provided, and the distribution control unit transfers a session from the SIP terminal to a SIP server whose low load is confirmed by the monitoring of the SIP server load monitoring unit.

この発明は、以上説明したように、複数のSIPサーバとネットワークを介して接続された複数のSIP端末のいずれかからの複数のSIPサーバへの登録要求を識別する登録要求識別部、この登録要求識別部により識別されたSIP端末からの登録要求を複製する登録要求複製部、この登録要求複製部により複製された登録要求を全てのSIPサーバに送信する振り分け制御部、及び各SIPサーバの負荷を監視するSIPサーバ負荷監視部を備え、振り分け制御部は、SIP端末からのセッションを、SIPサーバ負荷監視部の監視により低負荷が確認されたSIPサーバに転送するので、全てのSIPサーバに同じSIP端末を登録し、SIPサーバの負荷状態に応じて転送先の変更を可能とし、SIPサーバの処理能力の限界による呼損率が低減される。   As described above, the present invention provides a registration request identifying unit for identifying registration requests to a plurality of SIP servers from any of a plurality of SIP terminals connected to a plurality of SIP servers via a network, and the registration request. A registration request duplicating unit that duplicates a registration request from the SIP terminal identified by the identifying unit, a distribution control unit that sends the registration request duplicated by this registration request duplicating unit to all SIP servers, and the load on each SIP server The SIP server load monitoring unit for monitoring is provided, and the distribution control unit transfers the session from the SIP terminal to the SIP server whose low load is confirmed by the monitoring of the SIP server load monitoring unit. Register the terminal and change the transfer destination according to the load status of the SIP server, and limit the processing capacity of the SIP server. Loss rate is reduced.

実施の形態1.
以下、この発明の実施の形態を図1に従って説明する。
図1は、この発明の実施の形態1による負荷分散装置を示すブロック図である。
図1において、負荷分散装置5は、ネットワーク経由でSIP端末1、SIP端末2、SIPサーバ3及びSIPサーバ4と接続されている。負荷分散装置5は、SIP端末からの登録要求を識別する登録要求識別部51と、登録要求識別部51により識別された登録要求を複製し、複数のSIPサーバ宛ての登録要求フレームを生成する登録要求複製部52と、登録要求複製部52により生成された登録要求フレームを複数のSIPサーバに転送する振り分け制御部54と、ネットワーク単位や端末単位で、各SIP端末からの発呼を優先接続するSIPサーバ情報である優先接続サーバ情報を管理する振り分け情報管理部53と、各SIPサーバの負荷を監視するSIPサーバ負荷監視部55とにより構成されている。
Embodiment 1 FIG.
Hereinafter, an embodiment of the present invention will be described with reference to FIG.
FIG. 1 is a block diagram showing a load distribution apparatus according to Embodiment 1 of the present invention.
In FIG. 1, a load distribution apparatus 5 is connected to a SIP terminal 1, a SIP terminal 2, a SIP server 3, and a SIP server 4 via a network. The load distribution device 5 duplicates the registration request identification unit 51 for identifying the registration request from the SIP terminal and the registration request identified by the registration request identification unit 51, and generates registration request frames addressed to a plurality of SIP servers. The request duplication unit 52, the distribution control unit 54 for transferring the registration request frame generated by the registration request duplication unit 52 to a plurality of SIP servers, and the call connection from each SIP terminal are preferentially connected in units of networks or terminals. The distribution information management unit 53 manages priority connection server information, which is SIP server information, and a SIP server load monitoring unit 55 that monitors the load of each SIP server.

次に、動作について説明する。
SIP端末1が、起動時にSIPサーバ3への登録要求を行なう設定となっているとき、SIP端末1により送信された登録要求フレームは、負荷分散装置5へ入力され、負荷分散装置5の登録要求識別部51で識別され、登録要求複製部52へ入力される。登録要求複製部52は、この入力された登録要求フレームを複製し、SIPサーバ3宛てとSIPサーバ4宛ての登録要求フレームを生成する。登録要求複製部52で生成した登録要求フレームは、振り分け制御部54へ入力され、各々SIPサーバ3及びSIPサーバ4へ転送される。
登録要求フレームを受信したSIPサーバ3、SIPサーバ4は、どちらもSIP端末1を登録する。
Next, the operation will be described.
When the SIP terminal 1 is set to make a registration request to the SIP server 3 at the time of activation, the registration request frame transmitted by the SIP terminal 1 is input to the load balancer 5 and the registration request of the load balancer 5 It is identified by the identifying unit 51 and input to the registration request duplicating unit 52. The registration request duplication unit 52 duplicates the input registration request frame, and generates registration request frames addressed to the SIP server 3 and the SIP server 4. The registration request frame generated by the registration request duplication unit 52 is input to the distribution control unit 54 and transferred to the SIP server 3 and the SIP server 4 respectively.
The SIP server 3 and SIP server 4 that have received the registration request frame both register the SIP terminal 1.

その後、SIP端末1が発呼したとき、シグナリングフレームを受信した負荷分散装置5は、ネットワーク単位や端末単位で、各SIP端末の優先接続サーバ情報を管理する振り分け情報管理部53で、例えばSIP端末1の優先接続サーバがSIPサーバ3となっているとき、SIPサーバ負荷監視部55によりSIPサーバ3の負荷率が低い場合、SIPサーバ3へ転送し、SIPサーバ3の負荷率が高い場合、SIPサーバ4へ転送するように振り分け制御部54に通知し、振り分け制御部54は、通知されたSIPサーバへSIP端末1からのセッションを転送し、SIPサーバへの負荷の振り分けを行う。
SIPサーバ4にも、SIP端末1の登録は、完了しているため、SIPサーバ4によるセッションの確立が可能となる。
なお、SIPサーバ負荷監視部55は、SIPサーバの負荷率を、SIPサーバのCPU使用率等をSNMP(Simple Network Management Protocol)等により検出する。
また、ハートビートパケット等により、SIPサーバ3の故障を検出した場合、全てのパケットをSIPサーバ4へ転送する等、装置冗長化構成を取ることが可能となる。
Thereafter, when the SIP terminal 1 makes a call, the load distribution device 5 that has received the signaling frame is a distribution information management unit 53 that manages the priority connection server information of each SIP terminal in units of networks or terminals. For example, the SIP terminal When the SIP server 3 is the first priority connection server, the SIP server load monitoring unit 55 transfers the SIP server 3 to the SIP server 3 when the load factor is low, and the SIP server 3 has the high load factor. The distribution control unit 54 is notified to transfer to the server 4, and the distribution control unit 54 transfers the session from the SIP terminal 1 to the notified SIP server, and distributes the load to the SIP server.
Since the registration of the SIP terminal 1 has been completed in the SIP server 4 as well, a session can be established by the SIP server 4.
The SIP server load monitoring unit 55 detects the load rate of the SIP server, the CPU usage rate of the SIP server, and the like by SNMP (Simple Network Management Protocol).
Further, when a failure of the SIP server 3 is detected by a heartbeat packet or the like, it is possible to adopt a device redundancy configuration such as transferring all packets to the SIP server 4.

実施の形態1によれば、SIP端末からの登録要求フレームを複製し、全てのSIPサーバに対して登録要求フレームを送信することにより、全てのSIPサーバに同じSIP端末を登録し、SIPサーバの負荷状態に応じた転送先の変更を可能とすることで、負荷分散の精度向上を行い、SIPサーバの処理能力の限界による呼損率が低減される。
また、全SIPサーバに同一SIP端末を登録することにより、SIPサーバに機能を追加することなく、SIPサーバの冗長化が実現可能となる。
According to Embodiment 1, by duplicating a registration request frame from a SIP terminal and transmitting the registration request frame to all SIP servers, the same SIP terminal is registered in all SIP servers, and the SIP server By making it possible to change the transfer destination according to the load state, the accuracy of load distribution is improved, and the call loss rate due to the limit of the processing capacity of the SIP server is reduced.
In addition, by registering the same SIP terminal in all SIP servers, it is possible to realize SIP server redundancy without adding a function to the SIP server.

実施の形態2.
実施の形態1では、ネットワーク単位または端末単位で、優先転送先のSIPサーバを決めたが、SIPの主な使用目的はIP電話であるため、そのサービスの性格上、SIPサーバの処理性能と比較して、膨大な数のSIP端末を収用するため、ネットワーク単位や端末単位の負荷分散処理では、特定のサーバに負荷が偏る可能性がある。
そこで、実施の形態2では、セッション単位での負荷分散処理を行なうことにより、負荷分散の精度向上を図る。
Embodiment 2. FIG.
In the first embodiment, the SIP server as the preferential transfer destination is determined for each network or each terminal. However, since the main use purpose of the SIP is an IP phone, it is compared with the processing performance of the SIP server because of the nature of the service. Since a huge number of SIP terminals are taken, load may be biased to a specific server in load distribution processing in units of networks or terminals.
Thus, in the second embodiment, load distribution accuracy is improved by performing load distribution processing in units of sessions.

図2は、この発明の実施の形態2による負荷分散装置を示すブロック図である。
図2において、1〜5、51、52、54、55は図1におけるものと同一のものである。図2では、負荷分散装置5は、各SIPサーバ毎に接続中のセッション数をカウントする接続セッションカウンタ56を持っている。
FIG. 2 is a block diagram showing a load distribution apparatus according to Embodiment 2 of the present invention.
2, 1 to 5, 51, 52, 54, and 55 are the same as those in FIG. In FIG. 2, the load balancer 5 has a connection session counter 56 that counts the number of sessions being connected for each SIP server.

以下、図2に従い、動作を説明する。
各SIP端末の起動時に、全SIPサーバへ登録する動作は、実施の形態1と同様である。
その後、SIP端末からの発呼があった場合、負荷制御装置5のSIPサーバ負荷監視部55は、セッション開始フレーム(INVITE)を検出したら、各SIPサーバ用の接続セッションカウンタ56のカウント値を比較し、最も小さいカウント値を持つ接続セッションカウンタ56をカウントアップし、このカウントアップした接続セッションカウンタ56に対応するSIPサーバを振り分け制御部54へ通知する。振り分け制御部54は、セッション切断フレーム(BYE)を受信するまで、通知されたSIPサーバへ転送した後、接続セッションカウンタ56をカウントダウンする。
つまり、SIPのセッションの開始フレーム(INVITE)と切断フレーム(BYE)をモニタし、セッション単位で、接続セッションカウンタ56のカウント値の最も小さいSIPサーバを転送先とする。
The operation will be described below with reference to FIG.
The operation of registering in all SIP servers when starting up each SIP terminal is the same as in the first embodiment.
Thereafter, when there is a call from the SIP terminal, when detecting the session start frame (INVITE), the SIP server load monitoring unit 55 of the load control device 5 compares the count value of the connection session counter 56 for each SIP server. Then, the connection session counter 56 having the smallest count value is counted up, and the SIP server corresponding to the counted up connection session counter 56 is notified to the distribution control unit 54. The distribution control unit 54 counts down the connection session counter 56 after transferring the notified session to the SIP server until a session disconnection frame (BYE) is received.
That is, the SIP session start frame (INVITE) and disconnection frame (BYE) are monitored, and the SIP server with the smallest count value of the connection session counter 56 is set as the transfer destination for each session.

なお、各接続セッションカウンタ56のカウント値が等しい場合は、ラウンドロビンで、そのセッションの転送SIPサーバを選択する。   When the count values of the connection session counters 56 are equal, the transfer SIP server for the session is selected in round robin.

実施の形態2によれば、SIPのセッションの開始フレーム(INVITE)と切断フレーム(BYE)をモニタし、セッション単位に転送先のSIPサーバを変更することにより、多数のSIP端末を収用した場合の負荷分散の精度向上を図ることができる。   According to the second embodiment, when a SIP session start frame (INVITE) and a disconnect frame (BYE) are monitored and the transfer destination SIP server is changed for each session, a large number of SIP terminals are expropriated. The accuracy of load distribution can be improved.

この発明の実施の形態1による負荷分散装置を示すブロック図である。It is a block diagram which shows the load distribution apparatus by Embodiment 1 of this invention. この発明の実施の形態2による負荷分散装置を示すブロック図である。It is a block diagram which shows the load distribution apparatus by Embodiment 2 of this invention.

符号の説明Explanation of symbols

1 SIP端末、2 SIP端末、3 SIPサーバ、4 SIPサーバ、
5 負荷分散装置、51 登録要求識別部、52 登録要求複製部、
53 振り分け情報管理部、54 振り分け制御部、
55 SIPサーバ負荷監視部、56 接続セッションカウンタ。
1 SIP terminal, 2 SIP terminal, 3 SIP server, 4 SIP server,
5 load distribution device, 51 registration request identifying unit, 52 registration request duplicating unit,
53 distribution information management unit, 54 distribution control unit,
55 SIP server load monitoring unit, 56 connection session counter.

Claims (3)

複数のSIPサーバとネットワークを介して接続された複数のSIP端末のいずれかからの上記複数のSIPサーバへの登録要求を識別する登録要求識別部、この登録要求識別部により識別されたSIP端末からの登録要求を複製する登録要求複製部、この登録要求複製部により複製された登録要求を全ての上記SIPサーバに送信する振り分け制御部、及び上記各SIPサーバの負荷を監視するSIPサーバ負荷監視部を備え、上記振り分け制御部は、上記SIP端末からのセッションを、上記SIPサーバ負荷監視部の監視により低負荷が確認されたSIPサーバに転送することを特徴とする負荷分散装置。   A registration request identifying unit for identifying a registration request to the plurality of SIP servers from any of the plurality of SIP terminals connected to the plurality of SIP servers via the network, from the SIP terminal identified by the registration request identifying unit Registration request duplicating unit for duplicating the registration request of the server, a distribution control unit for sending the registration request duplicated by the registration request duplicating unit to all the SIP servers, and a SIP server load monitoring unit for monitoring the load of each SIP server The distribution control unit transfers the session from the SIP terminal to a SIP server whose low load is confirmed by monitoring of the SIP server load monitoring unit. 上記SIP端末からのセッションを優先接続するSIPサーバを取り決めた優先接続サーバ情報を管理する振り分け情報管理部を備え、上記振り分け情報管理部は、上記SIP端末からのセッションに基き、このSIP端末に対応する優先接続サーバが上記SIPサーバ負荷監視部の監視により低負荷であるとき、上記優先接続サーバを上記振り分け制御部に通知すると共に、上記振り分け制御部は、上記振り分け情報管理部から通知された上記優先接続サーバに上記SIP端末からのセッションを転送することを特徴とする請求項1記載の負荷分散装置。   A distribution information management unit that manages preferential connection server information in which a SIP server that preferentially connects a session from the SIP terminal is determined, and the distribution information management unit corresponds to the SIP terminal based on the session from the SIP terminal; When the prioritized connection server has a low load as monitored by the SIP server load monitoring unit, the prioritized connection server is notified to the distribution control unit, and the distribution control unit is notified from the distribution information management unit 2. The load distribution apparatus according to claim 1, wherein a session from the SIP terminal is transferred to a priority connection server. 上記SIPサーバ毎に接続中のセッションの数をカウントする複数の接続セッションカウンタを備え、上記SIPサーバ負荷監視部は、上記SIP端末からのセッションに基き、上記複数の接続セッションカウンタのカウント値が最小の上記接続セッションカウンタに対応する上記SIPサーバを上記振り分け制御部に通知すると共に、上記振り分け制御部は、上記SIPサーバ負荷監視部から通知されたSIPサーバへ上記SIP端末からのセッションを転送することを特徴とする請求項1記載の負荷分散装置。   A plurality of connection session counters that count the number of sessions that are connected to each SIP server, wherein the SIP server load monitoring unit has a minimum count value of the plurality of connection session counters based on a session from the SIP terminal; The SIP server corresponding to the connection session counter is notified to the distribution control unit, and the distribution control unit transfers the session from the SIP terminal to the SIP server notified from the SIP server load monitoring unit. The load distribution apparatus according to claim 1.
JP2005181994A 2005-06-22 2005-06-22 Load distribution device Withdrawn JP2007004361A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005181994A JP2007004361A (en) 2005-06-22 2005-06-22 Load distribution device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005181994A JP2007004361A (en) 2005-06-22 2005-06-22 Load distribution device

Publications (1)

Publication Number Publication Date
JP2007004361A true JP2007004361A (en) 2007-01-11

Family

ID=37689946

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005181994A Withdrawn JP2007004361A (en) 2005-06-22 2005-06-22 Load distribution device

Country Status (1)

Country Link
JP (1) JP2007004361A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009015485A (en) * 2007-07-03 2009-01-22 Kddi R & D Laboratories Inc Load distribution server and program for distributed management of load of presence information
WO2009090898A1 (en) * 2008-01-15 2009-07-23 Nec Corporation Communication system, dhcp server, sip server, sip server selection method, and program
JP2009218903A (en) * 2008-03-11 2009-09-24 Nec Corp Speech system, distributed control device, voice packet relaying apparatus and control method thereof, voice packet relaying method and program
JP2009239550A (en) * 2008-03-26 2009-10-15 Nec Corp CONGESTION CONTROL SYSTEM, METHOD, AND PROGRAM OF VoIP NETWORK
JP2010074824A (en) * 2008-09-16 2010-04-02 Avaya Inc Method of registering endpoint with sliding window of controllers in list of controllers of survivable network
WO2010050311A1 (en) 2008-10-28 2010-05-06 日本電気株式会社 Authentication server
WO2012077773A1 (en) * 2010-12-10 2012-06-14 パナソニック株式会社 Communication management device
US8296447B2 (en) 2008-03-24 2012-10-23 Fujitsu Limited Method for copying session information, call control server for executing the same, and computer product
WO2013172486A1 (en) * 2012-05-18 2013-11-21 Ricoh Company, Limited Relay device selection device, transmission system, and program for relay device selection device
JP2015177489A (en) * 2014-03-18 2015-10-05 日本電気株式会社 Information communication control system, information communication control method, and copying device in the information communication control system

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009015485A (en) * 2007-07-03 2009-01-22 Kddi R & D Laboratories Inc Load distribution server and program for distributed management of load of presence information
WO2009090898A1 (en) * 2008-01-15 2009-07-23 Nec Corporation Communication system, dhcp server, sip server, sip server selection method, and program
JP2009171104A (en) * 2008-01-15 2009-07-30 Nec Corp Communication system, dhcp server, sip server, selection method of sip server and program
JP2009218903A (en) * 2008-03-11 2009-09-24 Nec Corp Speech system, distributed control device, voice packet relaying apparatus and control method thereof, voice packet relaying method and program
US8296447B2 (en) 2008-03-24 2012-10-23 Fujitsu Limited Method for copying session information, call control server for executing the same, and computer product
JP2009239550A (en) * 2008-03-26 2009-10-15 Nec Corp CONGESTION CONTROL SYSTEM, METHOD, AND PROGRAM OF VoIP NETWORK
US8527656B2 (en) 2008-03-26 2013-09-03 Avaya Inc. Registering an endpoint with a sliding window of controllers in a list of controllers of a survivable network
JP2010074824A (en) * 2008-09-16 2010-04-02 Avaya Inc Method of registering endpoint with sliding window of controllers in list of controllers of survivable network
WO2010050311A1 (en) 2008-10-28 2010-05-06 日本電気株式会社 Authentication server
EP2337385A1 (en) * 2008-10-28 2011-06-22 NEC Corporation Authentication server
JP4577531B2 (en) * 2008-10-28 2010-11-10 日本電気株式会社 Authentication server, communication system, connection device allocation method and program
US8875238B2 (en) 2008-10-28 2014-10-28 Nec Corporation Authentication servers
JP2010109430A (en) * 2008-10-28 2010-05-13 Nec Corp Authentication server, communication system, method of assigning connection device, and program
EP2337385A4 (en) * 2008-10-28 2014-09-17 Nec Corp Authentication server
WO2012077773A1 (en) * 2010-12-10 2012-06-14 パナソニック株式会社 Communication management device
JP2012124863A (en) * 2010-12-10 2012-06-28 Panasonic Corp Communication management device
JP2013243467A (en) * 2012-05-18 2013-12-05 Ricoh Co Ltd Relay device selecting device, transmission system, and program for relay device selecting device
WO2013172486A1 (en) * 2012-05-18 2013-11-21 Ricoh Company, Limited Relay device selection device, transmission system, and program for relay device selection device
US9438971B2 (en) 2012-05-18 2016-09-06 Ricoh Company, Limited Relay device selection device, transmission system, and program for relay device selection device
JP2015177489A (en) * 2014-03-18 2015-10-05 日本電気株式会社 Information communication control system, information communication control method, and copying device in the information communication control system

Similar Documents

Publication Publication Date Title
JP2007004361A (en) Load distribution device
US9178919B2 (en) Disaster recovery with a central conferencing routing server
EP2501119B1 (en) A gateway for the survivability of an enterprise network using sip
US7742421B2 (en) Systems, methods, and computer program products for distributing application or higher layer communications network signaling entity operational status information among session initiation protocol (SIP) entities
EP1763204B1 (en) System and method for redundant switches taking into account learning bridge functionality
US8374079B2 (en) Proxy server, communication system, communication method and program
US20020184376A1 (en) Scalable, reliable session initiation protocol (SIP) signaling routing node
US20080056234A1 (en) Methods, systems, and computer program products for inhibiting message traffic to an unavailable terminating SIP server
US20060235980A1 (en) Enabling VoIP Calls to be Initiated When a Call Server is Unavailable
EP2096794B1 (en) Monitoring method, device and system
US8189764B2 (en) Server for transferring a communication message
JP2010200029A (en) Communication network system, call control apparatus therefor and call origination regulating method
KR100788631B1 (en) Resource pooling in an internet protocol-based communication system
JP4329747B2 (en) VoIP server, redundant system of VoIP server, and maintenance method thereof
CN110601989A (en) Network traffic balancing method and device
CA2860509A1 (en) Central conferencing routing server
WO2015158058A1 (en) Method and system for implementing call saving and recovery
JP2009055342A (en) Media gateway system compatible with sip
JP5587249B2 (en) Information management method, congestion control method, and congestion control apparatus
JP2011082868A (en) Call relief system, call relief server, and call relief program for call relief server
WO2013170837A2 (en) Inter-attendant cross-blade-server calling method and system

Legal Events

Date Code Title Description
A621 Written request for application examination

Effective date: 20080321

Free format text: JAPANESE INTERMEDIATE CODE: A621

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20090727