JP2007060716A - Address conversion apparatus, and method and apparatus for message processing - Google Patents

Address conversion apparatus, and method and apparatus for message processing Download PDF

Info

Publication number
JP2007060716A
JP2007060716A JP2006298414A JP2006298414A JP2007060716A JP 2007060716 A JP2007060716 A JP 2007060716A JP 2006298414 A JP2006298414 A JP 2006298414A JP 2006298414 A JP2006298414 A JP 2006298414A JP 2007060716 A JP2007060716 A JP 2007060716A
Authority
JP
Japan
Prior art keywords
address
sip
conversion
protocol
information
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
JP2006298414A
Other languages
Japanese (ja)
Other versions
JP3928662B2 (en
Inventor
Sachiko Takeda
幸子 武田
Hidenori Inai
秀則 井内
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 JP2006298414A priority Critical patent/JP3928662B2/en
Publication of JP2007060716A publication Critical patent/JP2007060716A/en
Application granted granted Critical
Publication of JP3928662B2 publication Critical patent/JP3928662B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To solve problems, wherein since address converters do not convert addresses within SIP messages, SIP communication cannot be performed among different areas. <P>SOLUTION: The address converter 1 has SIP message detection functions, and when detecting a SIP message, the address converter 1 transmits the SIP message to a SIP address converter 2. The SIP address converter 2 extracts a conversion target address and then inquires it to the address converter 1. The SIP address converter 2 converts an IP address contained in the SIP message using conversion information of the address converter 1. Thereby, SIP communications between terminals that belong to different areas can be performed through linkage of the address converter 1 and the SIP address converter 2. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、同じプロトコルに従う網、あるいは、異なるプロトコルに従う網を相
互接続する方式に関する。
The present invention relates to a system for interconnecting networks according to the same protocol or networks according to different protocols.

インターネットをはじめとするIP(Internet Protocol)網が急速に発展している
。インターネット利用者の急増に伴い、通信網におけるデータ通信の割合が増加
している。通信事業者はIPベースの次世代通信網を構築し、データ通信と音声通
信の融合を検討している。
VoIP(Voice over IP)はIP網上で音声情報を送信する技術である。VoIPは、まず
通信装置間に仮想的な通話路(セッション)を設定する。IPパケット化された音
声データは,設定した通信路上で転送される。通信装置間のセッション確立、維
持、切断を制御するため、セッション制御プロトコルが要求される。
IETF (Internet Engineering Task Force)は、IPマルチメディア通信のセッシ
ョン確立および終了を行うため、SIP(Session Initiation Protocol) (IETF RFC
2543)を仕様化した。SIPは機能の拡張性が高いため、VoIPのセッション制御プロ
トコルとして注目されている。
SIPはTCP (Transmission Control Protocol)やUDP (User Datagram Protocol)な
どのトランスポートメカニズムを利用するアプリケーションプロトコルである。
SIPはテキストベースのプロトコルであり、要求または応答を搬送するヘッダ部
とセッションの内容を記述するメッセージボディから構成される。SIPのセッシ
ョン記述には、例えばSDP(Session Description Protocol)(IETF RFC2327)が適
用される。
SIPはクライアント・サーバモデルのアーキテクチャを採用している。発信クラ
イアントは、着信クライアントの代理(SIPサーバ)宛にSIP要求を送信する。SI
Pサーバは、DNS(Domain Name System)などを用いて通信先のアドレス解決を行い
、端末間のセッションを確立する。
SIPサーバは、その役割によりProxyモードとRedirectモードとがある。Proxyモ
ードは、発信クライアントと着信クライアント間のセッション確立要求をProxy
Serverが仲介する方法である。Redirectモードは、発信クライアントがSIP Redi
rectサーバから得た着信先の情報を利用して、着信クライアントに直接接続する
方法である。
以下、ProxyモードのSIPサーバを用いたSIP接続手順を説明する。IP網の端末x
がIP網の端末yとSIPを用いて音声通信をはじめる場合、端末xがSIPサーバに対
して呼設定要求(INVITE)を送信する。SIPサーバは端末yの位置情報を特定して
呼設定要求を送信する。端末yは呼の受け付けを示す応答を送信する。この応答
は、呼設定要求が通過したSIPサーバを経由して端末xに送信される。端末xが
端末yにACK要求を送信することにより応答の受信を確認する。ACK要求はSIPサ
ーバによって転送されるか、あるいは、端末yに直接送信される。以上で端末x
と端末yの間の通信が可能になる。通常、呼設定要求と応答は、端末xと端末y
の間でユーザ情報(音声パケット)を転送するための情報(セッション記述)を
含む。セッション記述には、SDPなどが適用される。端末x(端末y)は端末y
(端末x)が指定した宛先にユーザ情報を送付する。
SIP及びSDPの仕様に従うと、端末やSIPサーバの情報はIPアドレスで指定するこ
とが可能である。
一方、IP網の急速な普及に伴い、アドレス体系が異なる領域を相互接続する技術
が重要になっている。
例えば、プライベートアドレスに従う網とパブリックアドレスに従う網を相互接
続する技術として、 NAT(Network Address Translator)技術を使う方法(IETF RF
C1631)が知られている。
NATは、プライベートIPv4アドレスとパブリックIPv4アドレスの変換を行う。基本
NATは、NATルータで接続された二つの領域間でデータグラムが通過する時点で、
送信元アドレスもしくは着信先アドレスのどちらか一方を書き換える。プライベ
ート網のアドレス空間とパブリック網のアドレス空間が衝突する場合には、アド
レス衝突を解決するため、Twice NAT技術が使われることが多い。Twice NAT技術
は、Twice NATルータで接続された二つの領域間でデータグラムが通過する時点
で、送信元アドレスと着信先アドレスの両方を書き換える。
アドレス衝突を解決するため、Twice NATは以下のように動作する。プライベー
ト領域内のHost-Aがパブリック領域内のHost-Xと通信をはじめる場合には、Host
-A はHost-XのDNSアドレス問い合わせパケットを送信する。DNS-ALG(Domain Nam
e Service - Application Level Gateway)がこのパケットを捕捉し、かつHost-X
に対するアドレスをプライベート領域内でルーティング可能なアドレス(Host-X
PRIME)に変換してHost-Aに返す。DNSアドレス解決が終了したらHost-AはHost-X
PRIMEとの間で通信を開始する。このパケットがTwice NATを通過する時点で、送
信元アドレスがNATの持つアドレスに書き換えられ、着信先アドレスはHost-Xに
書き換わる。Host-Xからの返信パケットもこれと同様の変換が行われる。上記DN
S-ALGの動作詳細については、IETF RFC2694に詳細が記載されている。
以上の例は、ある端末が属する網と通信相手の端末が属する網の通信プロトコル
が同一の場合に使われる技術である。ある端末が属する網と通信相手の端末が属
する網の通信プロトコルが異なる場合には、例えばプロトコルとしてIPv4を用い
る網(以下IPv4網と呼ぶ)とInternet Protocol version 6を使用する網(以下IPv6
網と呼ぶ)を接続する変換方式としてNAT-PT(IETF RFC2766)、SOCKS64(IETF RFC3
089)等が知られている。
いずれも基本的にIPパケットのフォーマットをIPv4とIPv6とで相互に変換する。
例えば、IPv4アドレスとIPv6アドレスの変換を行う。この変換を行う装置を以下
トランスレータと呼ぶ。トランスレータでは変換のために、変換の前にIPv4アド
レスとIPv6アドレスの対応関係を作成し、保持しておく必要がある。この対応関
係を通信が発生するたびに動的に作成する場合に、そのきっかけとしてDNS(ドメ
インネームシステム)の名前解決が利用される(アスキー出版、インターネットRF
C事典、pp323-329を参照)。
DNSはウェブのURLのような人間にわかりやすい名前(文字列)を、IPアドレスに変
換するシステムである。以下名前をIPアドレスに変換する操作を名前解決と呼ぶ
。今日ではインターネット上のほぼすべてのアプリケーションがこのDNSを利用
して通信相手のIPアドレスを取得している。
NAT、及びトランスレータはこの事実を利用し、通信開始にあたってやり取りさ
れるDNSのメッセージを常に監視しており、名前解決の要求メッセージを変換情
報(IPアドレスの対応関係等)を作成するきっかけとする。具体的には、IPv6端末
がある名前について名前解決を行ったとき、その応答であるIPアドレスがIPv4だ
った場合、このIPv4アドレスをIPv6アドレスに書き換えてIPv6端末に送り返す。
そして、書き換える前のIPv4アドレスと書き換えたIPv6アドレスを対応付ける。
つまりDNS-ALGは名前解決の応答メッセージを横取りして書き換え、この書き換
える前と書き換えた後の情報をもとに変換情報を動的に作成する。
The Internet (IP) network such as the Internet is rapidly developing. With the rapid increase in Internet users, the rate of data communication in the communication network is increasing. Telecom operators are building next-generation IP-based communication networks and are considering the fusion of data and voice communications.
VoIP (Voice over IP) is a technology for transmitting voice information over an IP network. In VoIP, a virtual communication path (session) is first set between communication devices. IP packetized voice data is transferred on the set communication path. A session control protocol is required to control session establishment, maintenance, and disconnection between communication devices.
The Internet Engineering Task Force (IETF) establishes and terminates sessions for IP multimedia communications, using SIP (Session Initiation Protocol) (IETF RFC
2543) was specified. SIP is attracting attention as a VoIP session control protocol because of its high functionality extensibility.
SIP is an application protocol that uses transport mechanisms such as TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).
SIP is a text-based protocol and consists of a header part that carries a request or response and a message body that describes the contents of the session. For example, SDP (Session Description Protocol) (IETF RFC2327) is applied to the SIP session description.
SIP employs a client-server model architecture. The outgoing client sends a SIP request to the incoming client's proxy (SIP server). SI
The P server establishes a session between terminals by resolving the address of the communication destination using DNS (Domain Name System) or the like.
The SIP server has a Proxy mode and a Redirect mode depending on its role. Proxy mode is used to proxy a session establishment request between an outgoing client and an incoming client.
It is the method that Server mediates. In Redirect mode, the outgoing client is SIP Redi
This is a method of directly connecting to an incoming client by using information on the destination received from the rect server.
Hereinafter, a SIP connection procedure using a SIP server in Proxy mode will be described. IP network terminal x
When starting voice communication using SIP with terminal y in the IP network, terminal x transmits a call setting request (INVITE) to the SIP server. The SIP server specifies the location information of the terminal y and transmits a call setting request. The terminal y transmits a response indicating acceptance of the call. This response is transmitted to the terminal x via the SIP server through which the call setting request has passed. Terminal x confirms receipt of the response by sending an ACK request to terminal y. The ACK request is transferred by the SIP server or directly transmitted to the terminal y. Terminal x
And terminal y can be communicated. Normally, call setup requests and responses are sent to terminal x and terminal y.
Includes information (session description) for transferring user information (voice packets) between the two. SDP or the like is applied to the session description. Terminal x (terminal y) is terminal y
User information is sent to a destination designated by (terminal x).
According to the specifications of SIP and SDP, information on terminals and SIP servers can be specified by IP addresses.
On the other hand, with the rapid spread of IP networks, technology for interconnecting areas with different address systems has become important.
For example, as a technology for interconnecting networks that follow private addresses and networks that follow public addresses, a method using NAT (Network Address Translator) technology (IETF RF
C1631) is known.
NAT performs conversion between a private IPv4 address and a public IPv4 address. Basic
NAT is when a datagram passes between two areas connected by a NAT router.
Rewrite either the source address or the destination address. When the address space of the private network and the address space of the public network collide, twice NAT technology is often used to resolve the address conflict. Twice NAT technology rewrites both the source address and the destination address when a datagram passes between two areas connected by a twice NAT router.
To resolve address conflicts, Twice NAT works as follows. If Host-A in the private area starts to communicate with Host-X in the public area,
-A sends a Host-X DNS address query packet. DNS-ALG (Domain Nam
e Service-Application Level Gateway) captures this packet, and Host-X
Address that can be routed in the private area (Host-X
PRIME) and return to Host-A. When DNS address resolution is complete, Host-A becomes Host-X
Start communication with PRIME. When this packet passes through Twice NAT, the source address is rewritten to the address that NAT has, and the destination address is rewritten to Host-X. The return packet from Host-X is also converted in the same way. DN above
Details of the operation of S-ALG are described in IETF RFC2694.
The above example is a technique used when the communication protocol of the network to which a certain terminal belongs and the network to which the communication partner terminal belongs are the same. If the communication protocol of the network to which a certain terminal belongs and the network to which the communication partner's terminal belongs are different, for example, a network using IPv4 as a protocol (hereinafter referred to as IPv4 network) and a network using Internet Protocol version 6 (hereinafter referred to as IPv6)
NAT-PT (IETF RFC2766), SOCKS64 (IETF RFC3)
089) and the like are known.
In either case, the IP packet format is basically converted between IPv4 and IPv6.
For example, an IPv4 address and an IPv6 address are converted. An apparatus that performs this conversion is hereinafter referred to as a translator. The translator needs to create and maintain the correspondence between IPv4 address and IPv6 address before conversion for conversion. When this correspondence is dynamically created each time communication occurs, DNS (Domain Name System) name resolution is used as an opportunity (ASCII Publishing, Internet RF
(See C Encyclopedia, pp323-329).
DNS is a system that converts human-friendly names (strings) such as web URLs into IP addresses. Hereinafter, the operation of converting a name to an IP address is called name resolution. Today, almost every application on the Internet uses this DNS to obtain the IP address of the other party.
Using this fact, NAT and translators constantly monitor DNS messages exchanged at the start of communication, and use name resolution request messages as a trigger for creating translation information (IP address correspondences, etc.). Specifically, when name resolution is performed for a certain name of an IPv6 terminal, if the response IP address is IPv4, the IPv4 address is rewritten to an IPv6 address and sent back to the IPv6 terminal.
Then, associate the rewritten IPv4 address with the rewritten IPv6 address.
In other words, DNS-ALG intercepts and rewrites the name resolution response message, and dynamically creates conversion information based on the information before and after this rewriting.

IPパケットは、パケットの転送情報を含むIPヘッダ、TCP/UDPヘッダ、アプリ
ケーションデータの構成をとる。NATやNAT-PTに代表されるトランスレータは、
アプリケーションデータに含まれるIPアドレスを変換しない。
The IP packet has an IP header including packet transfer information, a TCP / UDP header, and application data. Translators represented by NAT and NAT-PT
Do not convert IP addresses included in application data.

一方、SIP及びSDPは上述した通り,アプリケーションデータにIPアドレスを設
定することができる。
On the other hand, as described above, SIP and SDP can set an IP address in application data.

しかし、領域Aと領域Bがアドレス変換装置で相互接続され,領域Aに属する端
末と領域Bに属する端末がSIPによる通信を行う場合、従来のNATやトランスレー
タはSIP及びSDPに設定されたIPアドレスを変換しないため、SIPによる端末間通
信ができないという課題がある。
本発明の目的は、ある端末が属する網と通信相手の端末が属する網のアドレス体
系が異なる場合でも、SIPによる端末どうしの通信を可能にするSIPメッセージ変
換方式を提供することにある。
However, when area A and area B are interconnected by an address translation device, and terminals belonging to area A and terminals belonging to area B perform communication by SIP, conventional NAT and translators use IP addresses set in SIP and SDP. There is a problem in that communication between terminals by SIP cannot be performed because no conversion is performed.
An object of the present invention is to provide a SIP message conversion method that enables communication between terminals by SIP even when a network to which a certain terminal belongs and a network to which a communication partner terminal belongs are different.

上記の問題を解決するために、本願発明は、第1の部分と第2の部分を含むメッ
セージを処理する方法であって、
第1の部分の情報を、第1のプロトコル(あるいはアドレス体系)に従う情報
から第2のプロトコル(あるいはアドレス体系)に従う情報に変換する第1の変
換処理と、
第2の部分に変換が必要か否かを判断する処理と、
変換が必要と判断された第2の部分の情報に対して、第1のプロトコルに従う
情報から第2のプロトコルに従う情報に変換する第2の変換処理とを行うことを
特徴とする。第1の変換処理と第2の変換処理の順序は任意である。
To solve the above problem, the present invention is a method for processing a message including a first part and a second part, comprising:
A first conversion process for converting information of the first portion from information according to the first protocol (or address system) to information according to the second protocol (or address system);
A process for determining whether the second part needs to be converted;
A second conversion process of converting information according to the first protocol into information according to the second protocol is performed on the information of the second portion determined to be necessary for conversion. The order of the first conversion process and the second conversion process is arbitrary.

これらの操作は、第1のサーバと第2のサーバを用い、第1の変換処理を第1
のサーバで行い、少なくとも第2の部分の情報を、第1のサーバから第2のサー
バへ転送し、第2のサーバは、変換が必要なパラメータを第2の部分から抽出し
、抽出されたパラメータについて、第2の変換処理を第2のサーバで行い、第2
の変換処理の施された第2の部分の情報を、第2のサーバから第1のサーバへ転
送することとしてもよい。
These operations use the first server and the second server, and the first conversion process is the first.
And at least the second part information is transferred from the first server to the second server, and the second server extracts the parameters that need to be converted from the second part and is extracted For the parameter, the second conversion process is performed on the second server, and the second
The information of the second part subjected to the conversion process may be transferred from the second server to the first server.

あるいは、単一のサーバ内で内部バスにより繋がれた複数のプロセッサが共同
で処理を行ってもよい。また、単一のサーバー内の単一のプロセッサ上で稼働す
る、複数のプログラムが共同で処理を行ってもよい。
Alternatively, a plurality of processors connected by an internal bus in a single server may jointly perform processing. A plurality of programs running on a single processor in a single server may perform processing together.

典型的な応用例としては、第1の部分はIPヘッダーであり、第2の部分はS
IPメッセージを含むペイロードであり、第1のプロトコルおよび第2のプロト
コルのうち一方はIPv4であり、他方はIPv6であり、変換される情報はア
ドレスである。
In a typical application, the first part is an IP header and the second part is S
A payload including an IP message, one of the first protocol and the second protocol is IPv4, the other is IPv6, and the information to be converted is an address.

また、本願発明のアドレス変換装置は、第1のプロトコルに従う第1の網と第
2のプロトコルに従う第2の網の両者に接続されるアドレス変換装置であって、
第1のプロトコルと第2のプロトコルを相互に変換するための変換規則を保持す
る記憶部と、変換規則に基づいて、入力情報の第1のプロトコルに従う第1のア
ドレスと、第2のプロトコルに従う第2のアドレスを相互にプロトコル変換する
変換部と、上記入力情報と変換規則を出力する機能と、を有する。
The address translation device of the present invention is an address translation device connected to both the first network according to the first protocol and the second network according to the second protocol,
A storage unit that holds a conversion rule for converting the first protocol and the second protocol to each other, a first address according to the first protocol of the input information based on the conversion rule, and a second protocol A conversion unit that converts the protocol of the second address to each other; and a function of outputting the input information and the conversion rule.

出力される先としては、装置外部の別のサーバー、内部バスでつながれた装置
内の他のブロック、あるいは、同一プロセッサ内の他の処理ブロックである。
The output destination is another server outside the apparatus, another block in the apparatus connected by the internal bus, or another processing block in the same processor.

好ましい例においては、出力先で入力情報と変換規則を用いてプロトコル変換
された入力情報は、アドレス変換装置に再入力される。
本願発明においては、あるプロトコルPに従う網AとあるプロトコルQに従う網Bを
接続するアドレス変換装置であって、アドレス変換装置はプロトコルPに従うア
ドレスとプロトコルQに従うアドレスを相互に変換するアドレス変換機能と、特
定プロトコルに従う通信を検出する検出機能とを有し、アドレス変換機能により
、通信データの第1の領域に記述されているアドレスをアドレス変換し、特定プ
ロトコルに従う通信を検出した場合には、通信データの第2の領域に記述されて
いるアドレスを変換するために、プロトコルPでのアドレスとプロトコルQでのア
ドレスの対応関係を含む変換情報を作成する。
In a preferred example, input information that has been subjected to protocol conversion using the input information and conversion rules at the output destination is re-input to the address conversion device.
In the present invention, an address translation device for connecting a network A according to a certain protocol P and a network B according to a certain protocol Q, the address translation device having an address translation function for mutually converting an address according to the protocol P and an address according to the protocol Q And a detection function for detecting communication according to a specific protocol, the address conversion function converts the address described in the first area of the communication data, and communication is detected when communication according to the specific protocol is detected. In order to convert the address described in the second area of the data, conversion information including the correspondence between the address in the protocol P and the address in the protocol Q is created.

より詳細には、アドレス体系が異なる網を相互接続する通信網において、従来
のNATやトランスレータに代表されるアドレス変換装置に加え、少なくとも以下
の2点の手段を備える。すなわち、(1)アドレス変換装置が異なる領域間で送
受信されるSIPメッセージを検出する手段と、(2)SIP及びSDPに設定されたIP
アドレスをアドレス変換装置のアドレス変換方式に応じて変換するSIPメッセー
ジ変換手段を備える。
アドレス変換装置は,SIPメッセージを、SIPサーバのIPアドレス、あるいは、SI
PサーバのIPアドレスとポート番号の組み合わせ、あるいは、ポート番号で検出
する。アドレス体系が異なる網を相互接続するアドレス変換装置が端末またはSI
Pサーバから送信されたSIPメッセージを検出すると、SIPメッセージ検出手段を
起動する。
SIPメッセージ変換手段は少なくても以下の3つの機能を含む。(1)SIPメッセ
ージの変換対象パラメータ検出機能、(2)アドレス変換装置が提供するアドレ
ス変換方式に対応した変換規則、(3)SIPメッセージをアドレス変換装置の変
換エントリを活用して書きかえる機能 である。アドレス変換装置は、SIPアド
レス変換装置の要求に基づき、変換エントリを作成する。アドレス変換装置は、
上記変換エントリをもとに通信端末間で送受信されるパケットのヘッダ情報を書
きかえる。
上記SIPメッセージ変換手段の機能配備方法には、以下の3つの形態がある。
第1の配備方法は、SIPメッセージ変換手段を備えるSIPアドレス変換装置を備え
る。SIPアドレス変換装置はアドレス変換装置の変換エントリを活用してSIPメッ
セージに含まれるIPアドレスを書きかえる。
第2の配備方法では、アドレス変換装置がSIPメッセージの変換対象パラメータ
検出機能を備え、変換対象パラメータに識別情報(タグ)を付与する。SIPアド
レス変換装置が変換規則とSIPメッセージに含まれるIPアドレスを書きかえる機
能を備える。SIPアドレス変換装置は,アドレス変換装置の変換エントリを活用
してSIPメッセージに含まれるIPアドレスを書きかえる。
第3の配備方法は、アドレス変換装置がSIPメッセージ変換手段を備える。
本発明を適用すれば、異なる領域間で送受信されるSIPメッセージに含まれるIP
アドレス情報がアドレス変換装置の変換エントリを活用して変換される。従って
,異なる領域に属する端末どうしのVoIPによる音声通信サービスの提供が可能に
なる。
本発明による通信網は以下の特徴を有する。
(1)あるプロトコルPに従う網AとあるプロトコルQに従う網Bをアドレス変換装
置で接続する通信網において、
アドレス変換装置はプロトコルPをプロトコルQに相互に変換する機能と、SIP
通信を検出する機能と、サーバ装置と通信するために必要な情報と通信手段と、
SIP通信を検出した場合に上記サーバ装置と連携して、プロトコルPでのアドレス
とプロトコルQでのアドレスの対応関係を含む変換情報を作成する機能とを備え

上記サーバ装置は、SIP通信に変換対象情報が含まれる場合に上記アドレス変換
装置においてプロトコルP、Qを相互に変換するために必要な変換情報および手段
と、上記アドレス変換装置と通信するために必要な情報と通信手段を備え、
プロトコルPに従う網AからプロトコルQに従う網BへのSIP通信は、上記アドレ
ス変換装置がSIP通信を検出し、上記サーバ装置がSIP通信の情報を上記アドレス
変換装置が備える変換情報を参照してプロトコルPに従うアドレスからプロトコ
ルQに従うアドレスに変換し、さらに、プロトコルPに従う網AからプロトコルQに
従う網Bへの通信は、上記アドレス変換装置が備える変換情報を参照してプロト
コルPに従うアドレスからプロトコルQに従うアドレスに変換することを特徴とす
る通信網。
More specifically, in a communication network interconnecting networks having different address systems, at least the following two means are provided in addition to the conventional address translation device represented by NAT or translator. That is, (1) means for detecting an SIP message transmitted / received between different areas by the address translation device, and (2) IP set in SIP and SDP.
SIP message conversion means for converting an address according to the address conversion method of the address conversion device is provided.
The address translation device sends the SIP message to the SIP server IP address or SI.
Detect by combination of P server IP address and port number, or port number. An address translator that interconnects networks with different address systems is a terminal or SI
When the SIP message transmitted from the P server is detected, the SIP message detecting means is activated.
The SIP message conversion means includes at least the following three functions. (1) SIP message conversion target parameter detection function, (2) Conversion rule corresponding to the address conversion method provided by the address conversion device, and (3) Function to rewrite SIP message using the conversion entry of the address conversion device. is there. The address translation device creates a translation entry based on the request of the SIP address translation device. Address translation device
Based on the conversion entry, the header information of the packet transmitted / received between the communication terminals is rewritten.
The function deployment method of the SIP message conversion means has the following three forms.
The first deployment method includes a SIP address conversion device including SIP message conversion means. The SIP address translation device rewrites the IP address included in the SIP message by using the translation entry of the address translation device.
In the second deployment method, the address translation device has a SIP message conversion target parameter detection function, and adds identification information (tag) to the conversion target parameter. The SIP address translation device has a function of rewriting the translation rule and the IP address included in the SIP message. The SIP address translator rewrites the IP address included in the SIP message using the translation entry of the address translator.
In the third deployment method, the address translation device includes SIP message translation means.
If the present invention is applied, IP included in SIP messages transmitted and received between different areas
The address information is converted using the conversion entry of the address conversion device. Therefore, it is possible to provide a voice communication service by VoIP between terminals belonging to different areas.
The communication network according to the present invention has the following features.
(1) In a communication network in which a network A conforming to a certain protocol P and a network B conforming to a certain protocol Q are connected by an address translation device,
The address translation device has a function to mutually convert protocol P to protocol Q, and SIP
A function for detecting communication, information and communication means necessary for communicating with the server device,
In the case where SIP communication is detected, the server device cooperates with the server device, and has a function of creating conversion information including the correspondence between the address in the protocol P and the address in the protocol Q,
The server device is necessary for communicating with the address conversion device, and conversion information and means necessary for mutually converting the protocols P and Q in the address conversion device when the information to be converted is included in the SIP communication. Information and communication means,
In SIP communication from network A according to protocol P to network B according to protocol Q, the address conversion device detects SIP communication, and the server device refers to the conversion information provided in the address conversion device by referring to the conversion information provided in the address conversion device. An address according to P is converted from an address according to protocol Q, and communication from network A according to protocol P to network B according to protocol Q refers to the conversion information provided in the address conversion device, and the address according to protocol P is determined according to protocol Q. A communication network characterized by converting to an address.

上記(1)のように、本発明によるアドレス変換装置がIPv4アドレスに従う網
とIPv6アドレスに従う網を相互接続し,本発明によるSIPアドレス変換装置がSIP
メッセージに含まれるIPアドレスを書きかえれば,IPv4網に属する端末とIPv6網
に属する端末のSIPを用いた音声通信が可能になる。
As described in (1) above, the address translator according to the present invention interconnects a network conforming to an IPv4 address and a network conforming to an IPv6 address, and the SIP address translator according to the present invention is a SIP.
If the IP address included in the message is rewritten, voice communication using SIP between terminals belonging to the IPv4 network and terminals belonging to the IPv6 network becomes possible.

本願発明の別の態様として、本発明によるアドレス変換装置がIPv4プライベー
トアドレスに従う網1とIPv4グローバルアドレスに従う網2を相互接続し,本発
明によるSIPアドレス変換装置がSIPメッセージに含まれるIPアドレスを書きかえ
れば,網1に属する端末と網2に属する端末のSIPを用いた音声通信が可能にな
る。すなわち、以下の(2)のような構成である。
(2)あるプロトコルPに従う複数の網A1、A2をアドレス変換装置で接続する通
信網において、
アドレス変換装置は網A1のプロトコルPを網A2のプロトコルPに相互に変換する
機能と、SIP通信を検出する機能と、サーバ装置と通信するために必要な情報と
通信手段と、SIP通信を検出した場合に上記サーバ装置と連携して、網A1でのア
ドレスと網A2でのアドレスの対応関係を含む変換情報を作成する機能とを備え、
上記サーバ装置は、SIP通信に変換対象情報が含まれる場合に上記アドレス変換
装置において網A1でのアドレス、網A2でのアドレスを相互に変換するために必要
な変換情報および手段と、上記アドレス変換装置と通信するために必要な情報と
通信手段を備え、
網A1から網A2へのSIP通信は、上記アドレス変換装置がSIP通信を検出し、上
記サーバ装置がSIP通信の情報を上記アドレス変換装置が備える変換情報を参照
して網A1でのアドレスから網A2でのアドレスに変換し、さらに、プロトコルPに
従う網A1からプロトコルPに従う網A2への通信は、上記アドレス変換装置が備え
る変換情報を参照して網A1でのアドレスから網A2でのアドレスに変換することを
特徴とする通信網。
(3)上記アドレス変換装置がSIP通信に含まれる変換対象情報を検出し、識別
情報を追加する機能をさらに有し,上記サーバ装置が上記識別情報を用いて変換
対象を検出することを特徴とする(1)または(2)に記載の通信網。
(4)上記アドレス変換装置が識別情報とSIP通信情報を対応つける機能をさら
に有し、上記アドレス変換装置がSIP通信終了時に識別情報に対応した変換情報
を削除する機能をさらに有することを特徴とする(3)記載の通信網。
(5)上記アドレス変換装置が,着信先情報,あるいは,着信先情報とそのポー
ト情報,あるいは,ポート情報に基づき,SIP通信を検出することを特徴とする
(1)−(4)記載の通信網。
(6)あるプロトコルPに従う網AとあるプロトコルQに従う網Bをアドレス変換
装置で接続する通信網において、
アドレス変換装置はプロトコルPをプロトコルQに相互に変換する機能と、SIP
通信を検出する機能と、プロトコルPでのアドレスとプロトコルQでのアドレスの
対応関係を含む変換情報を作成する機能と、SIP通信に変換対象情報が含まれる
場合にプロトコルP、Qを相互に変換するために必要な変換情報を生成する手段と
を備え、
プロトコルPに従う網AからプロトコルQに従う網BへのSIP通信は、上記アドレ
ス変換装置がSIP通信を検出し、SIP通信の情報は,上記変換情報を参照してプロ
トコルPに従うアドレスからプロトコルQに従うアドレスに変換し、さらに、プロ
トコルPに従う網AからプロトコルQに従う網Bへの通信は、上記アドレス変換装置
が備える変換情報を参照してプロトコルPに従うアドレスからプロトコルQに従う
アドレスに変換することを特徴とする通信網。
(7)あるプロトコルPに従う網A1と網A2をアドレス変換装置で接続する通信
網において、
アドレス変換装置は網A1のプロトコルPを網A2のプロトコルPに相互に変換する
機能と、SIP通信を検出する機能と、網A1のアドレスと網A2のアドレスの対応関
係を含む変換情報を作成する機能と、SIP通信に変換対象情報が含まれる場合に
網A1のアドレスと網A2のアドレスとを相互に変換するために必要な変換情報を生
成する手段とを備え、
網A1から網A2へのSIP通信は、上記アドレス変換装置がSIP通信を検出し、 SIP
通信の情報は,上記変換情報を参照して網A1のアドレスから網A2のアドレスに変
換し、さらに、網A1から網A2への通信は、上記アドレス変換装置が備える変換情
報を参照して網A1のアドレスから網A2のアドレスに変換することを特徴とする通
信網。
As another aspect of the present invention, the address translation device according to the present invention interconnects the network 1 according to the IPv4 private address and the network 2 according to the IPv4 global address, and the SIP address translation device according to the present invention writes the IP address included in the SIP message. In other words, voice communication using SIP between the terminals belonging to the network 1 and the terminals belonging to the network 2 becomes possible. That is, the configuration is as shown in (2) below.
(2) In a communication network in which a plurality of networks A1, A2 conforming to a certain protocol P are connected by an address translation device,
The address translation device detects the SIP communication, the function to mutually convert the protocol P of the network A1 to the protocol P of the network A2, the function to detect SIP communication, the information and communication means necessary for communicating with the server device In this case, in cooperation with the server device, the function of creating conversion information including the correspondence between the address in the network A1 and the address in the network A2,
The server device includes conversion information and means necessary for mutually converting the address on the network A1 and the address on the network A2 in the address conversion device when the information to be converted is included in SIP communication, and the address conversion It has necessary information and communication means to communicate with the device,
In the SIP communication from the network A1 to the network A2, the address conversion device detects the SIP communication, and the server device refers to the SIP communication information from the address in the network A1 by referring to the conversion information provided in the address conversion device. The communication from the network A1 in accordance with the protocol P to the network A2 in accordance with the protocol P is converted from the address in the network A1 to the address in the network A2 by referring to the conversion information provided in the address conversion device. A communication network characterized by conversion.
(3) The address conversion device further has a function of detecting conversion target information included in SIP communication and adding identification information, and the server device detects the conversion target using the identification information. The communication network according to (1) or (2).
(4) The address conversion device further has a function of associating identification information with SIP communication information, and the address conversion device further has a function of deleting conversion information corresponding to the identification information when SIP communication ends. The communication network according to (3).
(5) The communication according to any one of (1) to (4), wherein the address conversion device detects SIP communication based on destination information or destination information and its port information or port information. network.
(6) In a communication network in which a network A conforming to a certain protocol P and a network B conforming to a certain protocol Q are connected by an address translation device,
The address translation device has a function to mutually convert protocol P to protocol Q, and SIP
A function to detect communication, a function to create conversion information including correspondence between addresses in protocol P and addresses in protocol Q, and protocol P and Q are converted to each other when conversion target information is included in SIP communication And means for generating conversion information necessary to
In the SIP communication from the network A according to the protocol P to the network B according to the protocol Q, the address conversion device detects the SIP communication, and the SIP communication information refers to the address according to the protocol Q from the address according to the protocol P with reference to the conversion information. Further, the communication from the network A according to the protocol P to the network B according to the protocol Q is characterized in that the address according to the protocol P is converted from the address according to the protocol P with reference to the conversion information included in the address conversion device. Communication network.
(7) In a communication network in which a network A1 and a network A2 conforming to a certain protocol P are connected by an address translation device,
The address translation device creates translation information including the function of mutually converting the protocol P of the network A1 into the protocol P of the network A2, the function of detecting SIP communication, and the correspondence between the addresses of the network A1 and the addresses of the network A2. A function and means for generating conversion information necessary to mutually convert the address of the network A1 and the address of the network A2 when the conversion target information is included in the SIP communication,
In SIP communication from network A1 to network A2, the address translation device detects SIP communication and SIP
The communication information is converted from the address of the network A1 to the address of the network A2 by referring to the conversion information. Further, the communication from the network A1 to the network A2 is performed by referring to the conversion information included in the address conversion device. A communication network characterized by converting the address of A1 to the address of network A2.

本発明の他の側面を具体化するサーバ装置の特徴は、以下のようなものである

(A)あるプロトコルPに従う網とあるプロトコルQに従う網をアドレス変換装
置で接続する通信網において、
アドレス変換装置はプロトコルPをプロトコルQに相互に変換する機能と、SIP
通信を検出する機能と、サーバ装置と通信するために必要な情報と通信手段と、
SIP通信を検出した場合に上記サーバ装置と連携して、プロトコルPでのアドレス
とプロトコルQでのアドレスの対応関係を含む変換情報を作成する機能とを備え

SIP通信に変換対象情報が含まれる場合に上記アドレス変換装置においてプロト
コルP、Qを相互に変換するために必要な変換情報及び手段と、上記アドレス変換
装置と通信するために必要な情報と通信手段を備えることを特徴とするサーバ装
置。
(B)あるプロトコルPに従う複数の網A1、A2をアドレス変換装置で接続する通
信網において、
アドレス変換装置は網A1のプロトコルPを網A2のプロトコルPに相互に変換する
機能と、SIP通信を検出する機能と、サーバ装置と通信するために必要な情報と
通信手段と、SIP通信を検出した場合に上記サーバ装置と連携して、網A1でのア
ドレスと網A2でのアドレスの対応関係を含む変換情報を作成する機能とを備え、
SIP通信に変換対象情報が含まれる場合に上記アドレス変換装置において網A1で
のアドレス、網A2でのアドレスを相互に変換するために必要な変換情報及び手段
と、上記アドレス変換装置と通信するために必要な情報と通信手段を備えること
を特徴とするサーバ装置。
Features of the server device embodying another aspect of the present invention are as follows.
(A) In a communication network in which a network conforming to a certain protocol P and a network conforming to a certain protocol Q are connected by an address translation device,
The address translation device has a function to mutually convert protocol P to protocol Q, and SIP
A function for detecting communication, information and communication means necessary for communicating with the server device,
In the case where SIP communication is detected, the server device cooperates with the server device, and has a function of creating conversion information including the correspondence between the address in the protocol P and the address in the protocol Q,
Translation information and means necessary for mutual conversion of protocols P and Q in the address translation device when the information to be translated is included in SIP communication, and information and communication means necessary for communication with the address translation device A server device comprising:
(B) In a communication network in which a plurality of networks A1 and A2 conforming to a certain protocol P are connected by an address translation device,
The address translation device detects the SIP communication, the function to mutually convert the protocol P of the network A1 to the protocol P of the network A2, the function to detect SIP communication, the information and communication means necessary for communicating with the server device In this case, in cooperation with the server device, the function of creating conversion information including the correspondence between the address in the network A1 and the address in the network A2,
In order to communicate with the address translation device, the translation information and means necessary for mutually converting the address on the network A1 and the address on the network A2 in the address translation device when the information to be translated is included in the SIP communication A server apparatus comprising information necessary for communication and communication means.

また、本発明のアドレス変換装置は、
(1)あるプロトコルPに従う網AとあるプロトコルQに従う網Bを接続するア
ドレス変換装置であって、
上記プロトコルPと上記プロトコルQを相互に変換する変換機能と、
サーバ装置と通信するための通信機能と、
プロトコルPでのアドレスとプロトコルQでのアドレスの対応関係を含む変換情
報を作成する変換情報作成機能とを有し、
検出されたSIP通信データを上記サーバ装置に転送し、該サーバ装置で上記変
換情報を元にプロトコルを相互に変換されたSIP通信データを受信することを
特徴とするアドレス変換装置。
(2)あるプロトコルPに従う複数の網A1、A2をアドレス変換装置で接続する通
信網において、
サーバ装置は、SIP通信に変換対象情報が含まれる場合に上記アドレス変換装置
において網A1でのアドレス、網A2でのアドレスを相互に変換するために必要な変
換情報及び手段と、上記アドレス変換装置と通信するために必要な情報と通信手
段を備え、
網A1のプロトコルPを網A2のプロトコルPに相互に変換する機能と、SIP通信を
検出する機能と、サーバ装置と通信するために必要な情報と通信手段と、SIP通
信を検出した場合に上記サーバ装置と連携して、網A1でのアドレスと網A2でのア
ドレスの対応関係を含む変換情報を作成する機能とを備えることを特徴とするア
ドレス変換装置。
(3)上記アドレス変換装置がSIP通信に含まれる変換対象情報を検出し、識別
情報を追加する機能をさらに有することを特徴とする請求項1または請求項2に
記載のアドレス変換装置。
(4)上記アドレス変換装置が識別情報とSIP通信情報を対応つける機能をさら
に有し、上記アドレス変換装置がSIP通信終了時に識別情報に対応した変換情報
を削除する機能をさらに有することを特徴とする(3)に記載のアドレス変換装
置。
(5)SIP通信を着信先情報,あるいは,着信先情報とそのポート情報,あるい
は,ポート情報に基づき検出することを特徴とする前記のアドレス変換装置。
(6)あるプロトコルPに従う網AとあるプロトコルQに従う網Bをアドレス変換
装置で接続する通信網において、
プロトコルPをプロトコルQに相互に変換する機能と、SIP通信を検出する機能
と、プロトコルPでのアドレスとプロトコルQでのアドレスの対応関係を含む変換
情報を作成する機能とを備え、
SIP通信に変換対象情報が含まれる場合にプロトコルP、Qを相互に変換するため
に必要な変換情報を生成し、通信の内容を上記変換情報を参照して書き換える手
段を備えることを特徴とするアドレス変換装置。
(7)あるプロトコルPに従う網A1と網A2をアドレス変換装置で接続する通信
網において、
網A1のプロトコルPを網A2のプロトコルPに相互に変換する機能と、SIP通信を
検出する機能と、網A1のアドレスと網A2のアドレスの対応関係を含む変換情報を
作成する機能とを備え、
SIP通信に変換対象情報が含まれる場合に網A1のアドレスと網A2のアドレスとを
相互に変換するために必要な変換情報を生成する手段を備え、
SIP通信に変換対象情報が含まれる場合に網A1のアドレスと網A2のアドレスを相
互に変換するために必要な変換情報を生成し、通信の内容を上記変換情報を参照
して書き換える手段を備えることを特徴とするアドレス変換装置。
(8)SIP通信を着信先情報,あるいは,着信先情報とそのポート情報,あるい
は,ポート情報に基づき検出することを特徴とする(7)に記載のアドレス変換
装置。
The address translation device of the present invention is
(1) An address translation device for connecting a network A conforming to a certain protocol P and a network B conforming to a certain protocol Q,
A conversion function for mutually converting the protocol P and the protocol Q;
A communication function for communicating with the server device;
A conversion information creating function for creating conversion information including a correspondence relationship between an address in protocol P and an address in protocol Q;
An address conversion device, wherein the detected SIP communication data is transferred to the server device, and the server device receives SIP communication data whose protocols are mutually converted based on the conversion information.
(2) In a communication network in which a plurality of networks A1, A2 conforming to a certain protocol P are connected by an address translation device,
The server device includes conversion information and means necessary for mutually converting the address on the network A1 and the address on the network A2 in the address conversion device when the information to be converted is included in the SIP communication, and the address conversion device. With necessary information and communication means to communicate with
The function of mutually converting the protocol P of the network A1 into the protocol P of the network A2, the function of detecting the SIP communication, the information and communication means necessary for communicating with the server device, and the above when the SIP communication is detected An address translation device comprising a function of creating translation information including a correspondence relationship between an address on the network A1 and an address on the network A2 in cooperation with the server device.
(3) The address translation device according to claim 1 or 2, further comprising a function of detecting information to be converted included in SIP communication and adding identification information.
(4) The address conversion device further has a function of associating identification information with SIP communication information, and the address conversion device further has a function of deleting conversion information corresponding to the identification information when SIP communication ends. The address conversion device according to (3).
(5) The address conversion device as described above, wherein SIP communication is detected based on destination information or destination information and its port information or port information.
(6) In a communication network in which a network A conforming to a certain protocol P and a network B conforming to a certain protocol Q are connected by an address translation device,
It has a function to mutually convert protocol P to protocol Q, a function to detect SIP communication, and a function to create conversion information including the correspondence between addresses in protocol P and addresses in protocol Q.
When the conversion target information is included in the SIP communication, there is provided means for generating conversion information necessary for mutually converting the protocols P and Q, and rewriting the content of the communication with reference to the conversion information. Address translation device.
(7) In a communication network in which a network A1 and a network A2 conforming to a certain protocol P are connected by an address translation device,
A function to mutually convert the protocol P of the network A1 to the protocol P of the network A2, a function to detect SIP communication, and a function to create conversion information including the correspondence between the addresses of the network A1 and the addresses of the network A2 ,
A means for generating conversion information necessary for mutually converting the address of network A1 and the address of network A2 when conversion target information is included in SIP communication,
When the conversion target information is included in the SIP communication, there is provided means for generating conversion information necessary for mutually converting the address of the network A1 and the address of the network A2, and rewriting the contents of the communication with reference to the conversion information. An address translation device characterized by that.
(8) The address converter according to (7), wherein SIP communication is detected based on destination information, or destination information and its port information, or port information.

以上の実施の形態から明らかなように、本発明はSIPアドレス変換装置2がSIP
メッセージの中身をアドレス変換装置1の変換情報を活用して書きかえることに
より、異なる領域に存在する端末間のSIPによる音声通信を可能にする。アドレ
ス変換装置1が、SIPメッセージの変換対象パラメータを検出する機能を備え、
変換対象パラメータに識別情報(タグ)を付与すれば、SIPアドレス変換装置2
の処理を軽減できる。さらに、アドレス変換装置1が識別情報とcall legの対応
関係と、SIPセッションの開始および終了を検出する機能を備えれば、アドレス
変換装置1は通信終了時に該当エントリの削除が可能になる。よって、より細か
なSIP通信制御が可能になる。
As is clear from the above embodiments, the present invention is such that the SIP address translation device 2
By rewriting the contents of the message using the conversion information of the address conversion device 1, voice communication by SIP between terminals existing in different areas is made possible. The address translation device 1 has a function of detecting a conversion target parameter of the SIP message,
If identification information (tag) is given to the conversion target parameter, the SIP address conversion device 2
Can be reduced. Furthermore, if the address translation device 1 has a function of detecting the correspondence between the identification information and the call leg and the start and end of the SIP session, the address translation device 1 can delete the corresponding entry at the end of communication. Therefore, finer SIP communication control becomes possible.

アドレス変換装置1がSIPメッセージ変換手段を備えれば、SIPメッセージ変換
装置2との通信処理を省略できる。
If the address translation device 1 includes SIP message translation means, communication processing with the SIP message translation device 2 can be omitted.

本発明の第1の実施の形態を図面を用いて説明する。   A first embodiment of the present invention will be described with reference to the drawings.

図1は、本発明によるSIP通信網の構成例を示す。本実施例において、SIP通信
網は、網A7と網B8から構成される。各SIP通信網は、SIPサーバ5と端末6とDNSサ
ーバ4を備える。本実施例では、網A7はIPv6アドレスを利用する。本実施例では
、網B8はIPv4アドレスを利用する。網A7と網B8は、アドレス変換装置1で接続
する。
FIG. 1 shows a configuration example of a SIP communication network according to the present invention. In this embodiment, the SIP communication network includes a network A7 and a network B8. Each SIP communication network includes a SIP server 5, a terminal 6, and a DNS server 4. In this embodiment, the network A7 uses an IPv6 address. In this embodiment, the network B8 uses an IPv4 address. The network A7 and the network B8 are connected by the address translation device 1.

アドレス変換装置1は、IPv6アドレスとIPv4アドレスの変換機能と、SIPメッ
セージ検出手段と、SIPアドレス変換装置2と通信する手段とDNS-ALG3と通信す
る手段を備える。
The address translation device 1 includes an IPv6 address / IPv4 address translation function, SIP message detection means, means for communicating with the SIP address translation apparatus 2, and means for communicating with the DNS-ALG 3.

SIPアドレス変換装置2は、SIPメッセージのアドレス変換に必要な情報を管理
し、SIPメッセージの中身を書きかえる手段を備える。
The SIP address translation device 2 includes means for managing information necessary for address translation of the SIP message and rewriting the contents of the SIP message.

図6はSIPのプロトコルスタック及びメッセージフォーマットを示す。SIPを含
むパケットは、IPヘッダ41とTCP/UDPヘッダ42とペイロード43で構成する。SIPは
ペイロード43に格納される。SIPは、start-line44とmessage-header45とmessage
-body46で構成される。Start-line44は、SIPメッセージの種類と宛先を示す。Me
ssage-header45は、SIPのパラメータを含む。Message-body46は、端末間に論理
的に設定されるコネクションの情報を示す。Message-bodyの記述には、SDPなど
を利用する。
FIG. 6 shows the SIP protocol stack and message format. A packet including SIP is composed of an IP header 41, a TCP / UDP header 42, and a payload 43. The SIP is stored in the payload 43. SIP uses start-line44, message-header45 and message
Consists of -body46. Start-line 44 indicates the type and destination of the SIP message. Me
The ssage-header 45 includes a SIP parameter. Message-body 46 indicates connection information logically set between terminals. SDP etc. are used for the description of Message-body.

図7は本発明による異なる領域に属する端末間SIP通信のプロトコルスタック
を示す。SIPサーバ5と端末6は,図6に示すSIPプロトコルスタック(41、42、43)
を備える。本実施の形態において、アドレス変換装置1がIPヘッダ41の変換処理
を行い(47)、SIPアドレス変換装置2がSIPメッセージ変換処理(48)を行う。
FIG. 7 shows a protocol stack for SIP communication between terminals belonging to different areas according to the present invention. SIP server 5 and terminal 6 are connected to SIP protocol stack (41, 42, 43) shown in FIG.
Is provided. In the present embodiment, the address translation device 1 performs the IP header 41 translation processing (47), and the SIP address translation device 2 performs the SIP message translation processing (48).

図2は、アドレス変換装置1の構成例を示す。アドレス変換装置1は、回線(
18a、18b、18n)を収容するインタフェース部(IF)(19a、 19b、19n)と、パ
ケット転送処理部14と、パケット転送制御部13とから構成される。
FIG. 2 shows a configuration example of the address translation device 1. The address translation device 1 is connected to a line (
18a, 18b, 18n), an interface unit (IF) (19a, 19b, 19n), a packet transfer processing unit 14, and a packet transfer control unit 13.

パケット転送処理部14は、SIPメッセージを検出する振り分け処理部15と,ア
ドレスの変換に必要な情報を記憶する変換情報記憶部16と、データパケットを変
換するためのパケット変換・処理部17とを備える。変換情報記憶部16は、変換情
報テーブル500を備える。
The packet transfer processing unit 14 includes a distribution processing unit 15 that detects a SIP message, a conversion information storage unit 16 that stores information necessary for address conversion, and a packet conversion / processing unit 17 that converts a data packet. Prepare. The conversion information storage unit 16 includes a conversion information table 500.

図19に変換情報テーブル500のテーブル構成の一例を示す。変換情報テーブル5
00は、IPv4アドレス501とIPv6アドレス502の対応関係を格納する。
FIG. 19 shows an example of the table configuration of the conversion information table 500. Conversion information table 5
00 stores the correspondence between the IPv4 address 501 and the IPv6 address 502.

図2へ戻り、アドレス変換装置1の説明を続ける。SIPメッセージを検出する振
り分け処理部15は、以下のいずれかの手段により網A7と網B8の間で送受信される
SIPメッセージを検出する。
Returning to FIG. 2, the description of the address translation device 1 will be continued. The distribution processing unit 15 that detects the SIP message is transmitted and received between the network A7 and the network B8 by any of the following means:
Detect SIP messages.

網A(網B)から網B(網A)に対するSIPメッセージの宛先が限られる場合、ア
ドレス変換装置1は、パケットヘッダの着信先アドレスでSIPメッセージを検出
する。アドレス変換装置1の振り分け処理部15は、SIPメッセージ着信先のアド
レス情報を格納する。
When the destination of the SIP message from the network A (network B) to the network B (network A) is limited, the address translation device 1 detects the SIP message with the destination address of the packet header. The distribution processing unit 15 of the address translation device 1 stores the address information of the SIP message destination.

アドレス変換装置1は,パケットヘッダの着信先アドレスと着信先ポート番号
の組み合わせでSIPメッセージを検出してもよい。トランスポートメカニズムにT
CP又はUDPを使う場合、SIPのデフォルトポート番号は5060である。
The address translation device 1 may detect the SIP message by a combination of the destination address and the destination port number in the packet header. T for transport mechanism
When using CP or UDP, the default port number for SIP is 5060.

網A(網B)から網B(網A)に対するSIPメッセージの宛先が限定されない場合
、アドレス変換装置1は、パケットヘッダの着信先ポート番号でSIPメッセージ
を検出する。アドレス変換装置1の振り分け処理部15は、SIP通信に利用するポ
ート番号の情報を備える。
When the destination of the SIP message from network A (network B) to network B (network A) is not limited, the address translation device 1 detects the SIP message with the destination port number in the packet header. The distribution processing unit 15 of the address translation device 1 includes port number information used for SIP communication.

パケット変換・処理部17は、IPv4パケットを受信すると、変換情報記憶部16を
検索し、IPv4アドレスをIPv6アドレスに書きかえる。また、パケット変換・処理
部17は、IPv6パケットを受信すると、変換情報記憶部16を検索し、IPv6アドレス
をIPv4アドレスに書きかえる。このとき、IPアドレスのほかにもさまざまな情報
を書きかえることが可能である。
図4にIPv4パケットフォーマットを示す。
図5にIPv6パケットフォーマットを示す。変換のさいには、IPアドレスだけでな
く、このフォーマットも変換する。
When receiving the IPv4 packet, the packet conversion / processing unit 17 searches the conversion information storage unit 16 and rewrites the IPv4 address into the IPv6 address. Further, when receiving the IPv6 packet, the packet conversion / processing unit 17 searches the conversion information storage unit 16 and rewrites the IPv6 address into the IPv4 address. At this time, it is possible to rewrite various information in addition to the IP address.
FIG. 4 shows the IPv4 packet format.
FIG. 5 shows the IPv6 packet format. When converting, not only the IP address but also this format is converted.

図2に戻りアドレス変換装置1の説明を続ける。パケット転送制御部13は、変
換エントリ登録処理部11と変換エントリ生成処理部12を備える。
変換エントリ登録処理部11は、変換情報を変換情報記憶部16に登録する。
変換エントリ生成処理部12は,アドレスの変換情報を生成する機能を備える。
Returning to FIG. 2, the description of the address translation device 1 will be continued. The packet transfer control unit 13 includes a conversion entry registration processing unit 11 and a conversion entry generation processing unit 12.
The conversion entry registration processing unit 11 registers the conversion information in the conversion information storage unit 16.
The conversion entry generation processing unit 12 has a function of generating address conversion information.

図3は、SIPアドレス変換装置2の構成例を示す。SIPアドレス変換装置2は、回
線(24a、24b)を収容するインタフェース部(IF)(23a、23b)と、メモリ22と、CP
U21とをバス25で接続する構成をとる。
FIG. 3 shows a configuration example of the SIP address translation device 2. The SIP address translation device 2 includes an interface unit (IF) (23a, 23b) that accommodates lines (24a, 24b), a memory 22, and a CP
It is configured to connect U21 to the bus 25.

メモリ22は、SIPメッセージ変換処理プログラム26と、変換情報問い合わせ処
理プログラム27と,変換規則記憶部28が格納される。
The memory 22 stores a SIP message conversion processing program 26, a conversion information inquiry processing program 27, and a conversion rule storage unit 28.

SIPメッセージ変換処理部26は、図25に示す変換対象パラメータの情報テーブ
ル412と、図18に示すSIPメッセージ処理ルーチン60を含み、SIPメッセージに含
まれるアドレス情報を変換する。
The SIP message conversion processing unit 26 includes the conversion target parameter information table 412 shown in FIG. 25 and the SIP message processing routine 60 shown in FIG. 18, and converts the address information included in the SIP message.

図25は、変換対象パラメータリストを含む情報テーブル412を示す。本テーブ
ルには、IPアドレス及びポート番号が設定できるSIP及びSDPのパラメータを定義
する。
FIG. 25 shows an information table 412 including a conversion target parameter list. In this table, SIP and SDP parameters that can set IP addresses and port numbers are defined.

変換規則記憶部28は、アドレス変換装置1が備えるアドレス変換方式毎にパラ
メータの変換規則を格納する。SIPメッセージに含まれるアドレスは、該変換規
則に従って変換される。
図26は、アドレス変換装置1がNAT-PT方式によりアドレス変換を行う場合の変換
規則413を示す。SIPメッセージ変換に必要な変換規則413をメモリに記憶するこ
とにより、変換処理の高速化を図る。
The conversion rule storage unit 28 stores parameter conversion rules for each address conversion method provided in the address conversion device 1. The address included in the SIP message is converted according to the conversion rule.
FIG. 26 shows a translation rule 413 when the address translation apparatus 1 performs address translation by the NAT-PT method. By storing the conversion rules 413 necessary for SIP message conversion in the memory, the conversion process is speeded up.

変換情報問い合わせ部27は、アドレス変換装置1にIPアドレスの変換情報を問
い合わせる処理を行う。
The conversion information inquiry unit 27 performs a process of inquiring the address conversion device 1 for IP address conversion information.

図27と図28と図29に示すシーケンスに従って、図1における網Aの端末6aが
網Bの端末6bとSIPを用いた音声通信を行う場合について説明する。通信開始にあ
たり、端末6aと端末6bの間にセッションの確立が必要である。
A case will be described in which the terminal 6a of the network A in FIG. 1 performs voice communication using the SIP with the terminal 6b of the network B in accordance with the sequence shown in FIGS. At the start of communication, it is necessary to establish a session between the terminal 6a and the terminal 6b.

ここで、端末6aには、SIPメッセージの送信先として、SIPサーバ5aが設定され
ているとする。
Here, it is assumed that the SIP server 5a is set as the transmission destination of the SIP message in the terminal 6a.

端末6aは端末6bとの間にセッションの確立を要求するINVITEをSIPサーバ5aに
送信する(101)。
図8は,端末6aがSIPサーバ5aに送信するINVITEメッセージ例401を示す。Start-L
ineには、INVITEの宛先情報が設定される。Viaヘッダは、SIP Requestの経路を
示す。SIP Requestに対する応答は、viaヘッダ情報をもとに着信端末から発信端
末に送信される。ToヘッダはRequestの宛先を、FromヘッダはRequestの起動者を
、Call-IDは呼識別子をそれぞれ示す。Message-bodyのcパラメータはコネクショ
ン情報を、mパラメータはデータを受信するポート番号をそれぞれ示す。セッシ
ョン確立後、端末間の音声情報は、上記cパラメータ及びmパラメータ宛に送信さ
れる。
The terminal 6a transmits INVITE requesting establishment of a session with the terminal 6b to the SIP server 5a (101).
FIG. 8 shows an example INVITE message 401 transmitted from the terminal 6a to the SIP server 5a. Start-L
Inine, INVITE destination information is set. The Via header indicates the route of the SIP Request. A response to the SIP Request is transmitted from the receiving terminal to the calling terminal based on the via header information. The To header indicates the request destination, the From header indicates the request initiator, and Call-ID indicates the call identifier. The c parameter of Message-body indicates connection information, and the m parameter indicates a port number for receiving data. After the session is established, the voice information between the terminals is transmitted to the c parameter and the m parameter.

図27へ戻りシーケンスの説明を続ける。SIPサーバ5aがINVITEを受信すると、I
NVITE送信先をStart-Lineの宛先情報から決定する。宛先情報にドメイン名が設
定されている場合、SIPサーバ5aは、DNSサーバ4aにDNS問い合わせを送信する(1
02)。DNSサーバ4aは、DNS-ALG3及びDNSサーバ4bと連携してSIPサーバ5bの名前
を解決する(103)。アドレス変換装置(TR)1とDNS-ALG3の連携方式には、例え
ば、特許公開公報2001-274419に記載のアドレス変換方式を適用する。DNS-ALG3
は、SIPサーバ5bのドメイン名に対するIPv4アドレスb4を仮想IPv6アドレスvb6に
変換する。該変換情報は、アドレス変換装置1の変換情報記憶部16の変換情報テ
ーブル500に格納される。
Returning to FIG. 27, the description of the sequence is continued. When SIP server 5a receives INVITE, I
The NVITE destination is determined from the start-line destination information. When the domain name is set in the destination information, the SIP server 5a sends a DNS inquiry to the DNS server 4a (1
02). The DNS server 4a resolves the name of the SIP server 5b in cooperation with the DNS-ALG 3 and the DNS server 4b (103). For example, the address translation method described in Japanese Patent Application Publication No. 2001-274419 is applied to the linkage method between the address translation device (TR) 1 and DNS-ALG3. DNS-ALG3
Converts the IPv4 address b4 for the domain name of the SIP server 5b to a virtual IPv6 address vb6. The conversion information is stored in the conversion information table 500 of the conversion information storage unit 16 of the address conversion device 1.

SIPサーバ5aは、INVITE送信先情報として、SIPサーバ5bの仮想IPv6アドレスvb
6を取得し(104)、仮想IPv6アドレスvb6宛にINVITEを送信する(105)。
図9にSIPサーバ5aが送信するSIPメッセージ(INVITE)のメッセージ例を示す。
The SIP server 5a uses the virtual IPv6 address vb of the SIP server 5b as INVITE destination information.
6 is acquired (104), and the INVITE is transmitted to the virtual IPv6 address vb6 (105).
FIG. 9 shows a message example of the SIP message (INVITE) transmitted by the SIP server 5a.

アドレス変換装置1は、SIPメッセージ(INVITE)をIPアドレス、あるいは、I
Pアドレスとポート番号の組み合わせ、あるいは、ポート番号で検出する(106)
。アドレス変換装置1は、アドレス変換方式を示す情報とともに検出したSIPメ
ッセージ(INVITE)をSIPアドレス変換装置(SIP-ALG)2に送信する(107)。ア
ドレス変換装置1のアドレス変換方式が1つである場合は、予めSIPアドレス変
換装置にアドレス変換方式の情報を設定してもよい。
The address translation device 1 sends a SIP message (INVITE) to an IP address or I
Detect by combination of P address and port number or port number (106)
. The address translation device 1 transmits the detected SIP message (INVITE) together with information indicating the address translation method to the SIP address translation device (SIP-ALG) 2 (107). When the address conversion device 1 has one address conversion method, information on the address conversion method may be set in the SIP address conversion device in advance.

SIPアドレス変換装置2はSIPメッセージを受信すると、図18に示すSIPメッセー
ジ変換処理ルーチン60を起動する(108)。
When the SIP address conversion device 2 receives the SIP message, it starts the SIP message conversion processing routine 60 shown in FIG. 18 (108).

図18は第1の実施の形態におけるSIPメッセージ変換処理ルーチン60を示す。SI
Pアドレス変換装置2は、変換対象パラメータリスト412と受信したSIPメッセージ
を比較し、変換対象パラメータを抽出する(61)。
FIG. 18 shows a SIP message conversion processing routine 60 in the first embodiment. SI
The P address conversion device 2 compares the conversion target parameter list 412 with the received SIP message, and extracts the conversion target parameters (61).

変換対象パラメータがある場合、抽出したパラメータにIPアドレスが含まれて
いるかをチェックする(62)。
If there is a parameter to be converted, it is checked whether the extracted parameter contains an IP address (62).

抽出したパラメータにIPアドレスが含まれる場合、アドレス変換方式を判別す
る(63)。次に変換規則記憶部28の変換規則413を参照し、変換対象IPアドレス
を特定する(64)。例えば、図9に示すINVITEを受信した場合の変換対象IPアド
レスは、SIPサーバ5aのIPv6アドレスsipa6と、端末6aのIPv6アドレスa6になる。
If the extracted parameter includes an IP address, the address conversion method is determined (63). Next, referring to the conversion rule 413 in the conversion rule storage unit 28, the IP address to be converted is specified (64). For example, when the INVITE shown in FIG. 9 is received, the IP addresses to be converted are the IPv6 address sipa6 of the SIP server 5a and the IPv6 address a6 of the terminal 6a.

アドレス変換装置1のアドレス変換方式がマスカレードであれば、抽出したパ
ラメータに含まれるポート番号も変換対象になる。
If the address translation method of the address translation device 1 is masquerading, the port number included in the extracted parameter is also subject to translation.

SIPアドレス変換装置2の変換情報問い合わせ部27が変換対象IPアドレス「sip
a6、a6」を含むアドレス問い合わせ要求600をアドレス変換装置1に送信する(6
5、109)。
The conversion information inquiry unit 27 of the SIP address conversion device 2 performs the conversion target IP address “sip
An address inquiry request 600 including “a6, a6” is transmitted to the address translation device 1 (6
5, 109).

図16は、アドレス問い合わせ要求600のメッセージフォーマットを示す。アド
レス問い合わせ要求は、ヘッダ部601と要求内容602で構成する。ヘッダ部601はI
D(605)を備え、アドレス問い合わせ要求とその応答を関連付ける。Count(608
)には、変換対象IPアドレスの数を設定する。
FIG. 16 shows a message format of the address inquiry request 600. The address inquiry request is composed of a header portion 601 and request contents 602. Header part 601 is I
D (605) is provided for associating an address inquiry request with its response. Count (608
) Is the number of IP addresses to be converted.

要求内容602は変換対象IPアドレス毎にIPアドレスタイプ(IPv4、 IPv6)(60
9)と、変換対象IPアドレス(610)と、変換対象ポート番号(611)を含む。ポ
ート番号611は、ポート番号が変換対象である場合に設定する。
Request content 602 is IP address type (IPv4, IPv6) for each IP address to be converted (60
9), a translation target IP address (610), and a translation target port number (611). The port number 611 is set when the port number is a conversion target.

アドレス変換装置1は、アドレス問い合わせ要求600を受信し、変換対象IPア
ドレスで変換エントリ生成処理部12の変換情報テーブル500を検索する。
変換対象IPアドレスが変換エントリ生成処理部12の変換情報テーブル500に存在
すれば、アドレス変換装置1は変換後のIPアドレスを含むアドレス問い合わせ要
求応答(110、66)をSIPアドレス変換装置2に送信する。
変換対象IPアドレスが変換エントリ生成処理部12の変換情報テーブル500に存在
しなければ、変換エントリ登録処理部11を起動し、変換情報記憶部16の変換情報
テーブル500に変換エントリを設定する。アドレス変換装置1は,変換後のIPア
ドレス「vsipa4、va4」を含むアドレス問い合わせ要求応答(110、66)をSIPア
ドレス変換装置2に送信する。
The address translation device 1 receives the address inquiry request 600 and searches the translation information table 500 of the translation entry generation processing unit 12 using the translation target IP address.
If the translation target IP address exists in the translation information table 500 of the translation entry generation processing unit 12, the address translation device 1 sends an address inquiry request response (110, 66) including the translated IP address to the SIP address translation device 2. To do.
If the conversion target IP address does not exist in the conversion information table 500 of the conversion entry generation processing unit 12, the conversion entry registration processing unit 11 is activated and a conversion entry is set in the conversion information table 500 of the conversion information storage unit 16. The address translation device 1 transmits an address inquiry request response (110, 66) including the translated IP address “vsipa4, va4” to the SIP address translation device 2.

図17は、アドレス問い合わせ要求応答650のメッセージフォーマットを示す。
アドレス問い合わせ要求応答は、ヘッダ部601と応答内容603で構成する。応答内
容603は、変換対象のIPアドレスタイプ(620)、IPアドレス(621)、ポート番
号(622)と変換後のIPアドレスタイプ(623)、IPアドレス(624)、ポート番
号(625)の組み合わせを含む。
FIG. 17 shows a message format of the address inquiry request response 650.
The address inquiry request response includes a header part 601 and response contents 603. The response content 603 is a combination of the IP address type (620), IP address (621), port number (622) to be converted and the IP address type (623), IP address (624), and port number (625) after conversion. including.

SIPアドレス変換装置2はアドレス問い合わせ要求応答を受信し、SIPメッセー
ジに含まれるIPアドレス情報を書きかえる(67、111)。より具体的には、sipa6
をvsipa4に、a6をva4にそれぞれ書きかえる。
The SIP address translation device 2 receives the address inquiry request response and rewrites the IP address information included in the SIP message (67, 111). More specifically, sipa6
To vsipa4 and a6 to va4.

SIPアドレス変換装置2は、 IPアドレス情報を書き換えたSIPメッセージ(INVI
TE)をアドレス変換装置1に送信し、本ルーチンを終了する(68、112)。
The SIP address translation device 2 uses the SIP message (INVI
TE) is transmitted to the address translation device 1, and this routine is terminated (68, 112).

ステップ61で変換対象パラメータが抽出されなかった場合,及び,ステップ62
で抽出パラメータにIPアドレス情報が含まれない場合、SIPアドレス変換装置2
はSIPメッセージを書き換えない。SIPアドレス変換装置2がアドレス変換装置1
にSIPメッセージを送信し(69)、本ルーチンを終了する。
When the conversion target parameter is not extracted in step 61, and in step 62
If the IP address information is not included in the extraction parameter, SIP address converter 2
Does not rewrite SIP messages. SIP address translator 2 is address translator 1
SIP message is sent to (69), and this routine is terminated.

図27に戻り、シーケンス図の説明を続ける。アドレス変換装置1は、SIPアド
レス変換装置2からSIPメッセージ(INVITE)を受信すると(112)、SIPメッセー
ジを含むIPパケットヘッダのアドレス変換を行う(113)。アドレス変換装置1
の変換情報記憶部16の変換情報テーブル500を参照して、着信先アドレスをSIPサ
ーバ5bの実IPv4アドレス「sipb4」に、送信元アドレスをSIPサーバ5aの仮想IPv4
アドレス「vsipa4」にそれぞれ変換する。
Returning to FIG. 27, the description of the sequence diagram is continued. When receiving the SIP message (INVITE) from the SIP address translation device 2 (112), the address translation device 1 performs address translation of the IP packet header including the SIP message (113). Address translation device 1
Referring to the conversion information table 500 of the conversion information storage unit 16, the destination address is the real IPv4 address “sipb4” of the SIP server 5b, and the source address is the virtual IPv4 of the SIP server 5a.
Each address is converted to “vsipa4”.

図10はSIPメッセージ(INVITE)の例である。   FIG. 10 shows an example of a SIP message (INVITE).

図11はSIPメッセージ(INVITE)の例である。   FIG. 11 shows an example of a SIP message (INVITE).

SIPサーバ5bは図10に示すSIPメッセージ(INVITE)を受信する(114)。図10
は、図9に示す変換前のSIPメッセージ例と比較すると、via header、 Call-ID h
eader、 Contact header、 cパラメータに設定されたIPアドレスがIPv6からIPv
4に変換されている。
The SIP server 5b receives the SIP message (INVITE) shown in FIG. 10 (114). FIG.
Compared to the SIP message example before conversion shown in Fig. 9, via header, Call-ID h
IP address set in eader, Contact header, c parameter is changed from IPv6 to IPv6
Has been converted to 4.

SIPサーバ5bは、Start-Lineの宛先情報から着信端末6bの位置情報を特定し、
端末6bに図11に示すSIPメッセージ(INVITE)を送信する(115)。
The SIP server 5b identifies the location information of the receiving terminal 6b from the start-line destination information,
The SIP message (INVITE) shown in FIG. 11 is transmitted to the terminal 6b (115).

端末6bはINVITEを許容する場合、200 OKで応答する。端末6bが端末6aに送信す
る音声情報は、INVITEのcパラメータで指定されたIPアドレス(端末6aの仮想IPv
4アドレス「va4」)及びmパラメータで指定されたポート番号宛に送信される。
If the terminal 6b allows INVITE, the terminal 6b responds with 200 OK. The voice information transmitted from the terminal 6b to the terminal 6a is the IP address specified by the INVITE c parameter (the virtual IPv6 of the terminal 6a).
4 address “va4”) and the port number specified by the m parameter.

