JP4961368B2 - Terminal device, NAT traversal method, and program - Google Patents

Terminal device, NAT traversal method, and program Download PDF

Info

Publication number
JP4961368B2
JP4961368B2 JP2008045109A JP2008045109A JP4961368B2 JP 4961368 B2 JP4961368 B2 JP 4961368B2 JP 2008045109 A JP2008045109 A JP 2008045109A JP 2008045109 A JP2008045109 A JP 2008045109A JP 4961368 B2 JP4961368 B2 JP 4961368B2
Authority
JP
Japan
Prior art keywords
terminal device
http
communication
address
message
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.)
Expired - Fee Related
Application number
JP2008045109A
Other languages
Japanese (ja)
Other versions
JP2009206657A (en
Inventor
智広 西谷
和博 荒井
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.)
NTT Communications Corp
Original Assignee
NTT Communications Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NTT Communications Corp filed Critical NTT Communications Corp
Priority to JP2008045109A priority Critical patent/JP4961368B2/en
Publication of JP2009206657A publication Critical patent/JP2009206657A/en
Application granted granted Critical
Publication of JP4961368B2 publication Critical patent/JP4961368B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)

Description

本発明は、NAT(Network Address Translation)装置の配下にある端末装置が、NAT装置を通過して他の端末装置と通信を行うNAT越え技術に関するものである。   The present invention relates to a NAT traversal technique in which a terminal device under a NAT (Network Address Translation) device communicates with another terminal device through the NAT device.

プライベートIPアドレスとグローバルIPアドレスとを相互に変換することにより、プライベートIPアドレスが割り当てられた端末からインターネットへのアクセスを可能とするNAT装置(NATルータ等)が普及している。   2. Description of the Related Art NAT devices (such as NAT routers) that allow access to the Internet from a terminal assigned with a private IP address by converting a private IP address and a global IP address to each other have become widespread.

さて、VoIP技術等を利用したIPメディア通信サービスが普及しているが、家庭内網や社内網等のプライベートネットワークの中にある端末装置は一般にNAT装置の配下にあるため、そのような端末装置はNAT装置を介して外部の端末装置と通信を行うことになる。なお、本明細書及び特許請求の範囲において、NATはNAPT(Network Address Port Translation)を含む意味で使用している。   Now, IP media communication services using VoIP technology are popular, but terminal devices in private networks such as home networks and company networks are generally under the control of NAT devices. Communicates with an external terminal device via a NAT device. In the present specification and claims, NAT is used to include NAPT (Network Address Port Translation).

ここで、現在普及しているVoIP技術を利用したメディア通信サービスでは一般的にシグナリングプロトコルとしてSIP(Session Initiation Protocol)が使われる。しかし、SIPでは、SIPメッセージ送受信に使用するアドレスや、メディア通信に使用するアドレスをSIPメッセージの内部に書き込んでいるため、IPパケットのアドレスがNAT装置により変換されても、SIPメッセージ内部のアドレスが変換されないことから、NAT装置を介して端末装置同士でSIPに基づくメディア通信を行うことは通常は困難である。なお、SIPメッセージの送受信、及びメディアの送受信はUDP(User Datagram Protocol)により行われる。   Here, SIP (Session Initiation Protocol) is generally used as a signaling protocol in a media communication service using VoIP technology that is currently in widespread use. However, in SIP, the address used for SIP message transmission and reception and the address used for media communication are written inside the SIP message, so even if the IP packet address is converted by the NAT device, the address inside the SIP message is Since it is not converted, it is usually difficult to perform media communication based on SIP between terminal devices via a NAT device. Note that transmission / reception of SIP messages and transmission / reception of media are performed by UDP (User Datagram Protocol).

NAT装置を経由してSIPを利用した通信を可能とするための主な技術として、STUN-bis(Session Traversal Utilities for NAT、非特許文献1)、TURN(Traversal Using Relays around NAT、非特許文献2)、HTTPトンネリング等がある。以下、STUN-bisは単にSTUNと記載することにする。   STUN-bis (Session Traversal Utilities for NAT, Non-Patent Document 1), TURN (Traversal Using Relays around NAT, Non-Patent Document 2) are the main technologies for enabling communication using SIP via a NAT device. ), HTTP tunneling, etc. In the following, STUN-bis is simply described as STUN.

STUNは、端末装置がNAT装置の外側のグローバルIPアドレスとポート番号を取得することを可能にする技術であり、これにより、端末装置は、通信の相手にグローバルIPアドレスとポート番号を伝えることができる。   STUN is a technology that enables a terminal device to obtain a global IP address and port number outside the NAT device. This allows the terminal device to communicate the global IP address and port number to the communication partner. it can.

TURNは、メディア(UDPデータ)を中継するためのTURNサーバをグローバルネットワーク側に配置し、NAT装置配下の端末装置と、外部の端末装置とがTURNサーバを経由して通信可能とする技術である。   TURN is a technology that places a TURN server for relaying media (UDP data) on the global network side so that terminal devices under the NAT device can communicate with external terminal devices via the TURN server. .

HTTPトンネリングは、メディア(UDPデータ)を中継するためのHTTPトンネリングサーバをグローバルネットワーク側に配置し、実際に通信したいデータ(UDPデータ等)をHTTPヘッダでカプセリングすることにより、NAT装置配下の端末装置と、外部の端末装置とがHTTPトンネリングサーバを経由して通信可能とする技術である。NAT装置からは通常のHTTP通信のように見せかけて通信を行うことになる。   In HTTP tunneling, an HTTP tunneling server for relaying media (UDP data) is placed on the global network side, and the data (UDP data, etc.) that you want to communicate with is encapsulated with the HTTP header, so that the terminal device under the NAT device And an external terminal device can communicate with each other via an HTTP tunneling server. From the NAT device, communication is performed as if it is normal HTTP communication.

また、上記以外にも例えば、NAT装置配下に存在する各端末装置が内部からUDPパケットを送信し、NAT装置に穴を開けて、NAT装置配下に存在する端末装置同士が第三者を介さずにUDP通信を行うためのUDP Hole Punchingという技術がある。   In addition to the above, for example, each terminal device subordinate to the NAT device transmits a UDP packet from the inside, pierces the NAT device, and the terminal devices subordinate to the NAT device do not pass through a third party. In addition, there is a technology called UDP Hole Punching for performing UDP communication.

しかし、STUNやUDP Hole Punchingでは、UDPパケットを透過させないNAT装置、及びシンメトリックNAT装置に適用できない。また、TURNはシンメトリックNAT装置には適用できるがUDPパケットを透過させないNAT装置には適用できない。HTTPトンネリングは一般にどのようなNAT装置にも適用できる。   However, STUN and UDP Hole Punching cannot be applied to NAT devices that do not transmit UDP packets and symmetric NAT devices. TURN can be applied to a symmetric NAT device, but cannot be applied to a NAT device that does not transmit UDP packets. HTTP tunneling is generally applicable to any NAT device.

一方、HTTPトンネリング技術は、通信データをサーバを中継させる処理、及び、カプセリング/デカプセリング処理が必要となるため、直接端末装置間でメディア通信を行うことが可能なSTUN-bisやUDP Hole Punchingよりも遅延が大きくなる。また、TURNについても、通信データをサーバを中継させる処理の分、STUN-bisやUDP Hole Punchingよりも遅延が大きくなる。また、TURNやHTTPトンネリングではサーバに負荷がかかり、当該サーバにアクセスが集中する場合は、遅延が更に大きくなる。なお、NAT越えの方式としてUPnP(Universal Plug and Play)と呼ばれる技術もあるが、当該機能を実装していないあるいは出荷時に当該機能がデフォルト停止している機器が多く、SIPのNAT越えの方式としては一般的でない。
特開2005-198181号公報 RFC3489bis 平成20年2月24日検索、インターネット、<URL: http://tools.ietf.org/html/draft-ietf-behave-turn-06> 平成20年2月24日検索、インターネット、<URL: http://tools.ietf.org/html/draft-ietf-mmusic-ice-19
On the other hand, the HTTP tunneling technology requires processing of relaying communication data to the server and encapsulation / decapsulation processing, so STUN-bis and UDP Hole Punching that can perform media communication directly between terminal devices Also increases the delay. TURN also has a larger delay than STUN-bis and UDP Hole Punching because of the process of relaying communication data to the server. In addition, in TURN and HTTP tunneling, a load is applied to the server, and when access is concentrated on the server, the delay is further increased. There is also a technology called UPnP (Universal Plug and Play) as a NAT traversal method, but there are many devices that do not implement the function or have the function stopped by default at the time of shipment. Is not common.
JP 2005-198181 A RFC3489bis February 24, 2008 Search, Internet, <URL: http://tools.ietf.org/html/draft-ietf-behave-turn-06> February 24, 2008 Search, Internet, <URL: http://tools.ietf.org/html/draft-ietf-mmusic-ice-19

上記の背景技術から、NAT装置の種類等に応じて、適切なNAT越えの方式を選択することが必要である。NAT越えの方式のうちTURNとSTUNに関しては、これらのうち最適なものを選択することが可能なICE(Interactive Connectivity Establishment、非特許文献3)と呼ばれる技術が存在する。   From the above background art, it is necessary to select an appropriate NAT traversal method according to the type of NAT device. As for TURN and STUN among the NAT traversal methods, there is a technology called ICE (Interactive Connectivity Establishment, Non-Patent Document 3) that can select an optimum one of these.

