JP2008311764A - Ip communication apparatus and method, and call control server - Google Patents

Ip communication apparatus and method, and call control server Download PDF

Info

Publication number
JP2008311764A
JP2008311764A JP2007155447A JP2007155447A JP2008311764A JP 2008311764 A JP2008311764 A JP 2008311764A JP 2007155447 A JP2007155447 A JP 2007155447A JP 2007155447 A JP2007155447 A JP 2007155447A JP 2008311764 A JP2008311764 A JP 2008311764A
Authority
JP
Japan
Prior art keywords
connection
call control
communication
peer
counterpart device
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
JP2007155447A
Other languages
Japanese (ja)
Other versions
JP4886612B2 (en
Inventor
Takeshi Shida
剛 志田
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.)
Panasonic Corp
Original Assignee
Panasonic 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 Panasonic Corp filed Critical Panasonic Corp
Priority to JP2007155447A priority Critical patent/JP4886612B2/en
Publication of JP2008311764A publication Critical patent/JP2008311764A/en
Application granted granted Critical
Publication of JP4886612B2 publication Critical patent/JP4886612B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To achieve NAT traversal through a simple configuration while reducing the processing load of an SBC regardless of the type of NAT of relay equipment, in a communication system having an SBC which achieves data communicate without being influenced by the NAT. <P>SOLUTION: The IP communication apparatus 2 and 3 performing data communications with the other apparatus by call connection through an SIP server comprise, respectively, a signaling management section 21 for transmitting/receiving a call control message in order to establish connection with the other apparatus, a voice processing control section 12 for transmitting/receiving media data after establishing connection with the partner apparatus, a voice arrival monitoring section 23 for monitoring whether media data from the other apparatus are received normally or not during peer-to-peer connection, and a communication path management section 22 for requesting the SIP server to switch from peer-to-peer connection to connection through an SBC when data are not received normally. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、NAT(Network Address Translation)機能を有する中継機器を介して広域ネットワークに接続されるIP(Internet Protocol)通信装置およびIP通信方法ならびにIP通信装置間の呼を中継する呼制御サーバに関する。   The present invention relates to an IP (Internet Protocol) communication apparatus and an IP communication method connected to a wide area network via a relay device having a NAT (Network Address Translation) function, and a call control server for relaying a call between IP communication apparatuses.

従来、企業や家庭内のLAN(Local Area Network)に接続されたIP通信装置(IP電話等)は、ルータ等の中継機器を介してWAN(Wide-Area Network)に接続されるのが一般的である。そのような中継機器として、LANのみで通用するプライベートなIPアドレスと、外部のWANへのアクセスに利用できるグローバルなIPアドレスとを透過的に相互変換するためのNAT機能を搭載しているものが存在する。このNAT機能によれば、LANに接続される機器に対するIPアドレスの付与の自由度が高まり、またLANのセキュリティも高まるという利点がある。   2. Description of the Related Art Conventionally, IP communication devices (IP telephones, etc.) connected to a company or home LAN (Local Area Network) are generally connected to a WAN (Wide-Area Network) via a relay device such as a router. It is. As such a relay device, there is a device equipped with a NAT function for transparently converting between a private IP address that can be used only in a LAN and a global IP address that can be used to access an external WAN. Exists. According to this NAT function, there is an advantage that the degree of freedom of assigning an IP address to a device connected to the LAN increases and the security of the LAN also increases.

しかし、例えば、NAT機能を有する中継機器に接続されたIP通信装置によりIP電話サービスを利用する場合、呼制御プロトコルとして用いるSIP(Session Initiation Protocol)等ではIPパケットのデータ部にプライベートIPアドレスやポート番号を付加して通信を行うため、IPパケットのヘッダ部分のIPアドレスのみを変換するNAT機能では対応できず、また、IPパケットのデータ部にグローバルIPアドレスを付加しようとした場合でも、IP通信装置は自らが利用するグローバルアドレスやポート番号の情報を自身では把握できないという問題があった。その結果、中継機器が壁となってWAN側からの通信パケットがLAN側に到達しないという、いわゆるNAT越え問題が生じていた。   However, for example, when using an IP telephone service by an IP communication device connected to a relay device having a NAT function, a SIP (Session Initiation Protocol) used as a call control protocol or the like has a private IP address or port in the data portion of the IP packet. Since the communication is performed with the number added, the NAT function that converts only the IP address in the header portion of the IP packet cannot be used, and even if the global IP address is added to the data portion of the IP packet, the IP communication There is a problem that the device cannot grasp information on the global address and port number used by itself. As a result, a so-called NAT traversal problem has occurred, in which a communication packet from the WAN side does not reach the LAN side because the relay device becomes a wall.

NAT越え問題を解決するための一手段として、STUN(Simple Traversal of User Datagram Protocol)を利用する方法が知られている。この方法では、IP通信装置からの要求に応じて必要な情報(グローバルIPアドレス、ポート番号及びNATの種別等)を提供するSTUNサーバをネットワーク上に設置することでNAT越えを実現可能とする。しかし、この方法は、NATの種別(例えば、対称型(Symmetric)NATが介在する場合)や、NAT機能を有するルータ等の装置特性(例えば、装置独自のセキュリティ機能によりNAT越えが阻害される場合)によっては適切に機能しないことがある。   As a means for solving the NAT traversal problem, a method using STUN (Simple Traversal of User Datagram Protocol) is known. In this method, NAT traversal can be realized by installing on the network a STUN server that provides necessary information (global IP address, port number, NAT type, etc.) in response to a request from the IP communication apparatus. However, in this method, NAT type (for example, when a symmetric type NAT is present) and device characteristics such as a router having a NAT function (for example, when NAT traversal is inhibited by a device-specific security function) ) May not function properly.

そこで、そのようなNATの種別や装置特性によらずにNAT越えを実現するための技術として、例えば、ネットワークのファイアウォール(NAT)を挟んで対をなす中継装置を設け、当該中継装置にファイアウォールを越える通信を仲介させることで、NAT越えを実現する通信システムが知られている(特許文献1参照)。
特開2006−254160号公報
Therefore, as a technique for realizing NAT traversal regardless of the NAT type and device characteristics, for example, a relay device that forms a pair across a network firewall (NAT) is provided, and a firewall is provided on the relay device. There is known a communication system that realizes NAT traversal by mediating intercommunicating communications (see Patent Document 1).
JP 2006-254160 A

しかしながら、上記特許文献1に記載の従来技術では、通信を実行する端末が属する各ネットワークにおいて、ファイヤウォール(NAT)の内外に通信を仲介させる中継装置を設ける必要があるので、システムのコストが嵩み、また、汎用性にも乏しいという問題があった。   However, in the conventional technique described in Patent Document 1, it is necessary to provide a relay device that mediates communication inside and outside the firewall (NAT) in each network to which a terminal that performs communication belongs, which increases the cost of the system. In addition, there was a problem that the versatility was poor.

NATの種別や装置特性によらずにNAT越えを実現するための技術としては、SBC(Session Border Controller)等の中継サーバにSIPメッセージ及びメディアデータ(例えば、音声、画像、及び映像等)の中継処理を行わせる方法も存在する。しかし、IP通信装置間で実行されるSIPメッセージやメディアデータの転送を、中継サーバを介して行う場合、トラフィックの増加や中継サーバの過大な処理負荷が生じ得るという課題があった。   As a technique for realizing NAT traversal regardless of NAT type and device characteristics, relay of SIP messages and media data (for example, voice, image, video, etc.) to a relay server such as SBC (Session Border Controller) There is also a method for processing. However, when transferring SIP messages and media data executed between IP communication devices via a relay server, there is a problem that an increase in traffic and an excessive processing load on the relay server may occur.

本発明は、このような従来技術の課題を鑑みて案出されたものであり、NATの影響を受けずにメディアデータの通信を可能とする中継サーバを有する通信システムにおいて、中継サーバの処理負荷を低減しつつ、簡易な構成により、中継機器のNAT種別や装置特性によらずにNAT越えを実現可能とするIP通信装置およびIP通信方法ならびにIP通信装置間の呼を中継する呼制御サーバを提供することを主目的とする。   The present invention has been devised in view of the problems of the prior art, and in a communication system having a relay server that enables communication of media data without being affected by NAT, the processing load of the relay server An IP communication device and an IP communication method capable of realizing NAT traversal regardless of the NAT type and device characteristics of a relay device with a simple configuration, and a call control server for relaying a call between IP communication devices The main purpose is to provide.

本発明のIP通信装置は、呼制御サーバを介して呼接続を行うことにより、相手装置との間でデータ通信を行うIP通信装置であって、前記相手装置との接続を確立すべく前記呼制御サーバを介して前記相手装置との間で呼制御メッセージの送受信を行うシグナリング手段と、前記相手装置との接続の確立後に、前記相手装置との間でデータの送受信を行うデータ通信手段と、前記相手装置とピアツーピア接続された状態で、前記相手装置からの前記データの受信が正常に行われるか否かを監視するデータ受信監視手段と、前記相手装置からの前記データの受信が正常に行われていない場合、前記呼制御サーバに対して前記ピアツーピア接続から所定の中継サーバを介した接続への切り替えを要求する接続切替手段とを備えたことを特徴とする。   The IP communication apparatus of the present invention is an IP communication apparatus that performs data communication with a partner apparatus by performing a call connection via a call control server, and is configured to establish a connection with the partner apparatus. A signaling means for transmitting and receiving a call control message to and from the counterpart apparatus via a control server; and a data communication means for transmitting and receiving data to and from the counterpart apparatus after establishing a connection with the counterpart apparatus; Data reception monitoring means for monitoring whether or not the reception of the data from the counterpart device is normally performed in a peer-to-peer connection with the counterpart device, and normal reception of the data from the counterpart device. If not, connection switching means for requesting the call control server to switch from the peer-to-peer connection to a connection via a predetermined relay server is provided. .