SIP Response(200 OK)は、via headerの情報をもとに、SIP Requestが処理
されたSIPサーバを経由して端末6aに送信される。
図12はSIP 200 OKメッセージ例1である。
図13はSIP 200 OKメッセージ例2である。
図28に進み、SIPサーバ5bは,端末6bから図12に示すSIP Response(200 OK)
を受信する(121)。SIPサーバ5bは,図13に示すSIP Response(200 OK)をSIPサ
ーバ5aの仮想IPv4アドレス「vsipa4」宛に送信する(122)。アドレス変換装置
1はSIPメッセージ(200 OK)を検出し(123)、SIPアドレス変換装置2に送信す
る(124)。SIPメッセージを受信したSIPアドレス変換装置2は、SIPメッセージ
変換処理ルーチン60を起動する。SIPメッセージ変換処理の流れ(125から128)
は、図27のステップ108から111と同様である。SIPアドレス変換装置2は、変換
対象IPアドレスに「vsipa4、 va4、 b4」を設定したアドレス問い合わせ要求を
アドレス変換装置1に送信する(126)。アドレス変換装置1は、変換対象IPアド
レスで変換エントリ生成処理部12の変換情報テーブル500を検索し、ステップ109
受信時に生成した「vsipa4‐sipa6」及び「va4‐a6」の変換エントリを検出する
。アドレス変換装置1は、「b4」に対する仮想IPv6アドレス「vb6」を生成し、
変換情報記憶部16の変換情報テーブル500に格納する。アドレス変換装置1は、
変換対象IPアドレスと変換後のIPアドレスの組み合わせを含むアドレス問い合わ
せ要求応答をSIPアドレス変換装置2に送信する(127)。
図14はSIP 200 OKメッセージ例3である。
図15はSIP 200 OKメッセージ例4である。
The SIP Response (200 OK) is transmitted to the terminal 6a via the SIP server on which the SIP Request has been processed based on the via header information.
FIG. 12 shows a SIP 200 OK message example 1.
FIG. 13 shows a SIP 200 OK message example 2.
Proceeding to FIG. 28, the SIP server 5b receives the SIP response (200 OK) shown in FIG.
Is received (121). The SIP server 5b transmits the SIP Response (200 OK) shown in FIG. 13 to the virtual IPv4 address “vsipa4” of the SIP server 5a (122). The address translator 1 detects the SIP message (200 OK) (123) and sends it to the SIP address translator 2 (124). The SIP address conversion device 2 that has received the SIP message activates a SIP message conversion processing routine 60. SIP message conversion process flow (125 to 128)
These are the same as steps 108 to 111 in FIG. The SIP address translation device 2 transmits an address inquiry request in which “vsipa4, va4, b4” is set in the translation target IP address to the address translation device 1 (126). The address translation device 1 searches the translation information table 500 of the translation entry generation processing unit 12 using the translation target IP address, and performs step 109.
The conversion entries “vsipa4-sipa6” and “va4-a6” generated at the time of reception are detected. The address translation device 1 generates a virtual IPv6 address “vb6” for “b4”, and
The information is stored in the conversion information table 500 of the conversion information storage unit 16. The address translation device 1
An address inquiry request response including a combination of the translation target IP address and the translated IP address is transmitted to the SIP address translation device 2 (127).
FIG. 14 shows a SIP 200 OK message example 3.
FIG. 15 shows a SIP 200 OK message example 4.