ICEでは、SIP機能を備えた端末装置が、通信を開始する前に、STUNやTURNで利用可能なアドレス情報を取得し、得られたアドレス情報及び自身のアドレス情報をSIPメッセージの中に含めて送信し、そのメッセージを受け取ったICEをサポートする相手端末装置が、どのアドレスと通信可能かを調べ、所定のルールに基づき通信可能なアドレスのうち最も効率的なアドレスを選択して通信を行う。通信の効率から考えて、選択の優先順位は、自身のアドレスが最も高く(つまりNAT装置を介さないローカル通信を行う場合)、次にSTUNのアドレス、その次にTURNのアドレスとなるのが一般的である。   In ICE, a terminal device equipped with a SIP function acquires address information that can be used by STUN or TURN before starting communication, and includes the obtained address information and its own address information in a SIP message. The counterpart terminal device that supports the ICE that transmitted and received the message checks with which address communication is possible, and performs communication by selecting the most efficient address among communicable addresses based on a predetermined rule. Considering the efficiency of communication, the priority of selection is the highest in its own address (that is, when performing local communication not via a NAT device), then the STUN address, and then the TURN address in general. Is.

しかしながら、従来技術では、NAT越え方式の選択肢としてHTTPトンネリングは考慮されていない。従って、従来技術では、HTTPトンネリングが基本的にどのようなNAT装置配下でも通信を可能としてくれることを理由に、他の方式の利用可能性にかかわらず、HTTPトンネリング方式のみを利用する方式としてしまうことがあり得る。しかし、前述したように、HTTPトンネリング方式はサーバへの負荷や通信遅延が大きくなる方式であり、IP電話等のリアルタイムのメディア通信への使用は、他のより遅延の小さい方式でメディア通信が可能であるのであればできるだけ避けたほうが望ましい。   However, the prior art does not consider HTTP tunneling as an option for NAT traversal. Therefore, in the conventional technology, because HTTP tunneling basically enables communication under any NAT device, regardless of the availability of other methods, only the HTTP tunneling method is used. It can happen. However, as described above, the HTTP tunneling method increases the load on the server and the communication delay, so that it can be used for real-time media communication such as an IP phone for other types of communication with a smaller delay. If it is, it is better to avoid it as much as possible.

本発明は上記の点に鑑みてなされたものであり、SIPに基づくVoIP等のメディア通信をNAT装置を介して端末装置間で行う場合において、NAT越え方式としてHTTPトンネリングを必要に応じて選択することを可能とする技術を提供することを目的とする。   The present invention has been made in view of the above points, and when performing media communication such as VoIP based on SIP between terminal devices via a NAT device, HTTP tunneling is selected as necessary as a NAT traversal method. It is an object to provide a technology that makes it possible.

上記の課題を解決するために、本発明は、NAT装置の配下に備えられる端末装置であって、前記NAT装置の外部の通信ネットワークに接続された所定の装置に向けてUDP透過判定メッセージを送信し、前記UDP透過判定メッセージに対する前記所定の装置からの応答メッセージを受信するか否かを判定するUDP透過判定手段と、前記UDP透過判定手段により、前記所定の装置からの応答メッセージを受信しなかったと判定された場合に、前記NAT装置の外部の通信ネットワークに接続されたHTTPトンネリング装置との間にHTTPトンネルを設定するHTTPトンネル設定手段と、前記HTTPトンネルを経由して、他の端末装置との間でメディア通信のためのシグナリングメッセージの送受信を行うシグナリングメッセージ通信手段とを備えたことを特徴とする端末装置として構成される。   In order to solve the above problems, the present invention provides a terminal device provided under the control of a NAT device, and transmits a UDP transmission determination message to a predetermined device connected to a communication network outside the NAT device. And a UDP transmission determination unit that determines whether or not to receive a response message from the predetermined device in response to the UDP transmission determination message, and a response message from the predetermined device is not received by the UDP transmission determination unit. An HTTP tunnel setting means for setting an HTTP tunnel with an HTTP tunneling device connected to an external communication network of the NAT device, and another terminal device via the HTTP tunnel. A signaling message communication means for transmitting and receiving signaling messages for media communication between Configured.

前記端末装置は、前記端末装置において前記シグナリングメッセージを用いる機能の動作が終了したことを検知した場合に、前記HTTPトンネルを終了させる手段を有することとしてもよい。
また、前記端末装置は、前記NAT装置の外部の通信ネットワークに接続された外部装置と通信を行うための外部通信用アドレスの割り当てを前記HTTPトンネリング装置に要求するアドレス割り当て要求手段を有し、前記端末装置は、前記外部装置から前記端末装置への通信のための宛先アドレスとして、前記HTTPトンネリング装置により割り当てられた前記外部通信用アドレスを前記シグナリングメッセージの内部に含めることとしてもよい。
The terminal device may include means for terminating the HTTP tunnel when it is detected that the operation of the function using the signaling message is terminated in the terminal device.
Further, the terminal device has an address assignment requesting unit that requests the HTTP tunneling device to assign an address for external communication for communicating with an external device connected to a communication network outside the NAT device, The terminal device may include the external communication address assigned by the HTTP tunneling device in the signaling message as a destination address for communication from the external device to the terminal device.

また、前記HTTPトンネル設定手段は、前記HTTPトンネリング装置との間にメディア通信用のHTTPトンネルを設定する手段を有し、前記端末装置は、前記他の端末装置からメディア通信データを受信するための候補となるアドレスとして、少なくとも前記端末装置自身のアドレスと、前記HTTPトンネリング装置において前記端末装置のメディア通信用に割り当てられた外部通信用アドレスとを前記他の端末装置に対して送信する送信手段と、ICE機能を有する前記他の端末装置において、前記メディア通信用の外部通信用アドレスが前記端末装置へのメディア送信用のアドレスとして選択されなかった場合に、前記メディア通信用のHTTPトンネルを終了させる手段とを有することとしてもよい。   The HTTP tunnel setting means has means for setting an HTTP tunnel for media communication with the HTTP tunneling device, and the terminal device receives media communication data from the other terminal device. Transmission means for transmitting at least the address of the terminal device itself and the external communication address assigned for media communication of the terminal device in the HTTP tunneling device to the other terminal device as candidate addresses. In the other terminal device having the ICE function, when the external communication address for media communication is not selected as an address for media transmission to the terminal device, the HTTP tunnel for media communication is terminated. It is good also as having a means.

また、本発明は、上記端末装置が実行するNAT越え方法として構成することができ、上記端末装置における各手段をコンピュータに実現させるためのプログラムとして構成することもできる。   Further, the present invention can be configured as a NAT traversal method executed by the terminal device, and can also be configured as a program for causing a computer to realize each means in the terminal device.

本発明によれば、UDP透過判定手段によりUDP非透過であると判定した場合にHTTPトンネルを設定し、当該HTTPトンネルを経由して、他の端末装置との間でメディア通信のためのシグナリングメッセージの送受信を行うこととしたため、NAT越え方式としてHTTPトンネリングを必要に応じて選択することが可能となる。   According to the present invention, an HTTP tunnel is set when it is determined that UDP is not transparent by the UDP transmission determining means, and a signaling message for media communication with another terminal device via the HTTP tunnel Therefore, HTTP tunneling can be selected as necessary as a NAT traversal method.

以下、図面を参照して、本発明の実施の形態について説明する。なお、以下の説明において、特に断らない限り、アドレスとはIPアドレスのことであり、ポートとはポート番号のことである。   Embodiments of the present invention will be described below with reference to the drawings. In the following description, unless otherwise specified, an address is an IP address, and a port is a port number.

(システム構成)
図1に、本実施の形態におけるシステムの全体構成を示す。図1に示すように、本実施の形態のシステムは、NAT装置N1、NAT装置N1配下にある端末装置T1、NAT装置N2、NAT装置N2配下にある端末装置T2、SIPサーバS1、STUNサーバST1、HTTPトンネリングサーバHP1(TURNサーバを兼ねる)、及びHTTPトンネリングサーバHP2(TURNサーバを兼ねる)を有する。SIPサーバS1とSTUNサーバST1は同一装置内に設けることとしてもよい。また、HTTPトンネリングサーバの機能を持たないTURNサーバを備えることとしてもよい。
(System configuration)
FIG. 1 shows the overall configuration of the system in the present embodiment. As shown in FIG. 1, the system of this embodiment includes a NAT device N1, a terminal device T1 under the NAT device N1, a NAT device N2, a terminal device T2 under the NAT device N2, a SIP server S1, and a STUN server ST1. HTTP tunneling server HP1 (also serving as a TURN server) and HTTP tunneling server HP2 (also serving as a TURN server). SIP server S1 and STUN server ST1 may be provided in the same apparatus. Moreover, it is good also as providing the TURN server which does not have the function of an HTTP tunneling server.

本システムにおいて、NAT装置N1は、グローバルネットワークであるインターネット6に接続されるとともに、プライベートネットワーク7に接続される。また、端末装置T1はプライベートネットワーク7に接続される。NAT装置N2は、インターネット6に接続されるとともに、プライベートネットワーク8に接続される。また、端末装置T2はプライベートネットワーク8に接続される。   In this system, the NAT device N1 is connected to the Internet 6 which is a global network and to a private network 7. The terminal device T1 is connected to the private network 7. The NAT device N2 is connected to the Internet 6 and to the private network 8. The terminal device T2 is connected to the private network 8.

また、HTTPトンネリングサーバHP1は、端末装置T1側にサービスを提供するものとし、HTTPトンネリングサーバHP2は、端末装置T2側にサービスを提供するものとする。   The HTTP tunneling server HP1 is assumed to provide a service to the terminal device T1, and the HTTP tunneling server HP2 is assumed to provide a service to the terminal device T2.