このように本発明によれば、NATの影響を受けずにデータの通信を可能とする中継サーバを有する通信システムにおいて、中継サーバの処理負荷を低減しつつ、簡易な構成により、中継機器のNAT種別や装置特性によらずにNAT越えを実現することが可能となるという優れた効果を奏する。   As described above, according to the present invention, in a communication system having a relay server that enables data communication without being affected by NAT, the NAT of the relay device can be reduced with a simple configuration while reducing the processing load of the relay server. There is an excellent effect that NAT traversal can be realized regardless of the type and device characteristics.

上記課題を解決するためになされた第1の発明は、呼制御サーバを介して呼接続を行うことにより、相手装置との間でデータ通信を行うIP通信装置であって、前記相手装置との接続を確立すべく前記呼制御サーバを介して前記相手装置との間で呼制御メッセージの送受信を行うシグナリング手段と、前記相手装置との接続の確立後に、前記相手装置との間でデータの送受信を行うデータ通信手段と、前記相手装置とピアツーピア接続された状態で、前記相手装置からの前記データの受信が正常に行われるか否かを監視するデータ受信監視手段と、前記相手装置からの前記データの受信が正常に行われていない場合、前記呼制御サーバに対して前記ピアツーピア接続から所定の中継サーバを介した接続への切り替えを要求する接続切替手段とを備えた構成とする。   A first invention made to solve the above problems is an IP communication device that performs data communication with a partner device by performing a call connection via a call control server, Signaling means for transmitting / receiving a call control message to / from the counterpart device via the call control server to establish a connection, and transmission / reception of data to / from the counterpart device after establishing the connection with the counterpart device Data communication means for performing data reception monitoring means for monitoring whether or not reception of the data from the counterpart device is normally performed in a peer-to-peer connection with the counterpart device, and the data from the counterpart device Connection switching means for requesting the call control server to switch from the peer-to-peer connection to a connection via a predetermined relay server when data reception is not normally performed; A configuration with.

これによると、ルータ等の中継機器のNATの影響を受けずにデータの通信を可能とする中継サーバ(SBC(Session Border Controller) 等)を有する通信システムにおいて、中継サーバの処理負荷を低減しつつ、簡易な構成により、中継機器のNAT種別や装置特性によらずにNAT越えを実現することが可能となる。   According to this, in a communication system having a relay server (such as SBC (Session Border Controller)) that enables data communication without being affected by NAT of a relay device such as a router, the processing load of the relay server is reduced. With a simple configuration, NAT traversal can be realized regardless of the NAT type and device characteristics of the relay device.

上記課題を解決するためになされた第2の発明は、前記接続切替手段は、前記シグナリング手段が送信する前記呼制御メッセージに所定の処理命令を付加することで、前記接続の切り替えを前記呼制御サーバに要求する構成とすることができる。   According to a second aspect of the present invention, the connection switching unit adds the predetermined processing command to the call control message transmitted by the signaling unit, thereby switching the connection. It can be configured to request the server.

これによると、相手装置との接続状態を維持した状態で、ピアツーピア接続から中継サーバを介した接続への切り替えを呼制御サーバに要求することができるので、簡易な処理で接続の切り替えが可能となる。   According to this, since it is possible to request the call control server to switch from the peer-to-peer connection to the connection via the relay server while maintaining the connection state with the other device, it is possible to switch the connection with a simple process. Become.

上記課題を解決するためになされた第3の発明は、前記データ受信監視手段は、前記相手装置との接続の確立後に相手装置からデータを一定期間受信しない場合、前記相手装置からのデータの受信が正常に行われていないと判断する構成とすることができる。   According to a third aspect of the present invention, the data reception monitoring means receives data from the counterpart device when the data reception monitoring means does not receive data from the counterpart device for a certain period after establishing the connection with the counterpart device. It can be set as the structure which judges that is not performed normally.

これによると、相手装置からのデータの受信が正常に行われているか否かを簡易な処理によって判断することが容易となる。   According to this, it becomes easy to determine whether or not reception of data from the counterpart device is normally performed by a simple process.

上記課題を解決するためになされた第4の発明は、前記ピアツーピア接続から前記中継サーバを介した接続への切り替えが必要な相手装置の宛先情報を記憶する記憶手段を更に備え、前記接続切替手段は、前記相手装置との間でデータ通信を開始する際に、当該相手装置の宛先情報を前記記憶手段に記憶された宛先情報と照合し、それらが一致した場合、前記呼制御サーバに対して前記中継サーバを介した接続を要求する構成とすることができる。   A fourth invention made to solve the above-mentioned problem further comprises storage means for storing destination information of a counterpart device that needs to be switched from the peer-to-peer connection to the connection via the relay server, and the connection switching means When starting data communication with the counterpart device, the destination information of the counterpart device is checked against the destination information stored in the storage means, and if they match, the call control server It can be set as the structure which requests | requires the connection via the said relay server.

これによると、中継サーバを介した接続が必要(即ち、ピアツーピア接続での通信不能)であることが明らかである相手装置については、最初から中継サーバを介した接続を行うことで、不要な接続の切り替え処理を回避することが可能となる。この場合、接続切替手段は、ピアツーピア接続から中継サーバを介した接続への切り替えを実施した相手装置の宛先情報を記憶手段に適宜蓄積し、新たな通信を実行する際に利用することが可能である。   According to this, for a partner device that is clearly required to be connected via a relay server (that is, communication is impossible via peer-to-peer connection), unnecessary connections can be made by connecting via the relay server from the beginning. This switching process can be avoided. In this case, the connection switching unit can appropriately store the destination information of the partner device that has switched from the peer-to-peer connection to the connection through the relay server in the storage unit, and can use it when executing a new communication. is there.

上記課題を解決するためになされた第5の発明は、呼制御サーバを介して呼接続を行うことにより、相手装置との間でデータ通信を行うIP通信装置であって、中継サーバを介した接続が必要な相手装置の宛先情報を記憶する記憶手段と、前記相手装置との間でデータ通信を開始する際に、当該相手装置の宛先情報を前記記憶手段に記憶された宛先情報と照合し、それらが一致した場合、前記呼制御サーバに対して前記中継サーバを介した接続を要求し、一致しない場合、前記呼制御サーバに対してピアツーピア接続を要求する接続手段と、前記相手装置との接続の確立後に、前記相手装置との間でデータの送受信を行うデータ通信手段と、を備えた構成とする。   A fifth invention made to solve the above problem is an IP communication device that performs data communication with a partner device by performing a call connection via a call control server, and the communication device is connected via a relay server. When data communication is started between a storage unit that stores destination information of a partner device that needs connection and the partner device, the destination information of the partner device is checked against the destination information stored in the storage unit. If they match, the call control server requests connection via the relay server, and if they do not match, the connection means for requesting the call control server for peer-to-peer connection, and the partner device And a data communication means for transmitting and receiving data to and from the counterpart device after the connection is established.

上記課題を解決するためになされた第6の発明は、呼制御サーバを介して呼接続を行うことにより、相手装置との間でデータ通信を行うIP通信装置のIP通信方法であって、前記相手装置とのピアツーピア接続を確立すべく前記呼制御サーバを介して前記相手装置との間で呼制御メッセージの送受信を行うシグナリングステップと、前記相手装置とのピアツーピア接続の確立後に、前記相手装置との間でデータの送受信を行うデータ通信ステップと、前記データ通信ステップにおいて、前記相手装置からの前記データの受信が正常に行われているか否かを監視するデータ受信監視ステップと、前記相手装置からの前記データの受信が正常に行われていない場合、前記呼制御サーバに対して前記ピアツーピア接続から所定の中継サーバを介した接続への切り替えを要求する接続切替ステップとを有する構成とする。   A sixth invention made to solve the above-mentioned problem is an IP communication method of an IP communication device for performing data communication with a counterpart device by performing a call connection via a call control server, A signaling step for transmitting / receiving a call control message to / from the counterpart device via the call control server to establish a peer-to-peer connection with the counterpart device; and after establishing the peer-to-peer connection with the counterpart device, A data communication step for transmitting and receiving data, a data reception monitoring step for monitoring whether or not the data reception from the counterpart device is normally performed in the data communication step, and from the counterpart device If the data is not normally received, the call control server is connected from the peer-to-peer connection via a predetermined relay server. A structure having a connection switching requesting a switch to connect.

上記課題を解決するためになされた第7の発明は、呼制御サーバを介して呼接続を行うことにより、相手装置との間でデータ通信を行うIP通信装置のIP通信方法であって、中継サーバを介した接続が必要な相手装置の宛先情報を記憶し、前記相手装置との間でデータ通信を開始する際に、当該相手装置の宛先情報を前記記憶された宛先情報と照合し、それらが一致した場合、前記呼制御サーバに対して前記中継サーバを介した接続を要求し、一致しない場合、前記呼制御サーバに対してピアツーピア接続を要求し、前記相手装置との接続の確立後に、前記相手装置との間でデータの送受信を行う構成とする。   A seventh invention made to solve the above problem is an IP communication method of an IP communication device for performing data communication with a counterpart device by performing a call connection via a call control server, wherein When storing destination information of a partner device that needs to be connected via a server and starting data communication with the partner device, the destination information of the partner device is checked against the stored destination information. If they match, the call control server is requested to connect via the relay server, and if they do not match, the call control server is requested to make a peer-to-peer connection, and after establishing a connection with the counterpart device, The data transmission / reception is performed with the counterpart device.