SIPアドレス変換装置2は、IPアドレス情報を書き換え,SIP Response (200 O
K)をアドレス変換装置1に送信する(128、129)。アドレス変換装置1は、SIP
Responseを含むIPパケットヘッダのアドレス変換を行う(130)。アドレス変換
装置1の変換情報記憶部16の変換情報テーブル500を参照して、着信先アドレス
をSIPサーバ5aの実IPv6アドレス「sipa6」に、送信元アドレスをSIPサーバ5bの
仮想IPv6アドレス「vsipb6」にそれぞれ変換する。アドレス変換装置1は、SIP
サーバ5aに図14に示すSIP Response (200 OK)を送信する(131)。SIPサーバ5a
は、端末6aに図15に示すSIP Response (200 OK)を送信する(132)。
The SIP address translation device 2 rewrites the IP address information and SIP Response (200 O
K) is transmitted to the address translation device 1 (128, 129). Address translator 1 is SIP
IP packet header address conversion including Response is performed (130). Referring to the translation information table 500 of the translation information storage unit 16 of the address translation device 1, the destination address is the real IPv6 address “sipa6” of the SIP server 5a, and the source address is the virtual IPv6 address “vsipb6” of the SIP server 5b. Respectively. Address translator 1 is SIP
The SIP Response (200 OK) shown in FIG. 14 is transmitted to the server 5a (131). SIP server 5a
Transmits a SIP Response (200 OK) shown in FIG. 15 to the terminal 6a (132).