本システムにおけるSIPサーバS1は、SIPの中継処理を行うサーバである。STUNサーバST1は、STUNの仕様に準拠した機能を有するサーバであり、端末装置からの要求に基づき、NAT装置外部のアドレス情報を返す機能等を有するサーバである。HTTPトンネリングサーバHP1は、端末装置T1との間でHTTPトンネルを形成する機能と、TURNの仕様に準拠して、端末装置からの要求に基づき、データ中継用のアドレス情報を割り当て、それを端末装置に返す機能、アドレスのバインディング情報を保持し、データの中継を行う機能等を有するサーバである。HTTPトンネリングサーバHP2もHTTPトンネリングサーバH1と同様の機能を有する。つまり、HTTPトンネリングサーバHP1、HP2はそれぞれ、HTTPトンネリングサーバ機能とTURNサーバ機能を有している。   The SIP server S1 in this system is a server that performs SIP relay processing. The STUN server ST1 is a server having a function conforming to the STUN specification, and is a server having a function of returning address information outside the NAT device based on a request from the terminal device. The HTTP tunneling server HP1 assigns address information for data relay based on the request from the terminal device in accordance with the function of forming an HTTP tunnel with the terminal device T1 and the specification of TURN, and assigns it to the terminal device. This is a server having a function of returning to, a function of holding address binding information and relaying data. The HTTP tunneling server HP2 has the same function as the HTTP tunneling server H1. That is, the HTTP tunneling servers HP1 and HP2 each have an HTTP tunneling server function and a TURN server function.

図2に、端末装置T1の機能構成図を示す。なお、端末装置T2も端末装置T1と全く同じ構成であるため、端末装置T1のみについて説明する。図2に示すように、端末装置T1は、通信インタフェース部11、制御部12、HTTPトンネリング機能部13、メディア通信部14、SIP機能部15、STUN機能部16、TURN機能部17、ICE機能部18を有する。通信インタフェース部11は、外部装置と通信ネットワークを介してデータ通信を行うための機能部である。制御部12は、UDP透過判定機能、SIP通信終了判定機能、HTTPトンネル終了判定機能等を含み、各機能部の動作を制御したり、各機能部間の連携をとるための機能部である。HTTPトンネリング機能部13は、HTTPトンネリングサーバHP1との間にHTTPトンネルを構築し、当該HTTPトンネルを用いてデータ通信を行うための機能部である。メディア通信部14は、他の端末装置との間で音声通信等のメディア通信を行うための機能部である。SIP機能部15は、SIPの仕様における端末側の機能を有する機能部である。STUN機能部16は、STUNの仕様における端末側の機能を有する機能部である。TURN機能部17は、TURNの仕様における端末側の機能を有する機能部である。ICE機能部18は、ICEの仕様に従った動作をする機能部である。また、図示していないが、端末装置T1には、SIPを利用するアプリケーションが搭載されているものとする。   FIG. 2 shows a functional configuration diagram of the terminal device T1. Since the terminal device T2 has exactly the same configuration as the terminal device T1, only the terminal device T1 will be described. As shown in FIG. 2, the terminal device T1 includes a communication interface unit 11, a control unit 12, an HTTP tunneling function unit 13, a media communication unit 14, a SIP function unit 15, a STUN function unit 16, a TURN function unit 17, and an ICE function unit. 18 The communication interface unit 11 is a functional unit for performing data communication with an external device via a communication network. The control unit 12 includes a UDP transmission determination function, a SIP communication end determination function, an HTTP tunnel end determination function, and the like, and is a function unit for controlling the operation of each function unit and for coordinating between the function units. The HTTP tunneling function unit 13 is a function unit for constructing an HTTP tunnel with the HTTP tunneling server HP1 and performing data communication using the HTTP tunnel. The media communication unit 14 is a functional unit for performing media communication such as voice communication with another terminal device. The SIP function unit 15 is a function unit having functions on the terminal side in the SIP specification. The STUN function unit 16 is a function unit having functions on the terminal side in the STUN specification. The TURN function unit 17 is a function unit having a function on the terminal side in the TURN specification. The ICE function unit 18 is a function unit that operates according to the specifications of the ICE. Although not shown, it is assumed that an application using SIP is installed in the terminal device T1.

端末装置T1は、CPU、記憶装置等を有するコンピュータに上記の各機能を実現するためのプログラムを実行させることにより実現できる。当該プログラムは可搬メモリ等の記録媒体からコンピュータにインストールすることとしてもよいし、ネットワーク上のサーバからダウンロードすることとしてもよい。   The terminal device T1 can be realized by causing a computer having a CPU, a storage device, and the like to execute programs for realizing the above functions. The program may be installed in a computer from a recording medium such as a portable memory, or may be downloaded from a server on the network.

(動作の概要)
次に、本実施の形態における端末装置T1の動作概要を、図3を参照して説明する。なお、端末装置T2についても同じ動作を行うので、端末装置T1のみについて説明する。前提として、端末装置T1のユーザは端末装置T1を用いて、他の端末装置と音声通信等のメディア通信を行おうとしているものとする。
(Overview of operation)
Next, an outline of the operation of the terminal device T1 in the present embodiment will be described with reference to FIG. Since the same operation is performed for the terminal device T2, only the terminal device T1 will be described. As a premise, it is assumed that the user of the terminal device T1 uses the terminal device T1 to perform media communication such as voice communication with other terminal devices.

ユーザからの操作に基づき、まず、端末装置T1は、NAT装置N1を介して外部の装置とUDPデータの送受信が可能かどうかの試験を行う。つまり、端末装置T1は、NAT装置N1がUDPデータを透過するかどうかの判定を行う(ステップ1)。   Based on an operation from the user, first, the terminal device T1 tests whether or not UDP data can be transmitted / received to / from an external device via the NAT device N1. That is, the terminal device T1 determines whether or not the NAT device N1 transmits UDP data (step 1).

NAT装置N1がUDP透過である場合(ステップ2におけるYes)、端末装置T1は、従来と同様にしてSIPメッセージ(シグナリングメッセージ)を用いて呼接続処理を行って、他の装置とメディア通信を行う(ステップ3)。ステップ3の中では、適宜ICE機能に基づく処理が行われ、端末装置T1は、決定されたNAT越え方式に基づくアドレス及びポートを用いて上記他の装置とメディア通信を行うことになる。   If the NAT device N1 is UDP transparent (Yes in step 2), the terminal device T1 performs call connection processing using a SIP message (signaling message) in the same manner as before, and performs media communication with other devices. (Step 3). In step 3, processing based on the ICE function is performed as appropriate, and the terminal apparatus T1 performs media communication with the other apparatus using an address and port based on the determined NAT traversal method.

ステップ2における判定結果がUDP非透過である場合(ステップ2におけるNo)、端末装置T1は、SIPメッセージの送受信等のUDP通信を行うためのHTTPトンネルをHTTPトンネリングサーバHP1との間に構築する(ステップ4)。HTTPトンネリング通信は、実際に通信したいデータにHTTPヘッダを付加して通信するものであり、HTTPトンネルを構築(設定)するとは、そのようなHTTPトンネリング通信を行うための準備を行うことである。例えば、HTTPトンネリング通信用のプログラムモジュール(HTTPトンネリング機能部13に相当)を起動し、HTTPトンネリングサーバHP1にアクセスしてHTTPトンネル構築を要求すること等が含まれる。なお、HTTPトンネリング技術自体は既存技術である。   When the determination result in step 2 is UDP non-transparent (No in step 2), the terminal device T1 establishes an HTTP tunnel for performing UDP communication such as transmission / reception of a SIP message with the HTTP tunneling server HP1 ( Step 4). HTTP tunneling communication is performed by adding an HTTP header to data to be actually communicated, and constructing (setting) an HTTP tunnel is preparation for performing such HTTP tunneling communication. For example, it includes starting a program module for HTTP tunneling communication (corresponding to the HTTP tunneling function unit 13), accessing the HTTP tunneling server HP1, and requesting HTTP tunnel construction. The HTTP tunneling technology itself is an existing technology.

そして、端末装置T1は、ステップ4で構築したHTTPトンネルを用いて他の装置との間でSIPメッセージの交換を行って、メディア通信を行う(ステップ5)。ステップ5の中で、ICE機能に基づく処理が実行される。また、ステップ5の中では、メディア通信用のHTTPトンネルがHTTPトンネリングサーバHP1との間に構築されるが、ICEの機能によりHTTPトンネルを使用しない経路がメディア通信用に選択されたり、メディア通信が終了(通話が終了)した場合にはメディア通信用のHTTPトンネルは終了される。HTTPトンネルを終了するとは、例えば、端末装置T1がHTTPトンネリングサーバHP1にHTTPトンネルを終了する旨の要求を送り、HTTPトンネリングサーバHP1が、HTTPトンネルのための設定を解除したり、リソースを解放したりすることである。   Then, the terminal device T1 performs media communication by exchanging SIP messages with other devices using the HTTP tunnel constructed in Step 4 (Step 5). In step 5, processing based on the ICE function is executed. In step 5, an HTTP tunnel for media communication is established with the HTTP tunneling server HP1, but a route that does not use the HTTP tunnel is selected for media communication by the ICE function, or media communication is performed. In the case of termination (call termination), the HTTP tunnel for media communication is terminated. To terminate the HTTP tunnel, for example, the terminal device T1 sends a request to the HTTP tunneling server HP1 to terminate the HTTP tunnel, and the HTTP tunneling server HP1 releases the settings for the HTTP tunnel or releases resources. It is to do.