上記課題を解決するためになされた第8の発明は、上記第2または第5の発明に係るIP通信装置及び相手装置間の呼を中継する呼制御サーバであって、前記IP通信装置から受信する呼制御メッセージに前記中継サーバを介した接続を要求する処理命令が付加されているか否かを判定する判定手段と、前記呼制御メッセージに前記処理命令が付加されている場合、前記IP通信装置及び前記相手装置からの呼制御メッセージを前記中継サーバに転送する転送手段とを備えた構成とする。   An eighth invention made to solve the above problem is a call control server that relays a call between the IP communication device and the counterpart device according to the second or fifth invention, and is received from the IP communication device. Determining means for determining whether or not a processing command for requesting connection via the relay server is added to the call control message to be transmitted, and when the processing command is added to the call control message, the IP communication device And transfer means for transferring a call control message from the counterpart device to the relay server.

以下、本発明の実施の形態について図面を参照しながら説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は本願発明に係るIP端末及びSIPサーバを備えたIP通信システムの概略を示す構成図であり、図2はIP端末の機能ブロック図であり、図3はSIPサーバの機能ブロック図である。   FIG. 1 is a configuration diagram showing an outline of an IP communication system including an IP terminal and a SIP server according to the present invention, FIG. 2 is a functional block diagram of the IP terminal, and FIG. 3 is a functional block diagram of the SIP server. .

このIP通信システム1は、複数のIP端末(IP通信装置)2,3、SIPサーバ(呼接続サーバ)4、及びSBC(中継サーバ)5が、IP網6を介してそれぞれ通信可能に接続された構成を有する。IP端末2,3は、それぞれLAN(Local Area Network)7,8に属しており、NATルータ(NAT機能を有する中継機器)9,10を介してIP網6に接続される。以下、IP端末2,3がIP電話として機能する場合を例として、各装置の構成及び動作等について説明する。   In this IP communication system 1, a plurality of IP terminals (IP communication devices) 2, 3, a SIP server (call connection server) 4, and an SBC (relay server) 5 are connected via an IP network 6 so as to be able to communicate with each other. Have a configuration. The IP terminals 2 and 3 belong to LANs (Local Area Networks) 7 and 8, respectively, and are connected to the IP network 6 through NAT routers (relay devices having a NAT function) 9 and 10. Hereinafter, the configuration and operation of each device will be described by taking the case where the IP terminals 2 and 3 function as an IP telephone as an example.

IP端末2,3は、SIP(Session Initiation Protocol)のUAC(User Agent Client)として機能し、呼制御部11、音声処理制御部12、電話制御部13、ネットワークI/F(インタフェース)部14、記憶部15、及び操作部16を備える。   The IP terminals 2 and 3 function as UAC (User Agent Client) of SIP (Session Initiation Protocol), and include a call control unit 11, a voice processing control unit 12, a telephone control unit 13, a network I / F (interface) unit 14, A storage unit 15 and an operation unit 16 are provided.

呼制御部11は、シグナリング動作を管理するシグナリング管理部(シグナリング手段)21と、音声データ(メディアデータ)の通信経路を管理する通信経路管理部(接続切替手段)22と、相手装置からの音声データの到達を監視する音声到達監視部(データ受信監視手段)23とを有する。   The call control unit 11 includes a signaling management unit (signaling unit) 21 that manages a signaling operation, a communication path management unit (connection switching unit) 22 that manages a communication path of voice data (media data), and a voice from a partner device. And a voice arrival monitoring unit (data reception monitoring means) 23 for monitoring the arrival of data.

シグナリング管理部21は、セッションを確立するために、SIPサーバ4を介して相手装置との間で行われるSIPメッセージ(呼制御メッセージ)の送受信を実行する。   In order to establish a session, the signaling manager 21 performs transmission / reception of an SIP message (call control message) performed with the partner apparatus via the SIP server 4.

通信経路管理部22は、セッションの確立後に相手装置との間で音声データを送受信する際に、その通信経路を適切に選択する。より詳細には、通信経路管理部22は、通常時はトラフィックの増加防止やSBC5の処理負荷の軽減の観点からピアツーピア(Peer to Peer)接続を行う一方、ピアツーピア接続による通信を正常に行うことができない(即ち、NAT越えを実現不可能)と判断した場合には、SIPサーバ4に対してピアツーピア接続からSBC5を介した接続への切り替えを要求する。   The communication path management unit 22 appropriately selects a communication path when audio data is transmitted / received to / from the partner apparatus after the session is established. More specifically, the communication path management unit 22 normally performs peer-to-peer connection from the viewpoint of preventing traffic increase and reducing the processing load of the SBC 5, while normally performing communication by peer-to-peer connection. If it is determined that it is not possible (that is, NAT traversal cannot be realized), the SIP server 4 is requested to switch from the peer-to-peer connection to the connection via the SBC 5.

SBC5経由の接続では、IP端末2,3間における音声データの送受信は全てSBC5を介して行われる。このとき、SBC5は、SIPサーバ4から転送されるSIPメッセージのアドレス変換を行ってセッションを確立するとともに、IP端末2,3から送信される音声データのアドレス変換を行うことでセッションを中継する。これにより、IP端末2,3は、互いにNATの影響を受けずに音声データの通信が可能となる。   In the connection via the SBC 5, all transmission / reception of voice data between the IP terminals 2 and 3 is performed via the SBC 5. At this time, the SBC 5 performs address conversion of the SIP message transferred from the SIP server 4 to establish a session, and relays the session by performing address conversion of voice data transmitted from the IP terminals 2 and 3. As a result, the IP terminals 2 and 3 can communicate voice data without being affected by NAT.

また、通信経路管理部22は、SBC5経由の接続への切り替えを実行した場合、当該相手装置の宛先情報を、SBC5経由で接続が必要な宛先の情報として記憶部15に記憶する。本実施形態では、発呼に用いる宛先番号が、SBC5経由で接続が必要な番号(以下、「SBC登録番号」という。)として記憶部15に登録される。通信経路管理部22は、新たな通話を行う際には、相手装置の宛先番号を記憶部15に記憶されたSBC登録番号と照合し、それらが一致した場合、ピアツーピア接続を行わずに最初からSBC5経由の接続を行う。これにより、不要な接続の切り替え処理を回避することが可能となる。   Further, when switching to the connection via the SBC 5 is performed, the communication path management unit 22 stores the destination information of the counterpart device in the storage unit 15 as information on the destination that needs to be connected via the SBC 5. In the present embodiment, the destination number used for making a call is registered in the storage unit 15 as a number that needs to be connected via the SBC 5 (hereinafter referred to as “SBC registration number”). When making a new call, the communication path management unit 22 checks the destination number of the partner device against the SBC registration number stored in the storage unit 15 and, if they match, does not perform peer-to-peer connection from the beginning. Connect via SBC5. This makes it possible to avoid unnecessary connection switching processing.

音声到達監視部23は、ピアツーピア接続の成否を判断するために、ピアツーピア接続において相手装置からの音声パケットの受信が正常に行われているか否かを監視する。より詳細には、音声到達監視部23は、そのタイマ機能により、音声パケットの受信監視を開始した後の経過時間を計測し、予め設定された時間内に相手装置からの音声パケットを受信した場合、音声パケットの受信が正常に行われていると判定する。   The voice arrival monitoring unit 23 monitors whether or not the voice packet is normally received from the counterpart device in the peer-to-peer connection in order to determine whether or not the peer-to-peer connection is successful. More specifically, when the voice arrival monitoring unit 23 measures the elapsed time after starting the reception monitoring of the voice packet by the timer function and receives the voice packet from the partner apparatus within a preset time, It is determined that the voice packet is normally received.

音声処理制御部12は、通話の音声データのA/D及びD/A変換処理や所定の音声符号化方式(例えば、ITU−T勧告G.711、G.729a等)に基づくコーデック処理等を行うとともに、音声データをパケット化した音声パケット(RTP(Realtime Transport Protocol)パケット)の送受信を実行する。   The voice processing control unit 12 performs A / D and D / A conversion processing of voice data of a call, codec processing based on a predetermined voice encoding method (for example, ITU-T recommendation G.711, G.729a, etc.) and the like. At the same time, transmission / reception of voice packets (RTP (Realtime Transport Protocol) packets) obtained by packetizing voice data is executed.

電話制御部13は、ユーザが利用するハンドセットを含む操作部16からの動作命令に基づき、発呼及び着呼に関する処理命令を呼制御部11に対して送出するとともに、呼制御部11からの動作命令に基づきリングバックトーンの出力及び停止等の処理を行う。   The telephone control unit 13 sends out processing instructions regarding outgoing and incoming calls to the call control unit 11 based on the operation commands from the operation unit 16 including the handset used by the user, and the operation from the call control unit 11. Based on the command, the ringback tone is output and stopped.

なお、音声パケット及びSIPメッセージ等の送受信は、LAN7,8の回線に接続されるネットワークI/F部14を介して実行される。   Note that transmission / reception of voice packets, SIP messages, and the like is executed via the network I / F unit 14 connected to the LAN 7 and 8 lines.