端末6aが端末6bに送信する音声情報は、200 OKのcパラメータで指定されたIP
アドレス(端末6bの仮想IPv4アドレス「vb6」)及びmパラメータで指定されたポ
ート番号宛に送信する。
図29に進み、端末6aは、INVITEに対するSIP Response(200 OK)を受信すると
、応答確認(ACK)をSIPサーバ5a宛に送信する(141)。SIPサーバ5aは、SIPサ
ーバ5bの仮想IPv4アドレス「vsipb6」宛に応答確認(ACK)を送信する(142)。ア
ドレス変換装置1が、SIPメッセージ(ACK)を検出し(143)、SIPアドレス変換装
置2に送信する(144)。
The voice information transmitted from the terminal 6a to the terminal 6b is the IP specified by the c parameter of 200 OK.
The address (the virtual IPv4 address “vb6” of the terminal 6b) and the port number specified by the m parameter are transmitted.
Proceeding to FIG. 29, when the terminal 6a receives a SIP Response (200 OK) to the INVITE, the terminal 6a transmits a response confirmation (ACK) to the SIP server 5a (141). The SIP server 5a transmits a response confirmation (ACK) to the virtual IPv4 address “vsipb6” of the SIP server 5b (142). The address translation device 1 detects a SIP message (ACK) (143) and transmits it to the SIP address translation device 2 (144).