そして、端末装置T1は、制御部12においてSIPを利用するアプリケーションの終了を検知した場合等、SIPメッセージの送受信動作が終了したと判定した場合に(ステップ6のYes)、ステップ4で構築したHTTPトンネルを終了させる(ステップ7)。   When the terminal device T1 determines that the SIP message transmission / reception operation has ended, such as when the control unit 12 detects the end of an application using SIP (Yes in step 6), the terminal device T1 constructed in step 4 The tunnel is terminated (step 7).

(動作の詳細)
以下、端末装置T1の動作をより詳細に説明する。
(Details of operation)
Hereinafter, the operation of the terminal device T1 will be described in more detail.

<UDP透過判定処理>
まず、UDP透過判定処理について図4のフローチャートを参照して説明する。まず、端末装置T1は、制御部13の機能により、STUNに基づくアドレス要求メッセージ(UDPデータ)をSTUNサーバST1に対して送信する(ステップ11)。もしくは、SIPに基づくRegisterメッセージ又はINVITEメッセージ(いずれもUDPデータ)をSIPサーバS1に送信する(ステップ11)。なお、これらのメッセージをUDP透過判定メッセージと呼ぶ。そして、端末装置T1は、送信したメッセージに対する応答があるか否かを判定し(ステップ12)、応答があればNAT装置N1はUDP透過であると判断し(ステップ13)、送信したメッセージに対する応答がなければNAT装置N1はUDP非透過であると判定する(ステップ14)。
<UDP transparency judgment processing>
First, the UDP transmission determination process will be described with reference to the flowchart of FIG. First, the terminal device T1 transmits an address request message (UDP data) based on STUN to the STUN server ST1 by the function of the control unit 13 (step 11). Alternatively, a SIP-based Register message or INVITE message (both UDP data) is transmitted to the SIP server S1 (step 11). These messages are called UDP transparency determination messages. The terminal device T1 determines whether or not there is a response to the transmitted message (step 12). If there is a response, the terminal device T1 determines that the NAT device N1 is UDP transparent (step 13) and responds to the transmitted message. Otherwise, it is determined that the NAT device N1 is UDP non-transparent (step 14).

図5に、上記の処理の一例を示すシーケンスチャートを示す。図5に示すシーケンスチャート、及び以降のシーケンスチャートにおいて、システムの構成は図1に示したとおりのものとする。また、以下の各シーケンスチャートでは、SIPサーバS1とSTUNサーバST1のアドレス及びポートが同一であり、また、端末装置T1、T2のそれぞれにおいてSIPメッセージ、STUNメッセージを送受信するポートは同一であるものとする。従って、シーケンスチャートにおいてSTUNサーバST1のアドレスはS1、ポートはSP1と記載してある。   FIG. 5 shows a sequence chart showing an example of the above processing. In the sequence chart shown in FIG. 5 and the subsequent sequence charts, the system configuration is as shown in FIG. Further, in each of the following sequence charts, the addresses and ports of the SIP server S1 and the STUN server ST1 are the same, and the ports for transmitting and receiving the SIP message and STUN message in each of the terminal devices T1 and T2 are the same. To do. Therefore, in the sequence chart, the address of the STUN server ST1 is described as S1, and the port as SP1.

また、各シーケンスチャートにおいて、メッセージの下側に記載されたA:B=>C:Dは、該当メッセージの送信元アドレスがA、送信元ポートがB、送信先アドレスがC、送信先ポートがDであることを示している。また、装置の参照符号がその装置のアドレスを示す。例えば、端末装置T1のアドレスはT1と標記される。そして、当該参照符号にPと括弧を付したものはポートを示す。例えば、TP(SIP)1は、端末装置T1におけるSIP通信のために用いるポートであることを示している。ただし、上記のとおり、STUNサーバST1のアドレスはS1、ポートはSP1である。   Also, in each sequence chart, A: B => C: D written at the bottom of the message indicates that the source address of the message is A, the source port is B, the destination address is C, and the destination port is D. Further, the reference symbol of the device indicates the address of the device. For example, the address of the terminal device T1 is denoted as T1. The reference symbol with P and parentheses indicates a port. For example, TP (SIP) 1 indicates a port used for SIP communication in the terminal device T1. However, as described above, the address of the STUN server ST1 is S1, and the port is SP1.

図5(a)に示す例では、STUNのアドレス要求メッセージであるBinding RequestをSTUNサーバに送信し(ステップ21)、その応答であるBinding Responseが端末装置T1に返されている(ステップ22)。図5(a)に示すとおり、Binding Requestメッセージの送信元アドレス及びポートは、NAT装置N1を通過するときにNAT装置N1のアドレス及びポートに変換されている。   In the example shown in FIG. 5A, a Binding Request that is an STUN address request message is transmitted to the STUN server (Step 21), and a Binding Response that is a response is returned to the terminal device T1 (Step 22). As shown in FIG. 5A, the source address and port of the Binding Request message are converted to the address and port of the NAT device N1 when passing through the NAT device N1.

図5(a)に示す場合は応答が返されているので、端末装置T1は、自身が存在するネットワーク(つまりNAT装置N1)はUDP透過であると判定する。図5(b)はSTUNサーバから応答が返されなかった場合の例を示す。この場合、端末装置T1は、NAT装置N1はUDP非透過であると判定する。   In the case shown in FIG. 5A, since a response is returned, the terminal device T1 determines that the network in which the terminal device T1 exists (that is, the NAT device N1) is UDP transparent. FIG. 5B shows an example when no response is returned from the STUN server. In this case, the terminal device T1 determines that the NAT device N1 is UDP non-transparent.

<HTTPトンネル構築、アドレス割り当て等>
図6に、HTTPトンネル構築、アドレス割り当て等に関するシーケンスチャートを示す。UDPが非透過である場合、前述したように端末装置T1とHTTPトンネリングサーバHP1との間にHTTPトンネルが構築される。ここでは、端末装置T1がHTTPトンネリングサーバHP1にトンネル接続要求を送り(ステップ24)、HTTPトンネリングサーバHP1においてHTTPトンネル通信に必要な設定がなされ、トンネル接続応答が返される(ステップ25)。
<HTTP tunnel construction, address assignment, etc.>
FIG. 6 shows a sequence chart regarding HTTP tunnel construction, address assignment, and the like. When UDP is not transparent, an HTTP tunnel is established between the terminal device T1 and the HTTP tunneling server HP1 as described above. Here, the terminal apparatus T1 sends a tunnel connection request to the HTTP tunneling server HP1 (step 24), the HTTP tunneling server HP1 makes settings necessary for HTTP tunnel communication, and a tunnel connection response is returned (step 25).

その後、端末装置T1は、HTTPトンネリングサーバHP1を経由してSIPサーバ等の他の装置とSIP通信を行うことを可能とするために、HTTPトンネリングサーバHP1に対してアドレス割り当て要求を送信し(ステップ26)、応答を受ける(ステップ27)。このアドレス割り当て要求を行い、アドレスの割り当てを受けることは、TURNにおいてTURNサーバにアドレス割当要求を行い、アドレスの割り当てを受けることと全く同様である。つまり、このアドレス要求、割り当て動作は、端末装置T1のTURN機能部17及びHTTPトンネリングサーバHP1におけるTURN機能により行われる。   Thereafter, the terminal device T1 transmits an address assignment request to the HTTP tunneling server HP1 to enable SIP communication with other devices such as a SIP server via the HTTP tunneling server HP1 (Step S1). 26) A response is received (step 27). Making an address assignment request and receiving an address assignment is exactly the same as making an address assignment request to the TURN server and receiving an address assignment in TURN. That is, this address request and assignment operation is performed by the TURN function unit 17 of the terminal device T1 and the TURN function in the HTTP tunneling server HP1.

図6のステップ27においてHTTPトンネリングサーバHP1から返されるメッセージの内部には、SIP通信用にHTTPトンネリングサーバHP1において割り当てられた端末装置T1の外部通信用のアドレス(AT(SIP)1)と、ポート(ATP(SIP)1)が含まれる。なお、プロトコルX用にHTTPトンネリングサーバHP1で割り当てた外部通信用のアドレス及びポートをそれぞれAT(X)1、ATP(X)1と標記するものとする。   In the message returned from the HTTP tunneling server HP1 in step 27 of FIG. 6, the external communication address (AT (SIP) 1) of the terminal device T1 allocated in the HTTP tunneling server HP1 for SIP communication, and the port (ATP (SIP) 1) is included. Note that the address and port for external communication assigned by the HTTP tunneling server HP1 for the protocol X are denoted as AT (X) 1 and ATP (X) 1, respectively.

このアドレス割り当ての概念を図7に示す。図7に示すように、HTTPトンネリングサーバHP1にAT(SIP)1、ATP(SIP)1が割り当てられるとともに、外部装置(SIPサーバ等)は、端末装置T1と通信を行う際には、送信先アドレスとしてAT(SIP)1、ATP(SIP)1を指定する。また、HTTPトンネルサーバHP1内には、少なくとも割り当てたアドレス/ポート(AT(SIP)1:ATP(SIP)1)と、HTTP通信におけるNAT装置N1の外側のアドレス/ポート(N1:NP(HTTP)1)と、端末装置T1のアドレス/ポート(T1:TP(SIP)1)とが対応付けられ、記憶装置に保持される。   The concept of this address assignment is shown in FIG. As shown in FIG. 7, AT (SIP) 1 and ATP (SIP) 1 are assigned to the HTTP tunneling server HP1, and when an external device (SIP server or the like) communicates with the terminal device T1, the transmission destination Specify AT (SIP) 1 and ATP (SIP) 1 as addresses. In addition, in the HTTP tunnel server HP1, at least the assigned address / port (AT (SIP) 1: ATP (SIP) 1) and the address / port outside the NAT device N1 for HTTP communication (N1: NP (HTTP) 1) is associated with the address / port (T1: TP (SIP) 1) of the terminal device T1, and is stored in the storage device.