また、SIPサーバ4は、SIPのUAS(User Agent Server)として機能し、SIP制御部31、レジストラ部32、及びネットワークI/F部33を備える。   The SIP server 4 functions as a SIP UAS (User Agent Server), and includes a SIP control unit 31, a registrar unit 32, and a network I / F unit 33.

SIP制御部31は、IP端末2,3間で送受信されるSIPメッセージを中継し、それらSIPメッセージを処理してセッション制御を行う。また、SIP制御部31はSIPサーバ4の動作を統括的に制御する機能を有している。後述するように、SIP制御部31は、IP端末2,3からの要求に応じてSIPメッセージをSBC5に転送することで、IP端末2,3間の接続をピアツーピア接続からSBC5経由の接続に切り替える処理を実行する。   The SIP control unit 31 relays SIP messages transmitted and received between the IP terminals 2 and 3 and processes these SIP messages to perform session control. The SIP control unit 31 has a function of comprehensively controlling the operation of the SIP server 4. As will be described later, the SIP control unit 31 switches the connection between the IP terminals 2 and 3 from the peer-to-peer connection to the connection via the SBC 5 by transferring the SIP message to the SBC 5 in response to a request from the IP terminals 2 and 3. Execute the process.

レジストラ部32は、IP端末2,3からの登録要求(REGISTERメッセージ)を受信し、それらIP端末2,3の所在情報(IPアドレス等)をロケーションデータベースとして管理する。   The registrar unit 32 receives registration requests (REGISTER messages) from the IP terminals 2 and 3, and manages the location information (IP addresses and the like) of these IP terminals 2 and 3 as a location database.

なお、SIPメッセージ等の送受信は、IP網6の回線に接続されるネットワークI/F部33を介して実行される。また、ここでは示さないが、例えば、SIPサーバ4には、IP端末2,3が移動した場合でもその所在地にメッセージの転送を可能とするリダイレクト機能や、インスタントメッセージやプレゼンスサービスを提供するイベント機能等を付加することもできる。   Note that transmission / reception of SIP messages and the like is executed via the network I / F unit 33 connected to the line of the IP network 6. Although not shown here, for example, the SIP server 4 has a redirect function that allows a message to be transferred to the location even when the IP terminals 2 and 3 move, and an event function that provides an instant message and presence service. Etc. can also be added.

次に、上記IP端末2,3が、ピアツーピア接続またはSBC5経由の接続を適切に選択して通話を実行する方法の詳細について説明する。   Next, details of a method in which the IP terminals 2 and 3 perform a call by appropriately selecting a peer-to-peer connection or a connection via the SBC 5 will be described.

図4は、発呼側のIP端末における通話開始までの動作手順を示すフロー図である。ここでは、呼制御部11、音声処理制御部12、及び電話制御部13の主要な処理について説明するが、実際にはこれらの処理の他にも必要に応じて従来のIP電話と同様の周知の処理が実行される(図5の場合も同様)。なお、図4では、説明の便宜上、発呼側のIP端末でピアツーピア接続の成否を判断してSBC5経由の接続への切替え処理を実行する場合について示すが、後述するように、相手装置(着呼側)からSBC5経由の接続への切替え処理を開始する場合もあり得る。   FIG. 4 is a flowchart showing an operation procedure up to the start of a call in the IP terminal on the calling side. Here, the main processes of the call control unit 11, the voice processing control unit 12, and the telephone control unit 13 will be described, but actually, in addition to these processes, as well as the conventional IP phone as well known as well known Is executed (the same applies to the case of FIG. 5). For convenience of explanation, FIG. 4 shows a case where the caller side IP terminal determines the success or failure of the peer-to-peer connection and executes the switching process to the connection via the SBC 5, but as will be described later, There may be a case where the switching process from the call side) to the connection via the SBC 5 is started.

まず、電話制御部13は、操作部16でのユーザの宛先番号の入力(発呼操作)に基づき呼制御部11に発呼要求を行う(ST101)。呼制御部11は、その発呼要求に基づき、入力された宛先番号とSBC登録番号とを照合し(ST102)、それらが一致しない場合(即ち、当該宛先番号が、SBC5経由で接続が必要な番号として登録されていない場合)、相手装置とピアツーピア接続を確立するための処理を開始する(ST103)。後述するように、このとき、呼制御部11は所定のSIPメッセージを、SIPサーバ4を介して相手装置との間で交換してセッションを確立する。   First, the telephone control unit 13 makes a call request to the call control unit 11 based on the input of the user's destination number (call operation) on the operation unit 16 (ST101). Based on the call request, the call control unit 11 collates the input destination number with the SBC registration number (ST102). If they do not match (that is, the destination number needs to be connected via the SBC 5). If it is not registered as a number), processing for establishing a peer-to-peer connection with the counterpart device is started (ST103). As will be described later, at this time, the call control unit 11 establishes a session by exchanging a predetermined SIP message with the partner apparatus via the SIP server 4.

次に、呼制御部11は、音声到達監視部23により相手装置からの音声パケットの受信が正常に行われているか否かを判定するための音声到達監視を開始し(ST104)、音声処理制御部12に通信開始要求を送出する(ST105)。   Next, the call control unit 11 starts voice arrival monitoring for determining whether or not the voice packet from the partner apparatus is normally received by the voice arrival monitoring unit 23 (ST104), and performs voice processing control. A communication start request is sent to unit 12 (ST105).

音声処理制御部12は、呼制御部11から通信開始要求を受けると(ST106:YES)、相手装置とピアツーピア接続した状態で音声パケットの送受信(メディアデータの送受信)を開始する(ST107)。続いて、音声処理制御部12は、相手装置から音声パケットを受信したか否かを判定する(ST108)。   When receiving a communication start request from call control unit 11 (ST106: YES), voice processing control unit 12 starts transmission / reception of voice packets (transmission / reception of media data) in a peer-to-peer connection with the counterpart device (ST107). Subsequently, the voice processing control unit 12 determines whether or not a voice packet has been received from the partner apparatus (ST108).

音声処理制御部12は、ST108において音声パケットを受信した場合、呼制御部11に対して音声パケットを受信した旨を通知するための音声到達通知を送出し(ST109)、その後は、相手装置との間で音声パケットの送受を継続的に行う通話状態となる。一方、音声処理制御部12は、ST108において音声パケットを受信していない場合、呼制御部11から通信停止要求を受けたか否かを判定する(ST110)。このとき、呼制御部11からの通信停止要求を受けていない場合、再びST108に戻って音声パケットの受信判定が実行される。   When the voice processing control unit 12 receives a voice packet in ST108, the voice processing control unit 12 sends a voice arrival notification for notifying the call control unit 11 that the voice packet has been received (ST109). The voice communication state in which voice packets are continuously transmitted and received is established. On the other hand, if a voice packet is not received in ST108, voice processing control section 12 determines whether or not a communication stop request has been received from call control section 11 (ST110). At this time, if a communication stop request from the call control unit 11 has not been received, the process returns to ST108 again to perform voice packet reception determination.

呼制御部11は、ST105で通信開始要求を送出した後、ピアツーピア接続の成否を判定する(ST111)。この判定は、ST109における音声処理制御部12からの音声到達通知を受けたか否かにより行われる。呼制御部11は、音声到達通知を受けた場合、音声到達監視を停止し(ST112)、その後はピアツーピア接続で通話状態となる。一方、呼制御部11は、音声到達通知を受けていない場合、音声到達監視が満了したか否か(即ち、音声到達監視の開始後、所定の設定時間を経過したか否か)を判定する(ST113)。このとき、音声到達監視が満了していない場合、再びST111に戻って音声到達通知を受けたか否かの判定が実行される。音声到達監視が満了すると、呼制御部11は、音声処理制御部12に通信停止要求を送出する(ST114)。   The call control unit 11 determines the success or failure of the peer-to-peer connection after sending a communication start request in ST105 (ST111). This determination is made based on whether or not a voice arrival notification is received from the voice processing control unit 12 in ST109. When the call control unit 11 receives the voice arrival notification, the call control unit 11 stops the voice arrival monitoring (ST112), and thereafter enters a call state by peer-to-peer connection. On the other hand, when the voice arrival notification is not received, the call control unit 11 determines whether or not the voice arrival monitoring has expired (that is, whether or not a predetermined set time has elapsed after the start of the voice arrival monitoring). (ST113). At this time, if the voice arrival monitoring has not expired, the process returns to ST111 again to determine whether or not a voice arrival notification has been received. When the voice arrival monitoring expires, the call control unit 11 sends a communication stop request to the voice processing control unit 12 (ST114).

音声処理制御部12は、呼制御部11から通信停止要求を受けると(ST110:YES)、相手装置との音声パケットの送受信を停止し(ST115)、新たに通信開始要求を受けるまで待機状態となる(ST116)。   When the voice processing control unit 12 receives a communication stop request from the call control unit 11 (ST110: YES), the voice processing control unit 12 stops transmission / reception of voice packets with the counterpart device (ST115), and waits until a new communication start request is received. (ST116).

呼制御部11は、ST114で通信停止要求を送出した後、ピアツーピア接続からSBC5経由の接続に切り替える処理を実行する(ST117)。詳細は後述するが、SBC5経由の接続への切り替えの際には、呼制御部11は、SIPメッセージ(INVITEメッセージ)にSBC5への接続要求(処理命令)を付加し、SIPサーバ4に対して送出する。   After sending the communication stop request in ST114, the call control unit 11 executes processing for switching from peer-to-peer connection to connection via SBC5 (ST117). Although details will be described later, when switching to the connection via the SBC 5, the call control unit 11 adds a connection request (processing instruction) to the SBC 5 to the SIP message (INVITE message), and sends the request to the SIP server 4. Send it out.