SIPメッセージ変換処理の流れ(145から148)は、図27のステップ108から111
と同様である。SIPアドレス変換装置2はアドレス変換装置1にIPアドレス情報
を書き換えた応答確認 (ACK)を送信する(149)。アドレス変換装置1は,SIPメッ
セージ(ACK)を含むIPパケットヘッダのアドレスを変換する(150)。アドレス
変換装置1は、SIPサーバ5bの実IPv4アドレス「sipb4」宛に応答確認(ACK)を
送信する(151)。SIPサーバ5bは端末6bに応答確認(ACK)を送信する(152)。
The SIP message conversion process flow (145 to 148) is shown in steps 108 to 111 in FIG.
It is the same. The SIP address translator 2 sends a response confirmation (ACK) with the IP address information rewritten to the address translator 1 (149). The address translation device 1 translates the IP packet header address including the SIP message (ACK) (150). The address translation device 1 transmits an acknowledgment (ACK) to the real IPv4 address “sipb4” of the SIP server 5b (151). The SIP server 5b transmits a response confirmation (ACK) to the terminal 6b (152).

以上の手順で、端末6aと端末6bの間に論理的なコネクションが設定され、端末
間の音声通信が可能になる。端末6aは、端末6bのIPv4アドレスに対応する仮想IP
v6アドレス(vb6)宛に音声情報を含むパケットを送信する(153)。アドレス変換
装置1は、送信元IPアドレス「a6」と着信先IPアドレス「vb6」で変換情報記憶部
16を検索する。すると、上記処理シーケンスのステップ109およびステップ126で
登録した変換エントリが検出される。
アドレス変換装置1は,変換エントリに基づきヘッダ情報を書きかえる(154)
。送信元IPアドレスには,端末6aのIPv6アドレス「a6」に対応する仮想IPv4アド
レス「va4」を設定する。着信先IPアドレスには,端末6bの実IPv4アドレス「b4
」を設定する。アドレス変換装置1は、ヘッダ情報を変換したパケットを端末6b
宛に送信する(155)。
端末6bから端末6aに送信する音声情報を含むパケットも同様の処理を行う(156
〜158)。
With the above procedure, a logical connection is set between the terminal 6a and the terminal 6b, and voice communication between the terminals becomes possible. Terminal 6a is a virtual IP corresponding to the IPv4 address of terminal 6b
A packet including voice information is transmitted to the v6 address (vb6) (153). The address translation device 1 has a translation information storage unit with a source IP address “a6” and a destination IP address “vb6”.
Search for 16. Then, the conversion entry registered in step 109 and step 126 of the above processing sequence is detected.
The address translator 1 rewrites the header information based on the translation entry (154)
. For the source IP address, a virtual IPv4 address “va4” corresponding to the IPv6 address “a6” of the terminal 6a is set. For the destination IP address, the actual IPv4 address of the terminal 6b "b4
"Is set. The address translation device 1 sends the packet obtained by converting the header information to the terminal 6b.
Send to address (155).
A packet including voice information transmitted from the terminal 6b to the terminal 6a is also processed in the same manner (156
~ 158).