図6において、続いてSIP通信を行おうとする端末装置T1は、HTTPトンネルを利用してREGISTERメッセージをSIPサーバS1に送信し(ステップ28、29)、SIPサーバS1においては端末装置T1のものとしてのアドレス(AT(SIP)1:ATP(SIP)1)の登録がなされ、その応答が端末装置T1に返される(ステップ30、31)。   In FIG. 6, the terminal device T1 to subsequently perform SIP communication transmits a REGISTER message to the SIP server S1 using an HTTP tunnel (steps 28 and 29), and the SIP server S1 is the terminal device T1. Address (AT (SIP) 1: ATP (SIP) 1) is registered, and the response is returned to the terminal device T1 (steps 30, 31).

図6に示すように、端末装置T1から送出されるREGISTERメッセージの送信先アドレス/ポートはHTTPトンネリングサーバHP1のアドレス/ポートである。また、REGISTERメッセージにはcontact及びviaの値としてHTTPトンネリングサーバHP1により割り当てられたアドレス/ポートが設定される。なお、contactにおけるA@AT(SIP)1:ATP(SIP)1における"A"はユーザ名を示す。これにより、SIPサーバS1は、応答メッセージ(200 OK)をHTTPトンネリングサーバHP1のAT(SIP)1:ATP(SIP)1宛に返し、HTTPトンネリングサーバHP1はHTTPトンネルを利用して応答メッセージ(200 OK)を端末装置T1に返す。   As shown in FIG. 6, the destination address / port of the REGISTER message sent from the terminal device T1 is the address / port of the HTTP tunneling server HP1. Further, the address / port assigned by the HTTP tunneling server HP1 is set as the value of contact and via in the REGISTER message. Note that “A” in A @ AT (SIP) 1: ATP (SIP) 1 in contact indicates a user name. As a result, the SIP server S1 returns a response message (200 OK) to the AT (SIP) 1: ATP (SIP) 1 of the HTTP tunneling server HP1, and the HTTP tunneling server HP1 uses the HTTP tunnel to return the response message (200 OK) is returned to the terminal device T1.

<SIP通信についての詳細処理>
図3に示したステップ2においてUDP透過であると判定された場合は、ICE処理を含むSIP通信処理が行われる。
<Detailed processing for SIP communication>
When it is determined in step 2 shown in FIG. 3 that UDP transmission is performed, SIP communication processing including ICE processing is performed.

以下では、UDP非透過であると判定された場合におけるICE処理を含むSIPメッセージ通信処理について、図8のフローチャート、及び図9〜14のシーケンスチャートを用いて説明する。   In the following, SIP message communication processing including ICE processing when it is determined that UDP is non-transparent will be described using the flowchart of FIG. 8 and the sequence charts of FIGS.

図8において、例えば、端末装置T1においてREGISTERが終了し、IP電話機能の使用を開始する操作を検知したことを契機に、もしくは、他の通信相手端末からINVITEを受信したことを契機にICE機能が起動される(ステップ41)。ICE機能を起動するとは、ICE機能を実現するためのソフトウェアモジュールを起動することを意味する。   In FIG. 8, for example, when the REGISTER ends in the terminal device T1 and an operation to start using the IP phone function is detected, or when an INVITE is received from another communication partner terminal, the ICE function Is activated (step 41). Activating the ICE function means activating a software module for realizing the ICE function.

また、端末装置T1は、メディア通信用のHTTPトンネルをHTTPトンネリングサーバHP1との間に構築しておく(ステップ42)。なお、ここでHTTPトンネルを構築せずに、既に構築してあるSIP用のHTTPトンネルをメディア通信用に使用することとしてもよい。既に構築してあるSIP用のHTTPトンネルをメディア通信用に使う場合でも、メディア通信はSIP通信に比べて大きな帯域を使用するので、メディア通信用に帯域を割り当てる旨の要求を端末装置T1からHTTPトンネリングサーバHP1の送り、その要求を受けてHTTPトンネリングサーバHP1がHTTPトンネルにおけるメディア通信用の帯域を割り当ててもよい。なお、このように帯域を割り当てることもメディア通信用にHTTPトンネルを構築(設定)することに含まれるものとする。   Further, the terminal device T1 constructs an HTTP tunnel for media communication with the HTTP tunneling server HP1 (step 42). Here, instead of constructing an HTTP tunnel, a SIP HTTP tunnel that has already been constructed may be used for media communication. Even when an already-established SIP HTTP tunnel is used for media communication, media communication uses a larger bandwidth than SIP communication, so a request to allocate bandwidth for media communication is sent from terminal device T1 to HTTP. Upon receiving the request from the tunneling server HP1, the HTTP tunneling server HP1 may allocate a bandwidth for media communication in the HTTP tunnel. It should be noted that such a bandwidth allocation is also included in the construction (setting) of an HTTP tunnel for media communication.

その後、図3のステップ4で構築したSIP通信用のHTTPトンネル、及びHTTPトンネリングサーバHP1に割り当てられた外部通信用のアドレス/ポートを利用して、メディア通信を行うための前提となるSIPメッセージの交換がなされるとともに、その中でICEに基づき複数候補のうちどのアドレスを使用してメディア通信を行うかの判断が行われる(ステップ43)。   After that, the SIP message that is a precondition for performing media communication using the HTTP communication HTTP tunnel constructed in step 4 of FIG. 3 and the external communication address / port assigned to the HTTP tunneling server HP1. In addition to the exchange, a determination is made as to which address of the plurality of candidates is used for media communication based on the ICE (step 43).

ここで、ICEの機能により、端末装置T1が、HTTPトンネリングを利用したメディア通信を行わないと判断した場合(ステップ43のNo)、メディア通信用に構築したHTTPトンネルを終了する(ステップ44)。メディア通信用に構築したHTTPトンネルを終了するとは、メディア通信用にSIP用とは別にHTTPトンネルを構築した場合はそれを終了させることであり、SIP用のHTTPトンネルをメディア通信用にも使用している場合は、例えば当該HTTPトンネルにおいてメディア通信用に割り当てられた帯域を解放することである。メディア通信用に構築したHTTPトンネルを終了させるためには、例えば端末装置T1が当該HTTPトンネルを終了させるための要求をHTTPトンネリングサーバHP1に送信し、HTTPトンネリングサーバHP1では帯域の解放、設定の解除等を行って、応答を端末装置T1に返す。   Here, when the terminal device T1 determines not to perform media communication using HTTP tunneling by the ICE function (No in step 43), the HTTP tunnel constructed for media communication is terminated (step 44). Terminating an HTTP tunnel established for media communication means that if an HTTP tunnel is established for media communication separately from SIP, it is terminated, and the SIP HTTP tunnel is also used for media communication. For example, the bandwidth allocated for media communication in the HTTP tunnel is released. To terminate an HTTP tunnel constructed for media communication, for example, the terminal device T1 sends a request for terminating the HTTP tunnel to the HTTP tunneling server HP1, and the HTTP tunneling server HP1 releases the bandwidth and cancels the setting. The response is returned to the terminal device T1.

HTTPトンネリングを利用したメディア通信を行うと判定した場合(ステップ43のYes)、HTTPトンネリングを利用したメディア通信(通話)を行い、メディア通信が終了すれば(ステップ45のYes)、メディア通信用のHTTPトンネルを終了する(ステップ46)。なお、メディア通信が終了したことは、例えば、端末装置T1の制御部12においてメディア通信の終了を通知するメッセージ(Bye等)を検知(自分で送信、もしくは受信)することにより判定できる。   If it is determined that media communication using HTTP tunneling is to be performed (Yes in step 43), media communication (call) using HTTP tunneling is performed, and if media communication ends (Yes in step 45), the media communication The HTTP tunnel is terminated (step 46). Note that the end of media communication can be determined by, for example, detecting (transmitting or receiving by yourself) a message (Bye or the like) notifying the end of media communication in the control unit 12 of the terminal device T1.

次に、図1のシステムにおいてNAT装置N1がUDP非透過であり、NAT装置N2がUDP透過である場合におけるINVITEメッセージ送信及びその応答受信に係るシーケンスチャートを図9〜図11に示す。なお、端末装置T2も端末装置T1と同様の機能を備えており、端末装置T2側においてUDP透過であればSIP通信用のHTTPトンネルをHTTPトンネリングサーバHP2との間に構築せず、UDP非透過であればSIP通信用のHTTPトンネルをHTTPトンネリングサーバHP2との間に構築しているものとする。なお、以下の説明におけるUDP非透過の側にある端末装置とHTTPトンネリングサーバ間のメッセージ送受信はHTTPトンネルを用いてなされている。   Next, FIG. 9 to FIG. 11 show sequence charts related to INVITE message transmission and response reception when the NAT device N1 is UDP non-transparent and the NAT device N2 is UDP transparent in the system of FIG. The terminal device T2 has the same function as the terminal device T1, and if the terminal device T2 is UDP transparent, an HTTP tunnel for SIP communication is not established between the HTTP tunneling server HP2 and UDP non-transparent. Then, it is assumed that an HTTP tunnel for SIP communication is established with the HTTP tunneling server HP2. In the following description, message transmission / reception between a terminal device on the UDP non-transparent side and the HTTP tunneling server is performed using an HTTP tunnel.