SBC5経由の接続への切り替えが完了して新たなセッションが確立されると、呼制御部11は、相手装置の宛先番号をSBC登録番号として記憶部15に記憶するとともに(ST118)、音声処理制御部12に通信開始要求を送出し(ST119)、その後は通話状態となる。   When the switching to the connection via the SBC 5 is completed and a new session is established, the call control unit 11 stores the destination number of the counterpart device in the storage unit 15 as the SBC registration number (ST118), and voice processing control A communication start request is sent to unit 12 (ST119), and thereafter, a call state is established.

音声処理制御部12は、呼制御部11から通信開始要求を受けると(ST116:YES)、相手装置とSBC5経由の接続で音声パケットの送受信(メディアデータの送受信)を開始し(ST120)、その後は通話状態となる。   When the voice processing control unit 12 receives a communication start request from the call control unit 11 (ST116: YES), the voice processing control unit 12 starts transmission / reception of voice packets (transmission / reception of media data) with the connection via the SBC 5 (ST120), and then Is in a call state.

なお、ST102において、その宛先番号と登録番号とが一致した場合、上述のようなピアツーピア接続を実行せずに、最初からSBC5経由の接続を実行することができる(ST121)。このとき、呼制御部11は、上述と同様にSBC5への接続要求が付加されたSIPメッセージをSIPサーバ4に送出する。その後は、ST119に進んで上述と同様の動作が実行される。   In ST102, when the destination number and the registration number match, connection via SBC 5 can be executed from the beginning without executing the peer-to-peer connection as described above (ST121). At this time, the call control unit 11 sends the SIP message to which the connection request to the SBC 5 is added to the SIP server 4 as described above. Thereafter, the process proceeds to ST119, and the same operation as described above is executed.