本発明によるとアドレス変換装置の情報を用いてSIPメッセージのIPアドレス
を変換することができる。よって異なる領域に属する端末どおしのSIP通信が可
能になる。
According to the present invention, the IP address of the SIP message can be converted using the information of the address conversion device. Therefore, SIP communication between terminals belonging to different areas becomes possible.

本発明の第2の実施の形態を図面を用いて説明する。   A second embodiment of the present invention will be described with reference to the drawings.

第1の実施例と第2の実施例は、SIPメッセージ変換手段の機能配備方法が異な
る。
The first embodiment and the second embodiment differ in the function deployment method of the SIP message conversion means.

第2の実施例では、アドレス変換装置1がSIPメッセージの変換対象パラメータ
を検出する機能を備える。
In the second embodiment, the address translation device 1 has a function of detecting a translation target parameter of a SIP message.

図20は、第2の実施例におけるアドレス変換装置1の構成例を示す。第2の実施
例におけるアドレス変換装置1は,図2の構成例に加え、パケット転送制御部13
にタグ処理部20を備える。
FIG. 20 shows a configuration example of the address translation device 1 in the second embodiment. The address translation device 1 in the second embodiment includes a packet transfer control unit 13 in addition to the configuration example of FIG.
The tag processing unit 20 is provided.

タグ処理部20は、図25に示す変換対象パラメータリスト412と、図22に示すタ
グ付与処理ルーチン80を備える。アドレス変換装置1はSIPメッセージを検出す
るとタグ付与処理ルーチン80を起動する。
図22は、アドレス変換装置1のタグ付与処理ルーチン80を示す。アドレス変換装
置1は、変換対象パラメータリスト412と受信したSIPメッセージを比較し、変換
対象パラメータを抽出する(81)。変換対象パラメータがSIPメッセージに存在
する場合、アドレス変換装置1は識別情報(タグ)を生成し、検出パラメータに
追加する(82)。タグは、アドレス変換装置1が提供するアドレス変換方式と識
別子とで構成する。アドレス変換装置1は、識別情報が付与されたSIPメッセー
ジをSIPアドレス変換装置2に送信し(83)、本ルーチンを終了する。
図21は,アドレス変換装置1がSIPアドレス変換装置2に送信するタグつきSIPメ
ッセージ例410を示す。図8と比較すると、変換される行先頭にタグが付加され
ているのがわかる。
ステップ81で変換対象パラメータが存在しない場合は、本ルーチンを終了する。
変換対象パラメータがない場合、アドレス変換装置は受信したSIPメッセージを
含むIPパケットヘッダのアドレス情報を変換し、SIPメッセージを転送する。SIP
メッセージの中身は変換しない。
The tag processing unit 20 includes a conversion target parameter list 412 shown in FIG. 25 and a tag addition processing routine 80 shown in FIG. When the address translation device 1 detects the SIP message, it starts the tag assignment processing routine 80.
FIG. 22 shows a tag assignment processing routine 80 of the address translation device 1. The address translation device 1 compares the conversion target parameter list 412 with the received SIP message and extracts the conversion target parameters (81). When the conversion target parameter exists in the SIP message, the address conversion device 1 generates identification information (tag) and adds it to the detection parameter (82). The tag is composed of an address translation method and an identifier provided by the address translation device 1. The address translation device 1 transmits the SIP message to which the identification information is added to the SIP address translation device 2 (83), and ends this routine.
FIG. 21 shows a tagged SIP message example 410 transmitted from the address translation device 1 to the SIP address translation device 2. Compared to FIG. 8, it can be seen that a tag is added to the head of the line to be converted.
If the conversion target parameter does not exist in step 81, this routine is terminated.
When there is no conversion target parameter, the address conversion device converts the address information of the IP packet header including the received SIP message, and transfers the SIP message. SIP
The contents of the message are not converted.

第2の実施例において,SIPアドレス変換装置2は,SIPメッセージ変換処理部26
にSIPメッセージ変換処理ルーチン70を備える。
In the second embodiment, the SIP address conversion device 2 includes a SIP message conversion processing unit 26.
SIP message conversion processing routine 70 is provided.

図23は、第2の実施例において、SIPアドレス変換装置2がタグ付きSIPメッセ
ージを受信したとき起動されるSIPメッセージ変換処理ルーチン70を示す。
FIG. 23 shows a SIP message conversion processing routine 70 that is activated when the SIP address conversion device 2 receives a tagged SIP message in the second embodiment.

図23のSIPメッセージ変換処理ルーチン70と、第1の実施例におけるSIPメッセ
ージ変換処理ルーチン60の違いは、ステップ61の代わりにTag付きパラメータ抽
出ステップ69が存在することである。ステップ69では,受信したSIPメッセージ
からタグ付きパラメータを抽出する。
The difference between the SIP message conversion processing routine 70 of FIG. 23 and the SIP message conversion processing routine 60 in the first embodiment is that a tag-added parameter extraction step 69 exists instead of step 61. In step 69, tagged parameters are extracted from the received SIP message.

本発明の実施の形態によると、アドレス変換装置1がSIPメッセージの変換対
象パラメータ検出機能を備えることにより、SIPアドレス変換装置2の処理負荷を
軽減できる。また、受信したSIPメッセージに変換対象パラメータが含まれない
場合、アドレス変換装置1はSIPアドレス変換装置2を起動せずにSIPメッセージ
を転送することが可能になる。
According to the embodiment of the present invention, the address translation device 1 has a SIP message translation target parameter detection function, so that the processing load on the SIP address translation device 2 can be reduced. If the received SIP message does not include the conversion target parameter, the address translation device 1 can transfer the SIP message without activating the SIP address translation device 2.

本発明の第3の実施の形態を図面を用いて説明する。   A third embodiment of the present invention will be described with reference to the drawings.

本実施例の特徴は、第2の実施の形態におけるタグ情報をSIP通信のcall leg
と対応つけることにある。Call legは,peer to peer SIP relationshipを示す

Call legは、To headerとFrom headerとCall-IDの組み合わせで一意に識別でき
る。上記ヘッダは、全てのSIPメッセージに含まれる。
本実施例におけるアドレス変換装置1は、第2の実施例のアドレス変換装置1に
,さらに、タグとcall legの対応関係を管理するテーブル情報300と、タグとメ
ディア情報の対応関係を管理するテーブル情報310と,SIPセッションの開始及び
終了を示すメソッド情報を備える。SIPセッションの終了要求を示すSIP メソッ
ドとして、例えば、BYEがある。
また、アドレス変換装置1の変換エントリ生成処理部12が備える変換情報テーブ
ル500の各エントリにタグ情報を追加する。
本実施例において,SIPアドレス変換装置2は、アドレス変換装置1に送信するア
ドレス問い合わせ要求600のIDに上記タグ情報を設定する。アドレス変換装置1
が変換エントリ生成をするとき、上記タグ情報を変換情報テーブル500に格納す
る。
通常,SIPのセッション終了要求はmessage-bodyを含まない。しかし,より細か
なSIP通信を提供する場合,アドレス変換装置1がセッション終了時に該当セッ
ションのアドレス変換情報を削除することが望まれる。
本実施例は,アドレス変換装置1がcall legとタグの対応情報を備えることによ
り,SIPアドレス変換装置2にセッション状態管理機能を備えることなしに,セッ
ション終了時に該当する変換情報を削除することを特徴とする。
図31は、本実施例においてアドレス変換装置1のタグ処理部20が備えるタグ管理
テーブル300を示す。タグ管理テーブル300の各エントリは、タグ(301)、IPv6
To header(302)、IPv6 From header (303)、 IPv6 Call-ID (304)、IPv4 To h
eader(305)、IPv4 From header (306)、 IPv4 Call-ID (307)を定義する。
To header、 From header、 Call-ID headerには,IPアドレス情報の設定が可能
であるため、IPv6側とIPv4側のエントリを定義する。
図32は、本実施例においてアドレス変換装置1の変換エントリ生成処理部12が備
えるメディア情報管理テーブル310を示す。メディア情報管理テーブル310の各エ
ントリは、タグ(311),IPv6側cパラメータ(312),IPv6側mパラメータ(313
),IPv4側cパラメータ(314),IPv4側mパラメータ(315)を定義する。アド
レス変換装置1は,メディア情報管理テーブル310を備えることにより,セッシ
ョン終了後の音声情報をブロックする。
The feature of the present embodiment is that tag information in the second embodiment is changed to call leg of SIP communication.
It is in matching with. Call leg indicates peer to peer SIP relationship.
Call leg can be uniquely identified by a combination of To header, From header, and Call-ID. The header is included in all SIP messages.
The address translation device 1 according to the present embodiment is similar to the address translation device 1 according to the second embodiment, further includes table information 300 for managing the correspondence between tags and call legs, and a table for managing the correspondence between tags and media information. Information 310 and method information indicating the start and end of the SIP session are provided. For example, BYE is a SIP method indicating a SIP session termination request.
Further, tag information is added to each entry of the conversion information table 500 included in the conversion entry generation processing unit 12 of the address conversion device 1.
In the present embodiment, the SIP address translation device 2 sets the tag information in the ID of the address inquiry request 600 transmitted to the address translation device 1. Address translation device 1
When generating the conversion entry, the tag information is stored in the conversion information table 500.
Normally, a SIP session termination request does not include a message-body. However, when providing finer SIP communication, it is desirable that the address translation device 1 deletes the address translation information of the corresponding session at the end of the session.
In the present embodiment, the address translation device 1 includes the correspondence information between the call leg and the tag, so that the corresponding translation information is deleted at the end of the session without the SIP address translation device 2 having a session state management function. Features.
FIG. 31 shows a tag management table 300 provided in the tag processing unit 20 of the address translation device 1 in this embodiment. Each entry in the tag management table 300 includes a tag (301) and an IPv6
To header (302), IPv6 From header (303), IPv6 Call-ID (304), IPv4 To h
Define eader (305), IPv4 From header (306), and IPv4 Call-ID (307).
Since IP address information can be set in To header, From header and Call-ID header, entries on the IPv6 side and IPv4 side are defined.
FIG. 32 shows the media information management table 310 provided in the translation entry generation processing unit 12 of the address translation device 1 in this embodiment. Each entry in the media information management table 310 includes a tag (311), an IPv6 side c parameter (312), and an IPv6 side m parameter (313).
), IPv4 side c parameter (314), and IPv4 side m parameter (315). The address translation device 1 includes the media information management table 310 to block the voice information after the session ends.