また、図9〜11においては、UDP透過である端末装置T2側では、TURNサーバTUが用いられているが、このTURNサーバTUは、HTTPトンネリングサーバHP2と同一装置でもよい。   9 to 11, the TURN server TU is used on the terminal device T2 side that is transparent to UDP. However, the TURN server TU may be the same device as the HTTP tunneling server HP2.

図9において、端末装置T1は、ICEの制御に基づきTURN機能を用いて、メディア通信用の外部通信用アドレスの割り当てをHTTPトンネリングサーバHP1に対して要求する(ステップ61)。当該要求には、端末装置T1におけるメディア通信用のアドレス/ポート(T1:TP(RTP)1)が含まれる。HTTPトンネリングサーバHP1は、当該要求に対してメディア通信用の外部通信用アドレス(AT(RTP)1:ATP(RTP)1)を割り当て、それを、端末装置T1におけるメディア通信用のアドレス(T1:TP(RTP)1)と、HTTPトンネル通信におけるNAT装置N1の外部アドレス(N1:NP(HTTP)1)とともに保持しておく。   In FIG. 9, the terminal device T1 requests the HTTP tunneling server HP1 to assign an external communication address for media communication using the TURN function based on the control of the ICE (step 61). The request includes an address / port (T1: TP (RTP) 1) for media communication in the terminal device T1. The HTTP tunneling server HP1 assigns an external communication address (AT (RTP) 1: ATP (RTP) 1) for media communication to the request, and assigns it to the address for media communication (T1: TP (RTP) 1) and the external address (N1: NP (HTTP) 1) of the NAT device N1 in HTTP tunnel communication.

そして、HTTPトンネリングサーバHP1は、割り当てたアドレス/ポート(AT(RTP)1:ATP(RTP)1)を含む割り当て応答を端末装置T1に返す(ステップ62)。   Then, the HTTP tunneling server HP1 returns an allocation response including the allocated address / port (AT (RTP) 1: ATP (RTP) 1) to the terminal device T1 (step 62).

その後、端末装置T1は、INVITEメッセージをHTTPトンネルを用いて送信する(ステップ63、64)。このINVITEメッセージには、REGISTERメッセージと同様に、contact及びviaの値としてSIP通信用の外部通信用アドレス/ポートが設定される。   Thereafter, the terminal device T1 transmits an INVITE message using the HTTP tunnel (steps 63 and 64). In this INVITE message, as in the REGISTER message, the external communication address / port for SIP communication is set as the values of contact and via.

また、ICEの機能により、INVITEメッセージの内部に、host candidateアドレスとして端末装置T1のメディア通信用の(T1:TP(RTP)1)が含められ、relayed candidateアドレスとしてHTTPトンネリングサーバHP1に割り当てられたメディア用の外部通信用アドレスが含められる。   Also, the ICE function includes (T1: TP (RTP) 1) for media communication of the terminal device T1 as a host candidate address in the INVITE message, and is assigned to the HTTP tunneling server HP1 as a relayed candidate address. The external communication address for the media is included.

ここで、一般的なICEの機能について説明する。図15に示す構成において、ICE機能をサポートする端末装置10は端末装置10自身のアドレス/ポート、NAT装置30の外側のアドレス/ポート(STUNを使用して取得)、TURNサーバ50において割り当てられる外部通信用のアドレス/ポートを取得し、それを相手側の端末装置20にSIPメッセージを用いて通知する。ICE機能をサポートする端末装置20も端末装置20自身のアドレス/ポート、NAT装置40の外側のアドレス/ポート(STUNを使用して取得)、TURNサーバ50において割り当てられる外部通信用のアドレス/ポートを取得し、それを相手側の端末装置10に通知する。そして、相手側についてのアドレス情報を受け取った各端末装置は、受け取ったアドレスに対する通信を試み、通信が可能であるアドレスのうち優先度の高いアドレスに対してメディア通信を行うこととしている。ここで、端末装置自身のアドレスをHost Candidateと呼び、NAT装置の外側のアドレスをServer Reflexive candidate と呼び、TURNサーバで割り当てられた外部通信用のアドレスをRelayed Candidateと呼んでいる。   Here, a general ICE function will be described. In the configuration shown in FIG. 15, the terminal device 10 that supports the ICE function includes an address / port of the terminal device 10 itself, an address / port outside the NAT device 30 (obtained using STUN), and an external assigned by the TURN server 50. The communication address / port is acquired and notified to the other terminal device 20 using a SIP message. The terminal device 20 that supports the ICE function also includes the address / port of the terminal device 20 itself, the address / port outside the NAT device 40 (obtained using STUN), and the address / port for external communication assigned in the TURN server 50. Acquire it and notify it to the other terminal device 10. Each terminal device that has received the address information about the other party tries to communicate with the received address, and performs media communication with an address having a high priority among addresses where communication is possible. Here, the address of the terminal device itself is called Host Candidate, the address outside the NAT device is called Server Reflexive candidate, and the address for external communication assigned by the TURN server is called Relayed Candidate.

図9に示すUDP非透過におけるINVITE送信においては、Server Reflexive candidateを含めていないが、それはUDP非透過の場合はそもそもServer Reflexive candidateを用いた通信を行うことはできないからである。   In the INVITE transmission in UDP non-transparent shown in FIG. 9, Server Reflexive candidates are not included, but in the case of UDP non-transparent, communication using Server Reflexive candidates cannot be performed in the first place.

端末装置T1から送信されたINVITEメッセージは、HTTPトンネリングサーバHP1を経由してSIPサーバS1に送られる(ステップ64)。SIPサーバS1は、当該INVITEメッセージを端末装置T2に向けて送信する(ステップ65)。なお、端末装置T2側ではUDP透過であるため、SIPサーバS1は、端末装置T2へのメッセージ送信先としてNAT装置N2の外部アドレスを保持しているものとする。   The INVITE message transmitted from the terminal device T1 is sent to the SIP server S1 via the HTTP tunneling server HP1 (step 64). The SIP server S1 transmits the INVITE message toward the terminal device T2 (step 65). Since the terminal device T2 side is UDP transparent, it is assumed that the SIP server S1 holds the external address of the NAT device N2 as a message transmission destination to the terminal device T2.

INVITEメッセージを受信した端末装置T2は、ICE機能に基づく制御により、Server Reflexive candidateを取得し(図10のステップ66、67)、更にRelayed Candidateを取得する(ステップ68、69)。そして、host candidate、Server Reflexive candidate、Relayed Candidateを含む200 OKメッセージをSIPサーバS1に向けて送信する(図11のステップ70)。SIPサーバS1は、当該200 OKメッセージを、端末装置T1の外部通信用のアドレス宛に送信する(ステップ71)。そして、HTTPトンネリングサーバHP1は、HTTPトンネルを用いて、200 OKメッセージを端末装置T1に対して送信する(ステップ72)。200 OKメッセージを受信した端末装置T1は、ACKを返す(ステップ73〜75)。   The terminal device T2 that has received the INVITE message acquires Server Reflexive candidates by control based on the ICE function (Steps 66 and 67 in FIG. 10), and further acquires Relayed Candidate (Steps 68 and 69). Then, a 200 OK message including the host candidate, Server Reflexive candidate, and Relayed Candidate is transmitted to the SIP server S1 (step 70 in FIG. 11). The SIP server S1 transmits the 200 OK message to the external communication address of the terminal device T1 (step 71). Then, the HTTP tunneling server HP1 transmits a 200 OK message to the terminal device T1 using the HTTP tunnel (step 72). The terminal device T1 that has received the 200 OK message returns ACK (steps 73 to 75).

その後、ICEの仕様に基づき、最適なアドレスが決定される。つまり、ICEに規定されたNominationによって通信経路が決定される。なお、ここでは、HTTPトンネリングサーバHP1に割り当てられた端末装置T1用の外部通信アドレスは、ICEに規定されているTURNサーバでの外部通信用のアドレス(Relayed Candidate)と同じ位置付けでICEに規定された選択処理が行われる。ここで、HTTPトンネリングサーバHP1と端末装置TP1間のHTTPトンネルを使う経路が選択された場合には、当該HTTPトンネルが継続して使用される。また、例えば、端末装置T1と端末装置T2のhost candidate間での通信が可能である場合には、HTTPトンネルを使う経路は選択されないので、メディア通信用のHTTPトンネルは終了される。例えば、端末装置T1は、HTTPトンネルを使う経路が選択されなかったことを、端末装置T2からHTTPトンネルを使う経路を用いた(relayed candidateを用いた)通信確認メッセージを受信しなかったことで判断できる。   After that, the optimum address is determined based on the ICE specification. That is, the communication path is determined by the Nomination defined in the ICE. Here, the external communication address for the terminal device T1 assigned to the HTTP tunneling server HP1 is defined in the ICE in the same position as the external communication address (Relayed Candidate) in the TURN server specified in the ICE. The selection process is performed. Here, when a route using the HTTP tunnel between the HTTP tunneling server HP1 and the terminal device TP1 is selected, the HTTP tunnel is continuously used. Further, for example, when communication between the host candidates of the terminal device T1 and the terminal device T2 is possible, a route using the HTTP tunnel is not selected, and the HTTP tunnel for media communication is terminated. For example, the terminal device T1 determines that the route using the HTTP tunnel has not been selected by not receiving a communication confirmation message (using a relayed candidate) using the route using the HTTP tunnel from the terminal device T2. it can.