上記のような発呼側のIP端末の動作中(例えば、呼制御部11におけるST105の通信開始要求の送出後からST113の音声到達監視の満了前、または、ST111でピアツーピア接続が成功したと判定した後)に相手装置がSBC5経由の接続への切替え処理を開始する場合もあり得る。その場合、呼制御部11は、ST114に進んで、上述と同様の動作を実行することになる。同様に、音声処理制御部12では、ST109の音声到達通知後に相手装置がSBC5経由の接続への切替え処理を開始する場合もあり得る。その場合、音声処理制御部12は、ST110に進んで、上述と同様の動作を実行することになる。   During the operation of the IP terminal on the calling side as described above (for example, it is determined that the call control unit 11 has transmitted the ST105 communication start request before the expiration of the voice arrival monitoring in ST113 or that the peer-to-peer connection has been successful in ST111. After that, the partner device may start the process of switching to the connection via the SBC 5. In that case, the call control unit 11 proceeds to ST114 and performs the same operation as described above. Similarly, in the voice processing control unit 12, the partner apparatus may start the process of switching to the connection via the SBC 5 after the voice arrival notification in ST109. In that case, the voice processing control unit 12 proceeds to ST110 and performs the same operation as described above.

図5は、着呼側のIP端末における通話開始までの動作手順を示すフロー図である。   FIG. 5 is a flowchart showing an operation procedure up to the start of a call in the called IP terminal.

まず、呼制御部11は、相手装置(発呼側)からのSIPメッセージ(INVITEメッセージ)を受信することで、相手装置の接続を確立するための処理を開始する(ST201)。このとき、呼制御部11は、電話制御部13に対して着呼を知らせる着呼通知を送出し、その後、電話制御部13は、ユーザのオフフック操作に基づき呼制御部11に対して着呼要求を送出する(ST202)。続いて、呼制御部11は、相手装置からのSIPメッセージにSBCへの接続要求が付加されているか否かを判定する(ST203)。   First, the call control unit 11 receives a SIP message (INVITE message) from the partner apparatus (calling side), and starts processing for establishing a connection of the partner apparatus (ST201). At this time, the call control unit 11 sends an incoming call notification notifying the telephone control unit 13 of the incoming call, and then the telephone control unit 13 receives the incoming call to the call control unit 11 based on the user's off-hook operation. A request is transmitted (ST202). Subsequently, the call control unit 11 determines whether or not a connection request to the SBC is added to the SIP message from the partner apparatus (ST203).

ST203において、SIPメッセージにSBCの接続要求が付加されていない場合、図4に示したST104と同様に音声到達監視を開始する(ST204)。それ以降のST205〜ST220は、それぞれ図4に示したST105〜ST120と同様の処理であり、詳細な説明は省略する。なお、ST203において、SIPメッセージにSBCの接続要求が付加されていた場合、呼制御部11は、ピアツーピア接続を実行せずに、ST219に進んでSBC5経由の接続を実行する。   In ST203, when the SBC connection request is not added to the SIP message, voice arrival monitoring is started in the same manner as ST104 shown in FIG. 4 (ST204). Subsequent ST205 to ST220 are the same processes as ST105 to ST120 shown in FIG. 4, and detailed description thereof will be omitted. If an SBC connection request is added to the SIP message in ST203, the call control unit 11 proceeds to ST219 and executes connection via SBC5 without executing peer-to-peer connection.

図6は、SIPサーバの動作手順を示すフロー図である。ここでは、SIPサーバ4が、SIPメッセージの転送により、ピアツーピア接続またはSBC5経由の接続を実行する処理を示している。   FIG. 6 is a flowchart showing the operation procedure of the SIP server. Here, a process is shown in which the SIP server 4 executes a peer-to-peer connection or a connection via the SBC 5 by transferring a SIP message.

まず、SIP制御部31は、IP端末からSIPメッセージを受信すると(ST301)、そのSIPメッセージのヘッダを解析し、情報の取得を行う(ST302)。続いて、SIP制御部31は、その取得した情報にSBC5への接続要求(通信経路の変更を要求する情報)が含まれているか否かを判定する(ST303)。そこで、SBC5への接続要求が含まれていない場合、SIP制御部31は、レジストラ部32から相手装置の所在情報を取得し(ST304)、必要なヘッダを追加し(ST305)、相手装置に対して転送する(ST307)。これにより、IP端末間の接続はピアツーピア接続となる。   First, when receiving a SIP message from an IP terminal (ST301), the SIP control unit 31 analyzes the header of the SIP message and acquires information (ST302). Subsequently, the SIP control unit 31 determines whether or not the acquired information includes a connection request to the SBC 5 (information requesting a change in the communication path) (ST303). Therefore, when the connection request to the SBC 5 is not included, the SIP control unit 31 acquires the location information of the partner device from the registrar unit 32 (ST304), adds a necessary header (ST305), (ST307). Thereby, the connection between IP terminals becomes a peer-to-peer connection.

一方、SIP制御部31は、ST303においてSBC5への接続要求情報が含まれていると判定した場合、そのSBC5への接続要求情報を削除し(ST308)、必要なヘッダを追加し(ST309)、SBC5に対して転送する(ST310)。これにより、IP端末間の接続はSBC5経由の接続となる。   On the other hand, if the SIP control unit 31 determines in ST303 that the connection request information to the SBC5 is included, the SIP request unit 31 deletes the connection request information to the SBC5 (ST308) and adds a necessary header (ST309), Transfer to SBC 5 (ST310). Thereby, the connection between IP terminals becomes a connection via SBC5.

図7及び図8は、図1に示したIP通信システムにおけるIP端末間の第1の通信処理例を示すシーケンス図である。ここでは、発呼側のIP端末において、ピアツーピア接続による通信を正常に行うことができないと判断する場合を示している。図7は、ピアツーピア接続による通信を実行し、当該通信を正常に行うことができないと判断するまでの処理を示し、図8は、ピアツーピア接続からSBC5経由の接続に切り替える処理を実行し、正常な通信を行う処理を示しており、これらは一連の動作である。なお、図7及び図8の処理において転送されるSIPメッセージの開始行及び複数ヘッダの例を図11〜図13にそれぞれ示す。   7 and 8 are sequence diagrams showing a first communication processing example between IP terminals in the IP communication system shown in FIG. Here, a case is shown in which it is determined that communication by the peer-to-peer connection cannot be normally performed in the IP terminal on the calling side. FIG. 7 shows a process for executing communication by peer-to-peer connection and determining that the communication cannot be normally performed. FIG. 8 shows a process for switching from peer-to-peer connection to a connection via SBC5. The process which performs communication is shown, and these are a series of operations. Examples of the start line and the plurality of headers of the SIP message transferred in the processing of FIGS. 7 and 8 are shown in FIGS.

まず、発呼側のIP端末(以下、「発呼側装置」という。)は、ユーザの発呼操作に基づき入力された宛先番号をSBC登録番号と照合し、未登録であることを確認する(ST401)。続いて、発呼側装置は、SIP接続を開始し、SIPサーバ4に対してINVITEメッセージを送信し(ST402)、SIPサーバ4が発呼側装置に対して100 Tryingメッセージを送信する(ST403)。   First, an IP terminal on the calling side (hereinafter referred to as “calling side device”) checks the destination number input based on the user's call operation with the SBC registration number and confirms that it is unregistered. (ST401). Subsequently, the calling side device starts SIP connection, transmits an INVITE message to the SIP server 4 (ST402), and the SIP server 4 transmits a 100 Trying message to the calling side device (ST403). .

次に、SIPサーバ4は、受信したINVITEメッセージのヘッダを解析し、SBC5への接続要求が含まれているか否かを判定するが、このINVITEメッセージには、図11に示すように、SBC5への接続要求は付加されていない(ST404)。そこで、SIPサーバ4は、ピアツーピア接続が要求されていると判定し、INVITEメッセージを着呼側のIP端末(以下、「着呼側装置」という。)に転送する(ST405)。   Next, the SIP server 4 analyzes the header of the received INVITE message and determines whether or not a connection request to the SBC 5 is included. This INVITE message is sent to the SBC 5 as shown in FIG. No connection request is added (ST404). Therefore, the SIP server 4 determines that peer-to-peer connection is required, and transfers the INVITE message to the called IP terminal (hereinafter referred to as “called device”) (ST405).

なお、ここでは、受信したINVITEメッセージのヘッダにSBC5への接続要求が含まれていない場合にピアツーピア接続が要求されていると判定したが、INVITEメッセージのヘッダにピアツーピア接続への接続要求を示す文字列を付加してもよい。   Here, it is determined that the peer-to-peer connection is requested when the header of the received INVITE message does not include the connection request to the SBC 5, but the character indicating the connection request for the peer-to-peer connection is included in the header of the INVITE message. A column may be added.

そのINVITEメッセージを受信した着呼側装置は、SIPサーバ4に対して100 Tryingメッセージを送信し(ST406)、さらに、180 Ringingメッセージ及び200 OKメッセージを、発呼側装置に対してSIPサーバ4を介して順次送信する(ST407、ST408)。最終的に、発呼側装置がACKメッセージを、SIPサーバ4を介して着呼側装置に対して送信することで(ST409)、発呼側及び着呼側装置がピアツーピア接続される。   The called side device that has received the INVITE message transmits a 100 Trying message to the SIP server 4 (ST406), and further sends a 180 Ringing message and a 200 OK message to the calling side device. Sequentially transmitted (ST407, ST408). Finally, the calling side device transmits an ACK message to the called side device via the SIP server 4 (ST409), whereby the calling side and the called side device are peer-to-peer connected.

続いて、発呼側及び着呼側装置は、互いに音声到達監視を開始するとともに(ST410、ST411)、音声パケットの送信を開始する。ここでは、発呼側装置からの音声パケットはNATルータを越えて着呼側装置に到達するが(ST412)、着呼側装置からの音声パケットはNATルータを越えられずに発呼側装置に到達しないものとする(ST413)。従って、発呼側装置は、音声到達監視の開始後、一定時間が経過した後に音声パケットが未到達であると判定し(ST414)、続いて、図8に示すようなピアツーピア接続からSBC5経由の接続に切り替える処理を実行する。   Subsequently, the calling side device and the called side device start voice arrival monitoring with each other (ST410, ST411) and also start sending voice packets. Here, the voice packet from the calling side device reaches the called side device through the NAT router (ST412), but the voice packet from the called side device does not pass through the NAT router and goes to the calling side device. It is assumed that it does not reach (ST413). Therefore, the calling side device determines that the voice packet has not arrived after a predetermined time has elapsed after the start of the voice arrival monitoring (ST414), and then from the peer-to-peer connection as shown in FIG. Execute processing to switch to connection.

なお、図7に示したように、ピアツーピア接続での音声パケットの受信状態に基づきNATルータ9,10におけるNAT越えの可否を判断する構成とすることで、NAT越えの可否を判断するための特別な処理(テストパケットの送信等)を行う必要がないという利点がある。   As shown in FIG. 7, a special configuration for determining whether or not NAT traversal is possible by determining whether or not NAT traversal in NAT routers 9 and 10 is based on the reception state of voice packets in peer-to-peer connection. There is an advantage that it is not necessary to perform a simple process (such as sending a test packet).

図8において、発呼側装置は、SIPサーバ4に対してセッションを変更するためのINVITEメッセージを送信する(ST501)。ここで、SIPサーバ4は、受信したINVITEメッセージのヘッダを解析し、SBC5への接続要求情報が含まれているか否かを判定するが、このINVITEメッセージには、図12に示すように、SBC5への接続要求が付加されている(ST502)。図12のINVITEメッセージでは、SBC5への接続要求としてContactヘッダに「route=RelayServer」101が付加されている。別法として、図13に示すように、独自のヘッダ「X-Status-Route: RelayServer」102を設けてSBC5への接続要求としてもよい。   In FIG. 8, the calling device transmits an INVITE message for changing the session to the SIP server 4 (ST501). Here, the SIP server 4 analyzes the header of the received INVITE message and determines whether or not the connection request information to the SBC 5 is included. In this INVITE message, as shown in FIG. 12, the SBC 5 A connection request to is added (ST502). In the INVITE message of FIG. 12, “route = RelayServer” 101 is added to the Contact header as a connection request to the SBC 5. Alternatively, as shown in FIG. 13, a unique header “X-Status-Route: RelayServer” 102 may be provided as a connection request to the SBC 5.

なお、INVITEメッセージにSBC5への接続要求を付加することができれば、図12、図13において示した以外の記載方法でも構わない。   As long as a connection request to the SBC 5 can be added to the INVITE message, a description method other than that shown in FIGS. 12 and 13 may be used.

そこで、SIPサーバ4は、INVITEメッセージをSBC5に転送し、そのINVITEメッセージはSBC5を介して着呼側装置に送信される(ST503)。このとき、SBC5は、後に着呼側装置から送信される音声パケットを中継可能なように、INVITEメッセージにおけるメディアデータの送信先アドレスを自身のアドレスに変換する。そのINVITEメッセージを受信した着呼側装置は、SIPサーバ4に対して200 OKメッセージを送信し、この200 OKメッセージも同様にSBC5に転送された後に発呼側装置に送信される(ST504)。このとき、SBC5は、後に発呼側装置から送信される音声パケットを中継可能なように、200 OKメッセージにおけるメディアデータの送信先アドレスを自身のアドレスに変換する。最終的に、発呼側装置がACKメッセージを、SIPサーバ4及びSBC5を介して着呼側装置に対して送信することで(ST505)、発呼側及び着呼側装置がSBC5経由で接続される。その後、発呼側装置は、今回の宛先番号をSBC登録番号として登録する(ST506)。   Therefore, the SIP server 4 transfers the INVITE message to the SBC 5, and the INVITE message is transmitted to the called device via the SBC 5 (ST503). At this time, the SBC 5 converts the transmission destination address of the media data in the INVITE message into its own address so that a voice packet transmitted later from the called device can be relayed. The called device that has received the INVITE message transmits a 200 OK message to the SIP server 4, and the 200 OK message is also transferred to the SBC 5 and then transmitted to the calling device (ST504). At this time, the SBC 5 converts the destination address of the media data in the 200 OK message into its own address so that the voice packet transmitted later from the calling side device can be relayed. Finally, the calling side device transmits an ACK message to the called side device via the SIP server 4 and SBC 5 (ST505), so that the calling side and the called side device are connected via the SBC 5. The Thereafter, the calling device registers the current destination number as the SBC registration number (ST506).

これにより、発呼側及び着呼側装置は、SBC5経由で互いに音声パケットの送受信を実行することが可能となる(ST507)。   As a result, the calling side and called side devices can mutually transmit and receive voice packets via the SBC 5 (ST507).

図9は、IP端末間の第2の通信処理例を示すシーケンス図である。ここでは、着呼側装置において、ピアツーピア接続による通信を正常に行うことができないと判断する場合を示している。なお、図9に示す処理の前には、図7と同様の処理が実施されるものとする(ただし、ST412〜ST413の処理は、発呼側と着呼側とが逆の処理となる)。   FIG. 9 is a sequence diagram illustrating a second communication processing example between IP terminals. Here, a case is shown in which it is determined at the called device that communication by peer-to-peer connection cannot be normally performed. In addition, before the process shown in FIG. 9, the process similar to FIG. 7 shall be implemented (however, as for the process of ST412-ST413, a caller side and a callee side are reverse processes). .

図9において、着呼側装置は、SIPサーバ4に対してセッションを変更するためのINVITEメッセージを送信する(ST601)。このINVITEメッセージは、図12及び図13に示したものと同様である。SIPサーバ4は、受信したINVITEメッセージのヘッダを解析し、図8のST502と同様にSBC5への接続要求が付加されていると判定する(ST602)。そこで、SIPサーバ4は、図8のST503と同様にINVITEメッセージをSBC5に転送し、このINVITEメッセージはSBC5を介して着呼側装置に送信される(ST603)。続いて、図8のST504及びST505と同様に200 OKメッセージ及びACKメッセージがそれぞれ交換される(ST604、ST605)。その後、発呼側装置は、宛先番号をSBC登録番号として登録する(ST606)。   In FIG. 9, the called device transmits an INVITE message for changing the session to the SIP server 4 (ST601). This INVITE message is the same as that shown in FIGS. The SIP server 4 analyzes the header of the received INVITE message and determines that a connection request to the SBC 5 has been added, as in ST502 of FIG. 8 (ST602). Therefore, the SIP server 4 transfers the INVITE message to the SBC 5 similarly to ST503 in FIG. 8, and this INVITE message is transmitted to the called device via the SBC 5 (ST603). Subsequently, the 200 OK message and the ACK message are respectively exchanged as in ST504 and ST505 of FIG. 8 (ST604, ST605). Thereafter, the calling device registers the destination number as the SBC registration number (ST606).

これにより、発呼側及び着呼側装置は、SBC5経由で互いに音声パケットの送受信を実行することが可能となる(ST607)。   As a result, the calling side and called side devices can mutually transmit and receive voice packets via the SBC 5 (ST607).

図10は、IP端末間の第3の通信処理例を示すシーケンス図である。ここでは、発呼側装置において、ピアツーピア接続を行わずに最初からSBC5経由での接続を実行する場合を示している。   FIG. 10 is a sequence diagram illustrating a third communication processing example between IP terminals. Here, a case is shown in which the calling side apparatus executes connection via SBC 5 from the beginning without performing peer-to-peer connection.

図10において、まず、発呼側装置は、入力された宛先番号をSBC登録番号と照合し、それらが一致することを確認する(ST701)。続いて、発呼側装置は、SIP接続を開始し、SIPサーバ4に対してINVITEメッセージを送信し(ST702)、SIPサーバ4が発呼側装置に対して100 Tryingメッセージを送信する(ST703)。このINVITEメッセージは、図12及び図13に示したものと同様である。   In FIG. 10, the calling side device first checks the input destination number against the SBC registration number and confirms that they match (ST701). Subsequently, the calling side device starts SIP connection, transmits an INVITE message to the SIP server 4 (ST702), and the SIP server 4 transmits a 100 Trying message to the calling side device (ST703). . This INVITE message is the same as that shown in FIGS.

SIPサーバ4は、受信したINVITEメッセージのヘッダを解析し、図8のST502と同様にSBC5への接続要求が付加されていると判定する(ST704)。そこで、SIPサーバ4は、図8のST503と同様にINVITEメッセージをSBC5に転送し、このINVITEメッセージはSBC5を介して着呼側装置に送信される(ST705)。   The SIP server 4 analyzes the header of the received INVITE message and determines that a connection request to the SBC 5 has been added as in ST502 of FIG. 8 (ST704). Therefore, the SIP server 4 transfers the INVITE message to the SBC 5 as in ST503 of FIG. 8, and this INVITE message is transmitted to the called device via the SBC 5 (ST705).

そのINVITEメッセージを受信した着呼側装置は、SIPサーバ4に対して100 Tryingメッセージを送信し(ST706)、続いて、SIPサーバ4に対して180 Ringingメッセージを送信し、この180 RingingメッセージがSBC5に転送された後に発呼側装置に送信される(ST707)。その後、図8のST504及びST505と同様に200 OKメッセージ及びACKメッセージがそれぞれ交換される(ST708、ST709)。   The called device that has received the INVITE message transmits a 100 Trying message to the SIP server 4 (ST706), and then transmits a 180 Ringing message to the SIP server 4, and the 180 Ringing message is sent to the SBC5. And then transmitted to the calling side device (ST707). Thereafter, the 200 OK message and the ACK message are respectively exchanged as in ST504 and ST505 in FIG. 8 (ST708, ST709).

これにより、発呼側及び着呼側装置は、SBC5経由で互いに音声パケットの送受信を実行することが可能となる(ST710)。   As a result, the calling side and called side devices can mutually transmit and receive voice packets via the SBC 5 (ST710).

本発明を特定の実施形態に基づいて詳細に説明したが、これらの実施形態はあくまでも例示であって本発明はこれらの実施形態によって限定されるものではない。例えば、本発明は、IP電話に限らず種々のIP通信装置に適用することが可能である。また、呼制御プロトコルもSIPに限らず他のプロトコルを用いてもよい。   Although the present invention has been described in detail based on specific embodiments, these embodiments are merely examples, and the present invention is not limited to these embodiments. For example, the present invention can be applied not only to IP telephones but also to various IP communication devices. Also, the call control protocol is not limited to SIP, and other protocols may be used.

本発明に係るIP通信装置およびIP通信方法ならびに呼制御サーバは、NATの影響を受けずにメディアデータの通信を可能とする中継サーバを有する通信システムにおいて、中継サーバの処理負荷を低減しつつ、簡易な構成により、中継機器のNAT種別や装置特性によらずにNAT越えを実現可能とするので、NAT機能を有する中継機器を介して広域ネットワークに接続されるIP通信装置及びこれを備えたIP通信システム並びにこれらのIP通信方法として有用である。   An IP communication apparatus, an IP communication method, and a call control server according to the present invention, in a communication system having a relay server that enables communication of media data without being affected by NAT, With a simple configuration, it is possible to realize NAT traversal regardless of the NAT type and device characteristics of the relay device, so that an IP communication device connected to a wide area network via a relay device having a NAT function and an IP provided with the same It is useful as a communication system and these IP communication methods.

本願発明に係るIP端末及びSIPサーバを備えたIP通信システムの構成図Configuration diagram of an IP communication system including an IP terminal and a SIP server according to the present invention IP端末の機能ブロック図Functional block diagram of IP terminal SIPサーバの機能ブロック図Functional block diagram of SIP server 発呼側のIP端末の動作手順を示すフロー図Flow chart showing operation procedure of calling side IP terminal 着呼側のIP端末の動作手順を示すフロー図Flow chart showing operation procedure of called-side IP terminal SIPサーバの動作手順を示すフロー図Flow chart showing the operation procedure of the SIP server IP端末間の第1の通信処理例を示すシーケンス図Sequence diagram showing a first communication processing example between IP terminals IP端末間の第1の通信処理例を示すシーケンス図Sequence diagram showing a first communication processing example between IP terminals IP端末間の第2の通信処理例を示すシーケンス図Sequence diagram showing a second communication processing example between IP terminals IP端末間の第3の通信処理例を示すシーケンス図Sequence diagram showing a third communication processing example between IP terminals SIPメッセージの詳細を示す図Diagram showing details of SIP message SIPメッセージの詳細を示す図Diagram showing details of SIP message SIPメッセージの詳細を示す図Diagram showing details of SIP message

符号の説明Explanation of symbols

1 IP通信システム
2,3 IP端末(IP通信装置)
4 SIPサーバ(呼制御サーバ)
5 SBC(中継サーバ)
6 IP網
9,10 NATルータ
11 呼制御部
12 音声処理制御部
13 電話制御部
15 記憶部
21 シグナリング管理部(シグナリング手段)
22 通信経路管理部(接続切替手段)
23 音声到達監視部(データ受信監視手段)
31 SIP制御部(判定手段、転送手段)
1 IP communication system 2, 3 IP terminal (IP communication device)
4 SIP server (call control server)
5 SBC (relay server)
6 IP network 9, 10 NAT router 11 Call control unit 12 Voice processing control unit 13 Telephone control unit 15 Storage unit 21 Signaling management unit (signaling means)
22 Communication path manager (connection switching means)
23 Voice arrival monitoring unit (data reception monitoring means)
31 SIP control unit (determination means, transfer means)

Claims (8)

呼制御サーバを介して呼接続を行うことにより、相手装置との間でデータ通信を行うIP通信装置であって、
前記相手装置との接続を確立すべく前記呼制御サーバを介して前記相手装置との間で呼制御メッセージの送受信を行うシグナリング手段と、
前記相手装置との接続の確立後に、前記相手装置との間でデータの送受信を行うデータ通信手段と、
前記相手装置とピアツーピア接続された状態で、前記相手装置からの前記データの受信が正常に行われるか否かを監視するデータ受信監視手段と、
前記相手装置からの前記データの受信が正常に行われていない場合、前記呼制御サーバに対して前記ピアツーピア接続から所定の中継サーバを介した接続への切り替えを要求する接続切替手段と
を備えたことを特徴とするIP通信装置。
An IP communication device that performs data communication with a partner device by performing a call connection via a call control server,
Signaling means for sending and receiving call control messages to and from the counterpart device via the call control server to establish a connection with the counterpart device;
Data communication means for transmitting and receiving data to and from the counterpart device after establishing a connection with the counterpart device;
Data reception monitoring means for monitoring whether or not reception of the data from the counterpart device is normally performed in a peer-to-peer connection with the counterpart device;
Connection switching means for requesting the call control server to switch from the peer-to-peer connection to a connection through a predetermined relay server when the data from the counterpart device is not normally received. An IP communication apparatus.
前記接続切替手段は、前記シグナリング手段が送信する前記呼制御メッセージに所定の処理命令を付加することで、前記接続の切り替えを前記呼制御サーバに要求することを特徴とする請求項1に記載のIP通信装置。   The connection switching unit requests the call control server to switch the connection by adding a predetermined processing instruction to the call control message transmitted by the signaling unit. IP communication device. 前記データ受信監視手段は、前記相手装置との接続の確立後に相手装置からデータを一定期間受信しない場合、前記相手装置からのデータの受信が正常に行われていないと判断することを特徴とする請求項1に記載のIP通信装置。   The data reception monitoring means determines that reception of data from the counterpart device is not normally performed when data is not received from the counterpart device for a certain period after the connection with the counterpart device is established. The IP communication apparatus according to claim 1. 前記ピアツーピア接続から前記中継サーバを介した接続への切り替えが必要な相手装置の宛先情報を記憶する記憶手段を更に備え、
前記接続切替手段は、前記相手装置との間でデータ通信を開始する際に、当該相手装置の宛先情報を前記記憶手段に記憶された宛先情報と照合し、それらが一致した場合、前記呼制御サーバに対して前記中継サーバを介した接続を要求することを特徴とする請求項1に記載のIP通信装置。
Storage means for storing destination information of a counterpart device that needs to be switched from the peer-to-peer connection to the connection through the relay server;
The connection switching means, when starting data communication with the counterpart device, collates the destination information of the counterpart device with the destination information stored in the storage means, and if they match, the call control The IP communication apparatus according to claim 1, wherein the server requests a connection via the relay server.
呼制御サーバを介して呼接続を行うことにより、相手装置との間でデータ通信を行うIP通信装置であって、
中継サーバを介した接続が必要な相手装置の宛先情報を記憶する記憶手段と、
前記相手装置との間でデータ通信を開始する際に、当該相手装置の宛先情報を前記記憶手段に記憶された宛先情報と照合し、それらが一致した場合、前記呼制御サーバに対して前記中継サーバを介した接続を要求し、一致しない場合、前記呼制御サーバに対してピアツーピア接続を要求する接続手段と、
前記相手装置との接続の確立後に、前記相手装置との間でデータの送受信を行うデータ通信手段と、
を備えたことを特徴とするIP通信装置。
An IP communication device that performs data communication with a partner device by performing a call connection via a call control server,
Storage means for storing destination information of a partner apparatus that needs to be connected via a relay server;
When starting data communication with the counterpart device, the destination information of the counterpart device is checked against the destination information stored in the storage means, and if they match, the relay to the call control server A connection means for requesting a connection through a server and, if not matched, requesting a peer-to-peer connection to the call control server;
Data communication means for transmitting and receiving data to and from the counterpart device after establishing a connection with the counterpart device;
An IP communication apparatus comprising:
呼制御サーバを介して呼接続を行うことにより、相手装置との間でデータ通信を行うIP通信装置のIP通信方法であって、
前記相手装置とのピアツーピア接続を確立すべく前記呼制御サーバを介して前記相手装置との間で呼制御メッセージの送受信を行うシグナリングステップと、
前記相手装置とのピアツーピア接続の確立後に、前記相手装置との間でデータの送受信を行うデータ通信ステップと、
前記データ通信ステップにおいて、前記相手装置からのデータの受信が正常に行われているか否かを監視するデータ受信監視ステップと、
前記相手装置からの前記データの受信が正常に行われていない場合、前記呼制御サーバに対して前記ピアツーピア接続から所定の中継サーバを介した接続への切り替えを要求する接続切替ステップと
を有することを特徴とするIP通信方法。
An IP communication method for an IP communication device that performs data communication with a counterpart device by performing a call connection via a call control server,
A signaling step for transmitting and receiving call control messages to and from the counterpart device via the call control server to establish a peer-to-peer connection with the counterpart device;
A data communication step of transmitting and receiving data to and from the counterpart device after establishing a peer-to-peer connection with the counterpart device;
In the data communication step, a data reception monitoring step for monitoring whether or not reception of data from the counterpart device is normally performed;
A connection switching step of requesting the call control server to switch from the peer-to-peer connection to a connection through a predetermined relay server when the data from the counterpart device is not normally received. An IP communication method characterized by the above.
呼制御サーバを介して呼接続を行うことにより、相手装置との間でデータ通信を行うIP通信装置のIP通信方法であって、
中継サーバを介した接続が必要な相手装置の宛先情報を記憶し、
前記相手装置との間でデータ通信を開始する際に、当該相手装置の宛先情報を前記記憶された宛先情報と照合し、それらが一致した場合、前記呼制御サーバに対して前記中継サーバを介した接続を要求し、一致しない場合、前記呼制御サーバに対してピアツーピア接続を要求し、
前記相手装置との接続の確立後に、前記相手装置との間でデータの送受信を行うことを特徴とするIP通信方法。
An IP communication method for an IP communication device that performs data communication with a counterpart device by performing a call connection via a call control server,
Stores the destination information of the partner device that needs to be connected via the relay server,
When starting data communication with the counterpart device, the destination information of the counterpart device is checked against the stored destination information, and if they match, the call control server is passed through the relay server. And if it does not match, request a call-to-peer connection to the call control server,
An IP communication method, comprising: transmitting and receiving data to and from the partner device after establishing a connection with the partner device.
請求項2または請求項5に記載のIP通信装置及び相手装置間の呼を中継する呼制御サーバであって、
前記IP通信装置から受信する呼制御メッセージに前記中継サーバを介した接続を要求する処理命令が付加されているか否かを判定する判定手段と、
前記呼制御メッセージに前記処理命令が付加されている場合、前記IP通信装置及び前記相手装置からの呼制御メッセージを前記中継サーバに転送する転送手段と
を備えたことを特徴とする呼制御サーバ。
A call control server that relays a call between the IP communication device according to claim 2 or claim 5 and a counterpart device,
Determining means for determining whether or not a processing command for requesting connection via the relay server is added to a call control message received from the IP communication device;
A call control server comprising transfer means for transferring a call control message from the IP communication device and the counterpart device to the relay server when the processing command is added to the call control message.
JP2007155447A 2007-06-12 2007-06-12 IP communication apparatus, IP communication method, and call control server Active JP4886612B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007155447A JP4886612B2 (en) 2007-06-12 2007-06-12 IP communication apparatus, IP communication method, and call control server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007155447A JP4886612B2 (en) 2007-06-12 2007-06-12 IP communication apparatus, IP communication method, and call control server

Publications (2)

Publication Number Publication Date
JP2008311764A true JP2008311764A (en) 2008-12-25
JP4886612B2 JP4886612B2 (en) 2012-02-29

Family

ID=40239008

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007155447A Active JP4886612B2 (en) 2007-06-12 2007-06-12 IP communication apparatus, IP communication method, and call control server

Country Status (1)

Country Link
JP (1) JP4886612B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013524683A (en) * 2010-04-07 2013-06-17 アップル インコーポレイテッド Establishing an online communication session between client computer devices
JP2016144217A (en) * 2016-05-12 2016-08-08 エヌ・ティ・ティ・コミュニケーションズ株式会社 Repeating device, repeating method, and repeating program
JP2017532851A (en) * 2014-09-08 2017-11-02 ワッツアップ・インコーポレイテッドWhatsapp Inc. Establish and maintain VOIP calls
US10542082B2 (en) 2015-01-29 2020-01-21 Ntt Communications Corporation Communication control apparatus, communication control method and communication control program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006135591A (en) * 2004-11-05 2006-05-25 Matsushita Electric Ind Co Ltd Communication system, information processor, intermediary server,identification information transmitting server, communication method and program
JP2007124487A (en) * 2005-10-31 2007-05-17 Toshiba Corp Communication control method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006135591A (en) * 2004-11-05 2006-05-25 Matsushita Electric Ind Co Ltd Communication system, information processor, intermediary server,identification information transmitting server, communication method and program
JP2007124487A (en) * 2005-10-31 2007-05-17 Toshiba Corp Communication control method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013524683A (en) * 2010-04-07 2013-06-17 アップル インコーポレイテッド Establishing an online communication session between client computer devices
JP2017532851A (en) * 2014-09-08 2017-11-02 ワッツアップ・インコーポレイテッドWhatsapp Inc. Establish and maintain VOIP calls
US10129412B1 (en) 2014-09-08 2018-11-13 Whatsapp Inc. Establishing and maintaining a VOIP call
US10542082B2 (en) 2015-01-29 2020-01-21 Ntt Communications Corporation Communication control apparatus, communication control method and communication control program
JP2016144217A (en) * 2016-05-12 2016-08-08 エヌ・ティ・ティ・コミュニケーションズ株式会社 Repeating device, repeating method, and repeating program

Also Published As

Publication number Publication date
JP4886612B2 (en) 2012-02-29

Similar Documents

Publication Publication Date Title
JP4411332B2 (en) IP communication apparatus, IP communication system, and these IP communication methods
JP4870475B2 (en) Communication network system
US10044767B2 (en) Method and system to enhance performance of a session initiation protocol network and its elements
JP4961368B2 (en) Terminal device, NAT traversal method, and program
JP2007318343A (en) Gateway device and renegotiation method
JP4685955B2 (en) Optimization of connection between mobile communication terminal and signal server through address translation device
JP2008283611A (en) Ip communication apparatus and data transmission method thereof
JP4886612B2 (en) IP communication apparatus, IP communication method, and call control server
JP4722623B2 (en) IP communication apparatus and control method thereof
US9071690B2 (en) Call transfer processing in SIP mode
JP4847403B2 (en) IP communication apparatus and determination method of NAT type by IP communication apparatus
JP5096074B2 (en) IP telephone apparatus with relay function, IP telephone system including the same, and communication relay method
JP2007043374A (en) Ip communication device, premise network system equipped therewith, and control method therefor
JP2006109316A (en) Gateway device and communication connection method
JP2013115639A (en) Telephone device and telephone system
JP2007189509A (en) Call control server, media proxy and congestion control method
JP5158588B2 (en) SIP telephone, VoIP system, same-network communication method used therefor, and program thereof
JP2008148019A (en) Pbx device and call control method therefor
KR101330246B1 (en) VoIP terminal, Method for transferring media data in VoIP terminal, and Session Border Controller for VoIP terminal
JP5182297B2 (en) Communication relay method, communication relay program, and communication relay device
JP2005269165A (en) Ip phone
JP7421158B2 (en) Route selection device and route selection method
JP4555005B2 (en) Protocol conversion server
JP4313707B2 (en) COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM THEREOF
JP2005191738A (en) Gateway apparatus and program therefor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100203

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110617

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20110819

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110927

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111104

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

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

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

Free format text: PAYMENT UNTIL: 20141216

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4886612

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150