図30は、第3の実施例において、アドレス変換装置1が備えるタグ付与処理ル
ーチン90を示す。アドレス変換装置1は、SIPメッセージを検出するとタグ管理
テーブル300を検索する(91)。検索キーは、受信したSIPメッセージのcall leg
情報(To、From、Call-ID)である。
FIG. 30 shows a tag assignment processing routine 90 provided in the address translation device 1 in the third embodiment. When detecting the SIP message, the address translator 1 searches the tag management table 300 (91). The search key is the call leg of the received SIP message.
Information (To, From, Call-ID).

エントリが存在しない場合は、タグを生成する(92)。
アドレス変換装置1は,SIPセッションの開始終了を示すメソッド情報と変換対
象パラメータリスト412を参照し,受信メッセージに応じた処理を行う(93)。
If no entry exists, a tag is generated (92).
The address translation device 1 refers to the method information indicating the start and end of the SIP session and the parameter list for translation 412 and performs processing according to the received message (93).

SIPメッセージがセッション終了を示し,SIPメッセージに変換対象パラメータ
が存在する場合、アドレス変換装置1はタグ情報を付与したSIPメッセージをSIP
アドレス変換装置2に送信する(94)。アドレス変換装置1は、パラメータが書
きかえられたSIPメッセージをSIPアドレス変換装置2から受信する(95)。ここ
で、変換エントリ生成処理部12の変換情報テーブル500に含まれる該当タグの変
換エントリと,メディア情報管理テーブル310に含まれる該当タグのエントリを
削除する。さらに、変換エントリ登録処理部11が変換情報記憶部16に該当エント
リの削除を要求し、正常終了すると、本ルーチンを終了する(96)。
When the SIP message indicates the end of the session and the conversion target parameter exists in the SIP message, the address conversion device 1 converts the SIP message with the tag information into the SIP message.
The data is transmitted to the address translation device 2 (94). The address translation device 1 receives the SIP message with the parameters rewritten from the SIP address translation device 2 (95). Here, the conversion entry of the corresponding tag included in the conversion information table 500 of the conversion entry generation processing unit 12 and the entry of the corresponding tag included in the media information management table 310 are deleted. Further, the conversion entry registration processing unit 11 requests the conversion information storage unit 16 to delete the corresponding entry. When the conversion entry registration processing unit 11 ends normally, this routine ends (96).

SIPメッセージがセッション終了を示し,SIPメッセージに変換対象パラメータ
が存在しない場合、アドレス変換装置1は、上記ステップ96を実行する。
If the SIP message indicates the end of the session and there is no conversion target parameter in the SIP message, the address translation device 1 executes step 96 described above.

SIPメッセージがセッション開始を示す場合、アドレス変換装置1はメディア
情報管理テーブル310にタグとcパラメータとmパラメータの対応情報を登録す
る(97)。SIPメッセージに変換対象パラメータが存在すれば,アドレス変換装
置1はタグ情報を付与したSIPメッセージをSIPアドレス変換装置2に送信し(98
),本ルーチンを終了する。SIPメッセージに変換対象パラメータが存在なけれ
ば,本ルーチンを終了する。
When the SIP message indicates the start of a session, the address translation device 1 registers the correspondence information of the tag, c parameter, and m parameter in the media information management table 310 (97). If the conversion target parameter exists in the SIP message, the address conversion device 1 transmits the SIP message with the tag information added to the SIP address conversion device 2 (98
), This routine is terminated. If the parameter to be converted does not exist in the SIP message, this routine ends.

SIPメッセージが開始終了以外であり,SIPメッセージに変換対象パラメータが
存在する場合,アドレス変換装置1はSIPアドレス変換装置2にタグ情報を付与
したSIPメッセージを送信し(98),本ルーチンを終了する。
When the SIP message is other than the start end and the conversion target parameter exists in the SIP message, the address translation device 1 sends the SIP message with the tag information to the SIP address translation device 2 (98), and ends this routine. .

SIPメッセージがセッション開始終了要求以外であり,SIPメッセージに変換対
象パラメータが存在しない場合は本ルーチンを終了する。
If the SIP message is other than a session start / end request and the conversion target parameter does not exist in the SIP message, this routine ends.

図33と図34と図35に示すシーケンスに従って,第3の実施例においる網Aの端末
6aが網Bの端末6bとSIPを用いた音声通信を行う場合について説明する。
According to the sequence shown in FIGS. 33, 34 and 35, the network A terminal in the third embodiment
The case where 6a performs voice communication using the SIP with the terminal 6b of the network B will be described.

図33と図34はセッション確立シーケンスを示す。基本的な処理の流れは,図27
及び図28と同じである。
図33と図27の差分は,図33にステップ116が追加されたことである。
図34と図28の差分は,図34にステップ133が追加されたことである。
ステップ116及びステップ133において,アドレス変換装置1は,検出したSIPメ
ッセージがセッション開始を示すことを識別し,タグ情報と検出したSIPメッセ
ージに含まれるcパラメータとmパラメータの対応情報をメディア情報管理テー
ブル310に格納する。
33 and 34 show a session establishment sequence. The basic processing flow is shown in Figure 27.
And the same as FIG.
The difference between FIG. 33 and FIG. 27 is that step 116 is added to FIG.
The difference between FIG. 34 and FIG. 28 is that step 133 is added to FIG.
In step 116 and step 133, the address translation device 1 identifies that the detected SIP message indicates session start, and associates the tag information with the correspondence information between the c parameter and the m parameter included in the detected SIP message in the media information management table. Store in 310.

図35は,セッション終了シーケンスを示す。基本的な流れは,図27及び図28と
同じである。端末6aは端末6bとの間のセッション終了を要求するSIPメッセージ
(BYE)をSIPサーバ5aに送信する(161)。SIPサーバ5aは,SIPサーバ5bの仮想I
Pv6アドレス「vsipb6」宛にSIPメッセージ(BYE)を送信する(162)。アドレス
変換装置1がこのSIPメッセージ(BYE)を検出し,タグつきSIPメッセージをSIP
アドレス変換装置2に送信する(163,164)。SIPメッセージ変換処理の流れ(16
5から168)は図27のステップ108から111と同様である。
FIG. 35 shows a session end sequence. The basic flow is the same as in FIGS. The terminal 6a transmits a SIP message (BYE) requesting termination of the session with the terminal 6b to the SIP server 5a (161). The SIP server 5a is the virtual server of the SIP server 5b.
A SIP message (BYE) is transmitted to the Pv6 address “vsipb6” (162). The address translator 1 detects this SIP message (BYE) and sends the tagged SIP message to SIP.
It transmits to the address translation device 2 (163, 164). SIP message conversion process flow (16
Steps 5 to 168) are the same as steps 108 to 111 in FIG.

アドレス変換装置1は,SIPアドレス変換装置2からIPアドレスを含むパラメー
タを書き換えたSIPメッセージ(BYE)を受信すると(169),SIPメッセージを含
むパケットヘッダのアドレスを変換する(170)。アドレス変換装置1は,SIPサ
ーバ5bの実IPv4アドレス「sipb4」宛にSIPメッセージ(BYE)を送信する(171)
。SIPサーバ5bは,端末6bにSIPメッセージ(BYE)を送信する(172)。
When receiving the SIP message (BYE) in which the parameter including the IP address is rewritten from the SIP address converting device 2 (169), the address converting device 1 converts the address of the packet header including the SIP message (170). The address translation device 1 sends a SIP message (BYE) to the real IPv4 address “sipb4” of the SIP server 5b (171).
. The SIP server 5b transmits a SIP message (BYE) to the terminal 6b (172).

端末6bは,BYEを正常に処理すると,BYEに対する応答200 OKをSIPサーバ5bに
送信する(173)。
When the terminal 6b normally processes the BYE, the terminal 6b transmits a response 200 OK to the BYE to the SIP server 5b (173).

SIPサーバ5bは,BYEに対する応答200 OKをSIPサーバ5aの仮想IPv4アドレス「v
sipa4」宛に送信する(174)。
上記SIPメッセージを検出したアドレス変換装置1は,受信 SIPメッセージがセ
ッション終了に対する応答であることを検出し(175),タグ付きSIPメッセージ
をSIPアドレス変換装置2に送信する(176)。SIPメッセージ変換処理の流れ(17
7から180)は,図27のステップ108から111と同様である。
The SIP server 5b sends a response 200 OK to BYE to the virtual IPv4 address “v” of the SIP server 5a.
It is sent to “sipa4” (174).
The address translation device 1 that has detected the SIP message detects that the received SIP message is a response to the end of the session (175), and sends the tagged SIP message to the SIP address translation device 2 (176). SIP message conversion process flow (17
7 to 180) are the same as steps 108 to 111 in FIG.

アドレス変換装置1は,SIPアドレス変換装置2からパラメータを書き換えられ
たSIPメッセージ(BYE)を受信すると(181),SIPメッセージを含むパケットヘ
ッダのアドレスを変換する。次に,アドレス変換装置1は,タグ管理テーブル30
0をSIPメッセージのcall leg情報を検索キーとしてタグを検索する。次に変換情
報テーブル500に含まれる該当タグの変換エントリと,メディア情報管理テーブ
ル310に含まれる該当タグのエントリを削除する(182)。
アドレス変換装置1は,SIPサーバ5b経由で端末6bにSIPメッセージ(BYE)を送
信する(183,184)。
When the address translator 1 receives the SIP message (BYE) whose parameters have been rewritten from the SIP address translator 2 (181), the address translator 1 translates the address of the packet header including the SIP message. Next, the address translation device 1 includes a tag management table 30.
The tag is searched using 0 as the search key for call leg information of the SIP message. Next, the conversion entry of the corresponding tag included in the conversion information table 500 and the entry of the corresponding tag included in the media information management table 310 are deleted (182).
The address translation device 1 transmits a SIP message (BYE) to the terminal 6b via the SIP server 5b (183, 184).

本発明の実施の形態によると、アドレス変換装置1がタグとcall legの対応関
係を備えることにより、SIP通信終了時に変換エントリの削除が可能になる。
According to the embodiment of the present invention, the address translation device 1 has a correspondence relationship between a tag and a call leg, so that the translation entry can be deleted at the end of SIP communication.

本発明の第4の実施の形態を図面を用いて説明する。   A fourth embodiment of the present invention will be described with reference to the drawings.

本実施例は、IPアドレス変換装置1がSIPメッセージ変換手段を備えることを
特徴とする。
The present embodiment is characterized in that the IP address conversion device 1 includes SIP message conversion means.

図24は、本実施例におけるアドレス変換装置1の構成例を示す。   FIG. 24 shows a configuration example of the address translation device 1 in this embodiment.

パケット転送制御部13は、第1の実施の形態におけるアドレス変換装置1の機
能ブロックに加え、SIPメッセージ変換処理部31と変換規則記憶部32を備える。
The packet transfer control unit 13 includes a SIP message conversion processing unit 31 and a conversion rule storage unit 32 in addition to the functional blocks of the address conversion device 1 in the first embodiment.

SIPメッセージ変換処理部31は、第1の実施の形態におけるSIPアドレス変換装
置2のSIPメッセージ変換処理部26が備える機能を有する。
The SIP message conversion processing unit 31 has a function provided in the SIP message conversion processing unit 26 of the SIP address conversion device 2 in the first embodiment.

変換規則記憶部32は、第1の実施の形態におけるSIPアドレス変換装置2の変換
規則記憶部28が備える機能を有する。
The conversion rule storage unit 32 has a function provided in the conversion rule storage unit 28 of the SIP address conversion device 2 in the first embodiment.

本発明の実施の形態によると、アドレス変換装置1がSIPメッセージ変換手段
を備えることにより、SIPアドレス変換装置2との通信処理を省略できる。従っ
て、 SIPメッセージ変換に伴う処理の高速化が可能になる。
According to the embodiment of the present invention, communication processing with the SIP address translation device 2 can be omitted by providing the address translation device 1 with SIP message translation means. Therefore, it is possible to increase the processing speed associated with SIP message conversion.

第5の実施の形態を説明する。   A fifth embodiment will be described.

図1において網A7がIPv4プライベートアドレスを利用する。網B8がIPv4グロ
ーバルアドレスを利用する。
In FIG. 1, network A7 uses an IPv4 private address. Network B8 uses IPv4 global addresses.

アドレス変換装置1は,IPv4アドレスとIPv6アドレスの変換機能のかわりにIP
v4プライベートアドレスとIPv4グローバルアドレスの変換機能を備える。
The address translator 1 uses IP instead of the IPv4 address and IPv6 address translation function.
Equipped with v4 private address and IPv4 global address conversion function.

本実施例において,IPv4プライベート網7からSIPメッセージを受信したアドレ
ス変換装置1は,SIPメッセージをSIPアドレス変換装置2に送信する。SIPアドレ
ス変換装置2は,変換規則を参照し,変換対象IPアドレスを特定する。例えば,
変換対象アドレスは,SIPサーバ5aのIPv4プライベートアドレスと端末6aのIPv4
プライベートアドレスになる。
In this embodiment, the address translation device 1 that has received the SIP message from the IPv4 private network 7 transmits the SIP message to the SIP address translation device 2. The SIP address conversion device 2 refers to the conversion rule and identifies the conversion target IP address. For example,
The addresses to be translated are the IPv4 private address of the SIP server 5a and the IPv4 of the terminal 6a.
Become a private address.

SIPアドレス変換装置2は,変換対象IPアドレスを含むアドレス問い合わせ要
求をアドレス変換装置1に送信する。
The SIP address translation device 2 transmits an address inquiry request including the translation target IP address to the address translation device 1.

アドレス問い合わせ要求を受信したアドレス変換装置1は,IPv4プライベート
アドレスとIPv4グローバルアドレスの変換エントリを作成する。アドレス変換装
置1はSIPアドレス変換装置2に変換前のIPv4プライベートアドレスと変換後のI
Pv4グローバルアドレスを含むアドレス問い合わせ要求応答を送信する。
The address translation device 1 that has received the address inquiry request creates a translation entry for the IPv4 private address and the IPv4 global address. The address translator 1 converts the IPv4 private address before translation into the SIP address translator 2 and I after translation.
An address inquiry request response including the Pv4 global address is transmitted.

本発明の実施の形態によれば,IPv4プロトコルに従う網A7と網B8をアドレス
変換装置1で相互接続し,SIPアドレス変換装置2がSIPメッセージに含まれるIP
アドレスを書きかえれば,網A7に属する端末と網B8に属する端末のSIPを用いた
音声通信が可能になる。
According to the embodiment of the present invention, the network A7 and the network B8 according to the IPv4 protocol are interconnected by the address translation device 1, and the SIP address translation device 2 is included in the IP included in the SIP message.
If the address is rewritten, voice communication using the SIP of the terminal belonging to the network A7 and the terminal belonging to the network B8 becomes possible.

本発明におけるSIP通信網の構成例を示す構成図。The block diagram which shows the structural example of the SIP communication network in this invention. アドレス変換装置1のブロック図。1 is a block diagram of an address translation device 1. FIG. SIPアドレス変換装置2のブロック図。The block diagram of the SIP address converter 2. FIG. IPv4パケットのフォーマット図。IPv4 packet format diagram. IPv6パケットのフォーマット図。IPv6 packet format diagram. SIPのメッセージフォーマット図。SIP message format diagram. 本発明におけるプロトコルスタック図。The protocol stack figure in this invention. SIP INVITEメッセージ例1の図。The figure of SIP INVITE message example 1. SIP INVITEメッセージ例2の図。The figure of SIP INVITE message example 2. SIP INVITEメッセージ例3の図。The figure of SIP INVITE message example 3. SIP INVITEメッセージ例4の図。The figure of SIP INVITE message example 4. SIP 200 OKメッセージ例1の図。The figure of SIP 200 OK message example 1. SIP 200 OKメッセージ例2の図。The figure of SIP 200 OK message example 2. SIP 200 OKメッセージ例3の図。The figure of SIP 200 OK message example 3. SIP 200 OKメッセージ例4の図。The figure of SIP 200 OK message example 4. アドレス問い合わせ要求のメッセージフォーマット図。The message format figure of an address inquiry request. アドレス問い合わせ要求応答のメッセージフォーマット図。The message format figure of an address inquiry request response. SIPアドレス変換装置2が備えるSIPメッセージ変換処理ルーチン図。The SIP message conversion process routine figure with which the SIP address conversion apparatus 2 is provided. アドレス変換装置1が備える変換情報テーブル図。The conversion information table figure with which the address converter 1 is provided. 本発明の第2及び第3の実施例におけるアドレス変換装置1のブロック図。The block diagram of the address translation apparatus 1 in the 2nd and 3rd Example of this invention. 本発明の第2及び第3の実施例におけるタグ付きSIPメッセージ例図。FIG. 9 is a diagram showing an example of a tagged SIP message in the second and third embodiments of the present invention. 本発明の第2の実施例におけるアドレス変換装置1のタグ付与処理ルーチン図。The tag provisioning process routine figure of the address translation apparatus 1 in 2nd Example of this invention. 本発明の第2及び第3の実施例におけるSIPアドレス変換装置2のSIPメッセージ変換処理ルーチン図。The SIP message conversion process routine figure of the SIP address conversion apparatus 2 in the 2nd and 3rd Example of this invention. 本発明の第4の実施例におけるアドレス変換装置1のブロック図。The block diagram of the address translation apparatus 1 in the 4th Example of this invention. 本発明におけるSIP変換対象パラメータリスト例図。The SIP conversion object parameter list example figure in this invention. 本発明におけるSIPメッセージ変換規則例図。The SIP message conversion rule example figure in this invention. 本発明におけるSIP通信シーケンス図1。FIG. 1 is a SIP communication sequence diagram according to the present invention. 本発明におけるSIP通信シーケンス図2。FIG. 2 is a SIP communication sequence diagram according to the present invention. 本発明におけるSIP通信シーケンス図3。FIG. 3 is a SIP communication sequence in the present invention. 本発明の第3の実施例におけるアドレス変換装置1のタグ付与処理ルーチン図。The tag addition process routine figure of the address translation apparatus 1 in 3rd Example of this invention. 本発明の第3の実施例におけるタグ管理テーブルのテーブル図。The table figure of the tag management table in 3rd Example of this invention. 本発明の第3の実施例におけるメディア情報管理テーブルのテーブル図。The table figure of the media information management table in the 3rd Example of this invention. 本発明の第3の実施例におけるSIP通信シーケンス図1。FIG. 1 is a SIP communication sequence diagram 1 according to a third embodiment of the present invention. 本発明の第3の実施例におけるSIP通信シーケンス図2。FIG. 2 is a SIP communication sequence diagram 2 in the third embodiment of the present invention. 本発明の第3の実施例におけるSIP通信シーケンス図3。FIG. 3 is a SIP communication sequence diagram 3 according to the third embodiment of the present invention.

符号の説明Explanation of symbols

1 アドレス変換装置、2 SIPアドレス変換装置、3 DNS-ALG、5 SIPサーバ、6
端末、41 IPヘッダ、42 TCP/UDPヘッダ、43 ペイロード、51 送信元IPv4アドレ
ス、52 着信先IPv4アドレス、53 IPv4ペイロード、54 送信元IPv6アドレス、55
着信先IPv6アドレス、56 IPv6ペイロード、60 SIPメッセージ変換処理ルーチン1
、70 SIPメッセージ変換処理ルーチン2、80 タグ付与処理ルーチン1,90 タグ
付与処理ルーチン2。
1 Address translator, 2 SIP address translator, 3 DNS-ALG, 5 SIP server, 6
Terminal, 41 IP header, 42 TCP / UDP header, 43 Payload, 51 Source IPv4 address, 52 Destination IPv4 address, 53 IPv4 payload, 54 Source IPv6 address, 55
Destination IPv6 address, 56 IPv6 payload, 60 SIP message conversion processing routine 1
70 SIP message conversion processing routine 2, 80 Tag assignment processing routine 1, 90 Tag assignment processing routine 2.

Claims (14)

第一のプロトコルに従うネットワーク、第二のプロトコルに従うネットワーク、およびサーバ装置に接続されたアドレス変換装置であって、
受信した通信データの第一の領域に含まれるアドレスを、上記第一のプロトコルに従うアドレスから上記第二のプロトコルに従うアドレスに変換する変換部と、
上記通信データが特定のプロトコルに従うことを検出する検出手段と、
上記検出手段によって特定のプロトコルに従うことが検出された場合に、上記通信データの第二の領域に含まれるアドレスを、上記第一のプロトコルに従うアドレスから上記第二のプロトコルに従うアドレスに変換するための変換情報を作成する手段と、
上記通信データと上記変換情報を上記サーバ装置に送信し、上記サーバ装置から上記変換情報に基づいて上記第二の領域に含まれるアドレスが変換された上記通信データを受信する送受信部とを有し、
上記通信データと上記変換情報を上記サーバ装置に送信する際に、上記第二の領域に含まれるパラメータのうち上記変換が必要なパラメータにタグを付して上記通信データを送信することを特徴とするアドレス変換装置。
A network according to a first protocol, a network according to a second protocol, and an address translation device connected to a server device,
A conversion unit that converts an address included in the first area of the received communication data from an address according to the first protocol to an address according to the second protocol;
Detecting means for detecting that the communication data follows a specific protocol;
When the detection means detects that the communication protocol conforms to a specific protocol, the address included in the second area of the communication data is converted from the address conforming to the first protocol to the address conforming to the second protocol. Means for creating conversion information;
A transmission / reception unit that transmits the communication data and the conversion information to the server device, and receives the communication data in which the address included in the second area is converted based on the conversion information from the server device; ,
When transmitting the communication data and the conversion information to the server device, the communication data is transmitted by attaching a tag to the parameter that needs to be converted among the parameters included in the second area. Address translation device.
上記検出手段は、上記通信データに含まれる着信先情報、着信先情報とそのポート情報、またはポート情報のうち少なくともいずれか一つに基づき上記特定のプロトコルに従うことを検出することを特徴とする請求項1記載のアドレス変換装置。 The detection means detects that the specified protocol is followed based on at least one of destination information, destination information and its port information, or port information included in the communication data. Item 2. The address translation device according to Item 1. 上記特定のプロトコルはSIPであり、上記第一の領域はIPヘッダであり、上記第二の領域はペイロードであることを特徴とする請求項1記載のアドレス変換装置。 2. The address translation apparatus according to claim 1, wherein the specific protocol is SIP, the first area is an IP header, and the second area is a payload. 上記第一のプロトコルはIPv4であり、上記第二のプロトコルはIPv6であることを特徴とする請求項1記載のアドレス変換装置。 2. The address translation apparatus according to claim 1, wherein the first protocol is IPv4 and the second protocol is IPv6. 上記第一のプロトコルはIPv6であり、上記第二のプロトコルはIPv4であることを特徴とする請求項1記載のアドレス変換装置。 2. The address translation apparatus according to claim 1, wherein the first protocol is IPv6 and the second protocol is IPv4. 上記第一のプロトコルに従うアドレスとはプライベートアドレスであり、上記第二のプロトコルに従うアドレスとはグローバルアドレスであることを特徴とする請求項1記載のアドレス変換装置。 2. The address translation apparatus according to claim 1, wherein the address according to the first protocol is a private address, and the address according to the second protocol is a global address. 上記第一のプロトコルに従うアドレスとはグローバルアドレスであり、上記第二のプロトコルに従うアドレスとはプライベートアドレスであることを特徴とする請求項1記載のアドレス変換装置。 2. The address translation apparatus according to claim 1, wherein the address according to the first protocol is a global address, and the address according to the second protocol is a private address. 第一のアドレス体系に従うネットワーク、第二のアドレス体系に従うネットワーク、およびサーバ装置に接続されたアドレス変換装置であって、
受信した通信データの第一の領域に含まれるアドレスを、上記第一のアドレス体系に従うアドレスから上記第二のアドレス体系に従うアドレスに変換する変換部と、
上記通信データが特定のプロトコルに従うことを検出する検出手段と、
上記検出手段によって特定のプロトコルに従うことが検出された場合に、上記通信データの第二の領域に含まれるアドレスを、上記第一のアドレス体系に従うアドレスから上記第二のアドレス体系に従うアドレスに変換するための変換情報を作成する手段と、
上記通信データと上記変換情報を上記サーバ装置に送信し、上記サーバ装置から上記変換情報に基づいて上記第二の領域に含まれるアドレスが変換された上記通信データを受信する送受信部とを有し、
上記通信データと上記変換情報を上記サーバ装置に送信する際に、上記第二の領域に含まれるパラメータのうち上記変換が必要なパラメータにタグを付して上記通信データを送信することを特徴とするアドレス変換装置。
A network according to the first address system, a network according to the second address system, and an address translation device connected to the server device,
A conversion unit that converts an address included in the first area of the received communication data from an address according to the first address system to an address according to the second address system;
Detecting means for detecting that the communication data follows a specific protocol;
When it is detected by the detection means that a specific protocol is followed, the address included in the second area of the communication data is converted from an address according to the first address system to an address according to the second address system. Means for creating conversion information for
A transmission / reception unit that transmits the communication data and the conversion information to the server device, and receives the communication data in which the address included in the second area is converted based on the conversion information from the server device; ,
When transmitting the communication data and the conversion information to the server device, the communication data is transmitted by attaching a tag to the parameter that needs to be converted among the parameters included in the second area. Address translation device.
上記検出手段は、上記通信データに含まれる着信先情報、着信先情報とそのポート情報、またはポート情報のうち少なくともいずれか一つに基づき上記特定のプロトコルに従うことを検出することを特徴とする請求項8記載のアドレス変換装置。 The detection means detects that the specified protocol is followed based on at least one of destination information, destination information and its port information, or port information included in the communication data. Item 9. The address conversion device according to Item 8. 上記特定のプロトコルはSIPであり、上記第一の領域はIPヘッダであり、上記第二の領域はペイロードであることを特徴とする請求項8記載のアドレス変換装置。 9. The address translation apparatus according to claim 8, wherein the specific protocol is SIP, the first area is an IP header, and the second area is a payload. 上記第一のアドレス体系はIPv4であり、上記第二のアドレス体系はIPv6であることを特徴とする請求項8記載のアドレス変換装置。 9. The address translation apparatus according to claim 8, wherein the first address system is IPv4 and the second address system is IPv6. 上記第一のアドレス体系はIPv6であり、上記第二のアドレス体系はIPv4であることを特徴とする請求項8記載のアドレス変換装置。 9. The address translation apparatus according to claim 8, wherein the first address system is IPv6 and the second address system is IPv4. 上記第一のアドレス体系に従うアドレスとはプライベートアドレスであり、上記第二のアドレス体系に従うアドレスとはグローバルアドレスであることを特徴とする請求項8記載のアドレス変換装置。 9. The address translation apparatus according to claim 8, wherein the address according to the first address system is a private address, and the address according to the second address system is a global address. 上記第一のアドレス体系に従うアドレスとはグローバルアドレスであり、上記第二のアドレス体系に従うアドレスとはプライベートアドレスであることを特徴とする請求項8記載のアドレス変換装置。 9. The address translation apparatus according to claim 8, wherein the address according to the first address system is a global address, and the address according to the second address system is a private address.
JP2006298414A 2006-11-02 2006-11-02 Address translation apparatus, message processing method and apparatus Expired - Lifetime JP3928662B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006298414A JP3928662B2 (en) 2006-11-02 2006-11-02 Address translation apparatus, message processing method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006298414A JP3928662B2 (en) 2006-11-02 2006-11-02 Address translation apparatus, message processing method and apparatus

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2001373520A Division JP4349766B2 (en) 2001-12-07 2001-12-07 Address translation device

Publications (2)

Publication Number Publication Date
JP2007060716A true JP2007060716A (en) 2007-03-08
JP3928662B2 JP3928662B2 (en) 2007-06-13

Family

ID=37923688

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006298414A Expired - Lifetime JP3928662B2 (en) 2006-11-02 2006-11-02 Address translation apparatus, message processing method and apparatus

Country Status (1)

Country Link
JP (1) JP3928662B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010147884A (en) * 2008-12-19 2010-07-01 Nakayo Telecommun Inc Gateway having distributed processing function, and communication terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010147884A (en) * 2008-12-19 2010-07-01 Nakayo Telecommun Inc Gateway having distributed processing function, and communication terminal

Also Published As

Publication number Publication date
JP3928662B2 (en) 2007-06-13

Similar Documents

Publication Publication Date Title
JP4349766B2 (en) Address translation device
JP3972733B2 (en) Address translation device, address translation system, and SIP server
US20040246991A1 (en) IP address translator and packet transfer apparatus
US8320384B2 (en) Packet forwarding apparatus suitable for real time packets
EP2449749B1 (en) Method and apparatus for relaying packets
US20040153858A1 (en) Direct peer-to-peer transmission protocol between two virtual networks
EP2161881B1 (en) Method for acquiring traversal resource, peer to peer node and peer to peer system
JP3928664B2 (en) Address translation apparatus, message processing method and apparatus
JP2008258917A (en) Identical nat subordinate communication control system, nat device, identical nat subordinate communication control method, and program
JP3928663B2 (en) Address translation apparatus, message processing method and apparatus
JP3928662B2 (en) Address translation apparatus, message processing method and apparatus
JP4350029B2 (en) Address translation system
JP4350030B2 (en) Address translation method
JP4793477B2 (en) Address translation apparatus, message processing method and apparatus
JP4793476B2 (en) Address translation apparatus, message processing method and apparatus
JP4311471B2 (en) Address translation device, address translation system, and SIP server
JP2003046530A (en) Communication method among ip networks with different address spaces, and device with global ip address
JP2007110266A (en) Router, packet forward method, and packet forward program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061201

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: 20070213

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070226

R151 Written notification of patent or utility model registration

Ref document number: 3928662

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

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

Free format text: PAYMENT UNTIL: 20100316

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

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

Free format text: PAYMENT UNTIL: 20100316

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20100316

Year of fee payment: 3

R371 Transfer withdrawn

Free format text: JAPANESE INTERMEDIATE CODE: R371

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

Free format text: PAYMENT UNTIL: 20100316

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20100316

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20110316

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110316

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120316

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130316

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20130316

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20140316

Year of fee payment: 7

EXPY Cancellation because of completion of term