次に、端末装置T1側、端末装置T2側の両方がUDP非透過である場合におけるINVITEメッセージ送信、応答受信のシーケンスを図12〜14に示す。この場合、端末装置T2側では、端末装置T1側と同様にして、SIP通信用のHTTPトンネルがHTTPトンネリングサーバHP2との間で構築され、REGISTERも済んでいるものとする。   Next, FIGS. 12 to 14 show sequences of INVITE message transmission and response reception when both the terminal device T1 side and the terminal device T2 side are UDP non-transparent. In this case, on the terminal device T2 side, similarly to the terminal device T1 side, an HTTP tunnel for SIP communication is established with the HTTP tunneling server HP2, and REGISTER is also completed.

図12に示すシーケンスのステップ81〜ステップ84は図9のステップ61〜ステップ64と同じである。図12のステップ85、86においては、図9の場合と異なり、SIPサーバS1から送信されたINVITEメッセージは、HTTPトンネリングサーバHP2を介してHTTPトンネル経由で端末装置T2に送信される。その後の端末装置T2は、図13のステップ87、88において端末装置T1がINVITEを送信するときと同様にしてrelayed candidateの割り当てを受け、host candidateとrelayed candidateを含む200 OKメッセージをHTTPトンネルを介して送信する(図14のステップ89、90)。   Steps 81 to 84 in the sequence shown in FIG. 12 are the same as steps 61 to 64 in FIG. In steps 85 and 86 of FIG. 12, unlike the case of FIG. 9, the INVITE message transmitted from the SIP server S1 is transmitted to the terminal apparatus T2 via the HTTP tunneling server HP2 via the HTTP tunnel. Thereafter, the terminal device T2 receives a relayed candidate assignment in the same manner as when the terminal device T1 transmits INVITE in steps 87 and 88 in FIG. 13, and sends a 200 OK message including the host candidate and the relayed candidate through the HTTP tunnel. (Steps 89 and 90 in FIG. 14).

200 OKメッセージを受信したSIPサーバS1は、図11の場合と同様にして200 OKメッセージを端末装置T1側に送信する(ステップ91、92)。そして、端末装置T1からACKが返される(ステップ93〜96)。   The SIP server S1 that has received the 200 OK message transmits the 200 OK message to the terminal device T1 in the same manner as in FIG. 11 (steps 91 and 92). Then, ACK is returned from the terminal device T1 (steps 93 to 96).

この場合も、その後、通信経路の選択処理が行われ、HTTPトンネリングサーバHP1と端末装置T1間のHTTPトンネルを使う経路が選択された場合には、端末装置T1の側において当該HTTPトンネルが継続して使用される。また、HTTPトンネリングサーバHP2と端末装置T2間のHTTPトンネルを使う経路が選択された場合には、端末装置T2の側において当該HTTPトンネルが継続して使用される。また、端末装置T1の側、端末装置TP1の側、のそれぞれにおいて、HTTPトンネルを使う経路が選択されない場合には、メディア通信用のHTTPトンネルは終了する。   Also in this case, after that, when the route selection process is performed and a route using the HTTP tunnel between the HTTP tunneling server HP1 and the terminal device T1 is selected, the HTTP tunnel continues on the terminal device T1 side. Used. Further, when a route using an HTTP tunnel between the HTTP tunneling server HP2 and the terminal device T2 is selected, the HTTP tunnel is continuously used on the terminal device T2 side. In addition, when the route using the HTTP tunnel is not selected on each of the terminal device T1 side and the terminal device TP1 side, the HTTP tunnel for media communication ends.

上述したように、本実施の形態のシステムによれば、SIPに基づくVoIP等のメディア通信をNAT装置を介して端末装置間で行う場合において、NAT越え方式としてHTTPトンネリングを必要に応じて選択することを可能とする技術を提供することが可能となる。また、本実施の形態によれば、常にHTTPトンネルを張ることはなくなり、HTTPトンネルを利用する時間が抑制され、HTTPトンネリングサーバのコスト負担を抑えられる。   As described above, according to the system of the present embodiment, when media communication such as VoIP based on SIP is performed between terminal devices via a NAT device, HTTP tunneling is selected as a NAT traversal method as necessary. It is possible to provide a technology that makes it possible. In addition, according to the present embodiment, an HTTP tunnel is not always established, the time for using the HTTP tunnel is suppressed, and the cost burden of the HTTP tunneling server can be suppressed.

本発明は、上記の実施の形態に限定されることなく、特許請求の範囲内において、種々変更・応用が可能である。   The present invention is not limited to the above-described embodiments, and various modifications and applications are possible within the scope of the claims.

本発明の実施の形態におけるシステムの全体構成図である。1 is an overall configuration diagram of a system in an embodiment of the present invention. 端末装置の機能構成図である。It is a functional block diagram of a terminal device. 端末装置の動作の概要を説明するためのフローチャートである。It is a flowchart for demonstrating the outline | summary of operation | movement of a terminal device. UDP透過判定処理を説明するためのフローチャートである。It is a flowchart for demonstrating a UDP transparent determination process. UDP透過判定処理を説明するためのシーケンスチャートである。It is a sequence chart for demonstrating UDP permeation | transmission determination processing. HTTPトンネル構築、アドレス割り当て等に関するシーケンスチャートである。It is a sequence chart regarding HTTP tunnel construction, address allocation, and the like. 外部通信用アドレス割り当ての概念を示す図である。It is a figure which shows the concept of the address assignment for external communications. UDP非透過であると判定された場合の処理を説明するためのフローチャートである。It is a flowchart for demonstrating the process when it determines with it being UDP non-transparent. メッセージ通信処理を説明するためのシーケンスチャート(1)である。It is a sequence chart (1) for demonstrating a message communication process. メッセージ通信処理を説明するためのシーケンスチャート(2)である。It is a sequence chart (2) for demonstrating a message communication process. メッセージ通信処理を説明するためのシーケンスチャート(3)である。It is a sequence chart (3) for demonstrating a message communication process. メッセージ通信処理を説明するためのシーケンスチャート(4)である。It is a sequence chart (4) for demonstrating a message communication process. メッセージ通信処理を説明するためのシーケンスチャート(5)である。It is a sequence chart (5) for demonstrating a message communication process. メッセージ通信処理を説明するためのシーケンスチャート(6)である。It is a sequence chart (6) for demonstrating a message communication process. ICEの機能を説明するための図である。It is a figure for demonstrating the function of ICE.

符号の説明Explanation of symbols

N1、N2、30、40 NAT装置
T1、T2、10、20 端末装置
S1 SIPサーバ
ST1 STUNサーバ
HP1、HP2 HTTPトンネリングサーバ
6 インターネット
7、8 プライベートネットワーク
11 通信インタフェース部
12 制御部
13 HTTPトンネリング機能部
14 メディア通信部
15 SIP機能部
16 STUN機能部
17 TURN機能部
18 ICE機能部
50 TURNサーバ
N1, N2, 30, 40 NAT device
T1, T2, 10, 20 Terminal equipment
S1 SIP server
ST1 STUN server
HP1, HP2 HTTP tunneling server 6 Internet 7, 8 Private network 11 Communication interface unit 12 Control unit 13 HTTP tunneling function unit 14 Media communication unit 15 SIP function unit 16 STUN function unit 17 TURN function unit 18 ICE function unit
50 TURN server

Claims (6)

NAT装置の配下に備えられる端末装置であって、
前記NAT装置の外部の通信ネットワークに接続された所定の装置に向けてUDP透過判定メッセージを送信し、前記UDP透過判定メッセージに対する前記所定の装置からの応答メッセージを受信するか否かを判定するUDP透過判定手段と、
前記UDP透過判定手段により、前記所定の装置からの応答メッセージを受信しなかったと判定された場合に、前記NAT装置の外部の通信ネットワークに接続されたHTTPトンネリング装置との間にHTTPトンネルを設定するHTTPトンネル設定手段と、
前記HTTPトンネルを経由して、他の端末装置との間でメディア通信のためのシグナリングメッセージの送受信を行うシグナリングメッセージ通信手段と
を備えたことを特徴とする端末装置。
A terminal device provided under the NAT device,
UDP that transmits a UDP transmission determination message to a predetermined device connected to a communication network outside the NAT device and determines whether to receive a response message from the predetermined device in response to the UDP transmission determination message Transmission determining means;
When the UDP transmission determining means determines that the response message from the predetermined device has not been received, an HTTP tunnel is set up with the HTTP tunneling device connected to the communication network outside the NAT device. HTTP tunnel setting means,
A terminal device comprising signaling message communication means for transmitting and receiving a signaling message for media communication with another terminal device via the HTTP tunnel.
前記端末装置は、前記端末装置において前記シグナリングメッセージを用いる機能の動作が終了したことを検知した場合に、前記HTTPトンネルを終了させる手段を有することを特徴とする請求項1に記載の端末装置。   The terminal device according to claim 1, further comprising means for terminating the HTTP tunnel when the terminal device detects that the operation of the function using the signaling message is terminated in the terminal device. 前記端末装置は、前記NAT装置の外部の通信ネットワークに接続された外部装置と通信を行うための外部通信用アドレスの割り当てを前記HTTPトンネリング装置に要求するアドレス割り当て要求手段を有し、
前記端末装置は、前記外部装置から前記端末装置への通信のための宛先アドレスとして、前記HTTPトンネリング装置により割り当てられた前記外部通信用アドレスを前記シグナリングメッセージの内部に含めることを特徴とする請求項1又は2に記載の端末装置。
The terminal device has address assignment request means for requesting the HTTP tunneling device to assign an external communication address for communicating with an external device connected to a communication network outside the NAT device;
The terminal device includes the external communication address assigned by the HTTP tunneling device as a destination address for communication from the external device to the terminal device in the signaling message. The terminal device according to 1 or 2.
前記HTTPトンネル設定手段は、前記HTTPトンネリング装置との間にメディア通信用のHTTPトンネルを設定する手段を有し、
前記端末装置は、
前記他の端末装置からメディア通信データを受信するための候補となるアドレスとして、少なくとも前記端末装置自身のアドレスと、前記HTTPトンネリング装置において前記端末装置のメディア通信用に割り当てられた外部通信用アドレスとを前記他の端末装置に対して送信する送信手段と、
ICE機能を有する前記他の端末装置において、前記メディア通信用の外部通信用アドレスが前記端末装置へのメディア送信用のアドレスとして選択されなかった場合に、前記メディア通信用のHTTPトンネルを終了させる手段と
を有することを特徴とする請求項1ないし3のうちいずれか1項に記載の端末装置。
The HTTP tunnel setting means has means for setting an HTTP tunnel for media communication with the HTTP tunneling device,
The terminal device
As an address that is a candidate for receiving media communication data from the other terminal device, at least the address of the terminal device itself, and an external communication address assigned for media communication of the terminal device in the HTTP tunneling device; Transmitting means for transmitting to the other terminal device;
Means for terminating the HTTP tunnel for media communication when the external communication address for media communication is not selected as an address for media transmission to the terminal device in the other terminal device having the ICE function The terminal device according to claim 1, further comprising:
NAT装置の配下に備えられる端末装置が実行するNAT越え方法であって、
前記NAT装置の外部の通信ネットワークに接続された所定の装置に向けてUDP透過判定メッセージを送信し、前記UDP透過判定メッセージに対する前記所定の装置からの応答メッセージを受信するか否かを判定するUDP透過判定ステップと、
前記UDP透過判定ステップにより、前記所定の装置からの応答メッセージを受信しなかったと判定された場合に、前記NAT装置の外部の通信ネットワークに接続されたHTTPトンネリング装置との間にHTTPトンネルを設定するHTTPトンネル設定ステップと、
前記HTTPトンネルを経由して、他の端末装置との間でメディア通信のためのシグナリングメッセージの送受信を行うシグナリングメッセージ通信ステップと
を備えたことを特徴とするNAT越え方法。
A NAT traversing method executed by a terminal device provided under a NAT device,
UDP that transmits a UDP transmission determination message to a predetermined device connected to a communication network outside the NAT device and determines whether to receive a response message from the predetermined device in response to the UDP transmission determination message A transmission determination step;
If it is determined by the UDP transparency determination step that a response message from the predetermined device has not been received, an HTTP tunnel is set up with an HTTP tunneling device connected to a communication network outside the NAT device. HTTP tunnel setup step,
And a signaling message communication step of transmitting and receiving a signaling message for media communication with another terminal device via the HTTP tunnel.
コンピュータを、NAT装置の配下に備えられる端末装置として機能させるプログラムであって、前記コンピュータを、
前記NAT装置の外部の通信ネットワークに接続された所定の装置に向けてUDP透過判定メッセージを送信し、前記UDP透過判定メッセージに対する前記所定の装置からの応答メッセージを受信するか否かを判定するUDP透過判定手段、
前記UDP透過判定手段により、前記所定の装置からの応答メッセージを受信しなかったと判定された場合に、前記NAT装置の外部の通信ネットワークに接続されたHTTPトンネリング装置との間にHTTPトンネルを設定するHTTPトンネル設定手段、
前記HTTPトンネルを経由して、他の端末装置との間でメディア通信のためのシグナリングメッセージの送受信を行うシグナリングメッセージ通信手段、
として機能させるためのプログラム。
A program for causing a computer to function as a terminal device provided under a NAT device, the computer comprising:
UDP that transmits a UDP transmission determination message to a predetermined device connected to a communication network outside the NAT device and determines whether to receive a response message from the predetermined device in response to the UDP transmission determination message Transmission judging means,
When the UDP transmission determining means determines that the response message from the predetermined device has not been received, an HTTP tunnel is set up with the HTTP tunneling device connected to the communication network outside the NAT device. HTTP tunnel setting means,
Signaling message communication means for transmitting and receiving a signaling message for media communication with other terminal devices via the HTTP tunnel,
Program to function as.
JP2008045109A 2008-02-26 2008-02-26 Terminal device, NAT traversal method, and program Expired - Fee Related JP4961368B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008045109A JP4961368B2 (en) 2008-02-26 2008-02-26 Terminal device, NAT traversal method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008045109A JP4961368B2 (en) 2008-02-26 2008-02-26 Terminal device, NAT traversal method, and program

Publications (2)

Publication Number Publication Date
JP2009206657A JP2009206657A (en) 2009-09-10
JP4961368B2 true JP4961368B2 (en) 2012-06-27

Family

ID=41148521

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008045109A Expired - Fee Related JP4961368B2 (en) 2008-02-26 2008-02-26 Terminal device, NAT traversal method, and program

Country Status (1)

Country Link
JP (1) JP4961368B2 (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4681659B2 (en) * 2009-03-02 2011-05-11 株式会社コナミデジタルエンタテインメント Confirmation system, communication system, confirmation server device, confirmation method, and program
JP5303403B2 (en) * 2009-08-28 2013-10-02 エヌ・ティ・ティ・コミュニケーションズ株式会社 Terminal device, communication method, and program
US8504818B2 (en) * 2010-04-15 2013-08-06 Microsoft Corporation Method and system for reliable protocol tunneling over HTTP
JP5768550B2 (en) * 2011-07-12 2015-08-26 サクサ株式会社 Communication terminal and communication control method
JP2013021523A (en) * 2011-07-12 2013-01-31 Saxa Inc Communication terminal and communication control method
CN104040998B (en) * 2012-01-17 2017-12-01 瑞典爱立信有限公司 NAT traversal based on ICE
CN102571814B (en) * 2012-02-10 2015-09-09 浙江宇视科技有限公司 Method and the agent equipment of xegregating unit is passed through in a kind of IP supervisory control system
US9432330B2 (en) 2013-05-29 2016-08-30 Huawei Technologies Co., Ltd. Data interaction method, apparatus, and system
CN103347099B (en) * 2013-05-29 2016-08-10 华为技术有限公司 A kind of method of data interaction, Apparatus and system
JP6410631B2 (en) * 2015-02-17 2018-10-24 日本電信電話株式会社 Communication system, communication method, and program
JP6824067B2 (en) * 2017-02-27 2021-02-03 キヤノン株式会社 Information information system, image forming device and its control method, and program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4260659B2 (en) * 2004-03-12 2009-04-30 エヌ・ティ・ティ・コミュニケーションズ株式会社 Terminal apparatus having NAT function of packet and program thereof
US8571011B2 (en) * 2004-08-13 2013-10-29 Verizon Business Global Llc Method and system for providing voice over IP managed services utilizing a centralized data store
JP4435082B2 (en) * 2005-12-15 2010-03-17 株式会社東芝 COMMUNICATION DEVICE, COMMUNICATION METHOD, AND COMMUNICATION PROGRAM

Also Published As

Publication number Publication date
JP2009206657A (en) 2009-09-10

Similar Documents

Publication Publication Date Title
JP4961368B2 (en) Terminal device, NAT traversal method, and program
JP4411332B2 (en) IP communication apparatus, IP communication system, and these IP communication methods
US8082324B2 (en) Method of establishing a tunnel between network terminal devices passing through firewall
EP2220852B1 (en) Communicating a selection of a potential configuration
US9699237B2 (en) Managed media relay selection for real-time communications
EP2018756B1 (en) Address translation in a communication system
US20130185440A1 (en) Ice Based Nat Traversal
JP2008072203A (en) Relay server
JP2005236824A (en) IPv6/IPv4 TRANSLATOR
JP5988407B1 (en) Communication path control device, communication path control system, communication path control method, and communication path control program
WO2011071190A2 (en) Networking method of communication apparatus, communication apparatus and storage medium
CN103107983A (en) Data management method of network system and related system thereof
TW201701635A (en) Network transmission method and network transmission system for a multi-layer network address translator structure
US20230291706A1 (en) Method for accessing network, media gateway, electronic device and storage medium
Tseng et al. Can: A context-aware NAT traversal scheme
JP2007060281A (en) Ip communication device and its controlling method
JP5303403B2 (en) Terminal device, communication method, and program
JP5214318B2 (en) Gateway device, VoIP network interconnection system, communication method, and program
JP2008205676A (en) Information processing system, information processor, information processing method and information processing program
US11356296B1 (en) System and method for independent binding of virtual networks overlay using a physical network topology
JP6293902B2 (en) Mobile device based proxy for browser outbound procedure
JP5723808B2 (en) COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM
JP4648436B2 (en) Packet distribution device, communication system, packet processing method, and program
JP6898120B2 (en) Network system, network system address resolution method, and base-side connection device
JP5054666B2 (en) VPN connection device, packet control method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100812

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111213

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120210

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120326

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

Free format text: PAYMENT UNTIL: 20150330

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4961368

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees