JP4740898B2 - Third-party call control (3PCC) system and 3PCC implementation method in an IP communication network having a plurality of IP address systems - Google Patents

Third-party call control (3PCC) system and 3PCC implementation method in an IP communication network having a plurality of IP address systems Download PDF

Info

Publication number
JP4740898B2
JP4740898B2 JP2007145595A JP2007145595A JP4740898B2 JP 4740898 B2 JP4740898 B2 JP 4740898B2 JP 2007145595 A JP2007145595 A JP 2007145595A JP 2007145595 A JP2007145595 A JP 2007145595A JP 4740898 B2 JP4740898 B2 JP 4740898B2
Authority
JP
Japan
Prior art keywords
function
address
network
3pcc
call control
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.)
Active
Application number
JP2007145595A
Other languages
Japanese (ja)
Other versions
JP2008301228A (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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2007145595A priority Critical patent/JP4740898B2/en
Publication of JP2008301228A publication Critical patent/JP2008301228A/en
Application granted granted Critical
Publication of JP4740898B2 publication Critical patent/JP4740898B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、複数のIPアドレス体系を持つIP通信網において第三者呼制御(3PCC)を実現する技術に関する。   The present invention relates to a technique for realizing third party call control (3PCC) in an IP communication network having a plurality of IP address systems.

クリックトゥダイヤルやテレビ電話会議サービスのように、アプリケーションサーバ等の第三者からSIP(Session Initiation Protocol)を用いた呼制御を行うことにより、2つ以上の加入者端末(メディアサーバ等の装置)間でIPメディア通信のセッション確立を実現する方式として、3PCC(Third Party Call Control)が提案されている(非特許文献1参照)。3PCCでは、アプリケーションサーバ10からの起動を契機として複数の端末間でのセッションを確立して音声やテレビ電話会議などの通信を行う。非特許文献1の3PCC実現方法として、同一のIPアドレス体系を持つIP通信網における通信の制御を、図7を参照して簡単に説明する。図7には、アプリケーションサーバ10と、第1の端末20と、第2の端末60とが示されている。このような構成において、SIP制御は、アプリケーションサーバ10と第1の端末20との間、アプリケーションサーバ10と第2の端末60との間で行われる。一方、メディア通信は、アプリケーションサーバ10を介さずに第1の端末20と第2の端末60の間で行われる。このように、同一のIPアドレス体系を持つIP通信網において3PCCを実現する場合には、SIP制御とメディア通信は、異なるIPパケット経路で行うことが可能である。   By performing call control using SIP (Session Initiation Protocol) from a third party such as an application server such as click-to-dial or video conference service, two or more subscriber terminals (devices such as media servers) 3PCC (Third Party Call Control) has been proposed as a method for establishing a session for IP media communication between them (see Non-Patent Document 1). In 3PCC, a session between a plurality of terminals is established upon activation from the application server 10 and communication such as voice or video conference call is performed. As a 3PCC implementation method of Non-Patent Document 1, communication control in an IP communication network having the same IP address system will be briefly described with reference to FIG. FIG. 7 shows the application server 10, the first terminal 20, and the second terminal 60. In such a configuration, the SIP control is performed between the application server 10 and the first terminal 20 and between the application server 10 and the second terminal 60. On the other hand, media communication is performed between the first terminal 20 and the second terminal 60 without going through the application server 10. As described above, when 3PCC is realized in an IP communication network having the same IP address system, SIP control and media communication can be performed through different IP packet paths.

一方、2つ以上の加入者端末間でIPメディア通信を行うためのメディアIPアドレスとポート番号は、SIPメッセージの中でSDP(Session Description Protocol)等により記述されて、IMS(IP Multimedia Subsystem)を採用する次世代ネットワークにおいてはCSCFやIBCF等のSIPサーバに相当するサービス制御機能(各種SIP呼処理機能が配備されるCore IMS機能)を介して交換される(非特許文献2、非特許文献3参照)。このサービス制御機能は、プロトコル記述の内容を書き換えるALG(Application Level Gateway)機能を有し、メディア通信を行うBGF等のトランスポート機能においてNAT(Network Address Translation)またはNAPT(Network Address Port Translation)が行われる場合には、SIPメッセージの中のSDP等により記述されたメディアIPアドレスとポート番号をNATで対応するものに書き換えるため、メディアの網経路とSIPメッセージの網経路とが同一になる。非特許文献3にはサービス制御機能に相当するAF、トランスポート制御機能に相当するRACS、トランスポート機能に相当するBGFの相互連携方法に関する記述がある。   On the other hand, a media IP address and a port number for performing IP media communication between two or more subscriber terminals are described in an SIP message by SDP (Session Description Protocol) or the like, and IMS (IP Multimedia Subsystem) is set. In the next-generation network to be adopted, it is exchanged via a service control function (Core IMS function in which various SIP call processing functions are provided) corresponding to a SIP server such as CSCF or IBCF (Non-Patent Document 2, Non-Patent Document 3). reference). This service control function has an ALG (Application Level Gateway) function to rewrite the contents of the protocol description, and NAT (Network Address Translation) or NAPT (Network Address Port Translation) is performed in a transport function such as BGF for media communication. In this case, since the media IP address and the port number described in SDP or the like in the SIP message are rewritten to those corresponding to NAT, the network path of the media is the same as the network path of the SIP message. Non-Patent Document 3 describes a mutual cooperation method of AF corresponding to a service control function, RACS corresponding to a transport control function, and BGF corresponding to a transport function.

ここで、アプリケーションサーバ10(3PCCを実装)が存在するASの事業者網とアプリケーションサーバ10と接続されるサーバ制御機能が存在する事業者網がそれぞれ異なるIPアドレス体系を持ち、ASの事業者網と事業者網の間でNAT等のIPアドレス及びポート番号変換が行われるシステムにおいて3PCCを実現する場合には、メディアの網経路とSIPメッセージの網経路が上記の理由により同一になってしまうことから、メディアストリームはASの事業者網を経由しなければならない。   Here, the AS operator network in which the application server 10 (3PCC is installed) and the operator network in which the server control function connected to the application server 10 exists have different IP address systems, and the AS operator network. When 3PCC is realized in a system in which IP address and port number conversion such as NAT is performed between the network and the carrier network, the media network path and the SIP message network path must be the same for the above reasons. Therefore, the media stream must pass through the AS operator network.

呼制御のみを行う3PCCのアプリケーションサーバ10が存在する網とサービス制御機能が存在する網のIPアドレス体系が異なるシステムにおいては、上記の理由から、メディアストリームはASの事業者網を経由しなければならないこととなるが、トランスポート機能においてASから既にNAT対応設定が行われているアドレスの設定を要求されるため、NAT設定ができず、3PCCを実現できない。   In a system in which the IP address system of the network in which the 3PCC application server 10 that performs only call control exists and the network in which the service control function exists are different, the media stream must pass through the AS carrier network for the above reasons. However, since it is requested by the AS to set an address for which NAT support has already been set in the transport function, NAT setting cannot be performed and 3PCC cannot be realized.

RFC 3725,“Best Current Practices for Third Party Call Control (3pcc) in the Session Initiation Protocol (SIP),” Apr. 2004.RFC 3725, “Best Current Practices for Third Party Call Control (3pcc) in the Session Initiation Protocol (SIP),” Apr. 2004.

3GPP TS 23.228 v7.6.0, “IP Multimedia Subsystem (IMS); Stage 2,”Dec. 2006.3GPP TS 23.228 v7.6.0, “IP Multimedia Subsystem (IMS); Stage 2,” Dec. 2006.

ETSI TISPAN ES 282 007 v1.1.1, “IP Multimedia Subsystem (IMS);Functional architecture,” June, 2006.ETSI TISPAN ES 282 007 v1.1.1, “IP Multimedia Subsystem (IMS); Functional architecture,” June, 2006.

本発明は、3PCCを実装するサーバが存在する網とサービス制御機能が存在する網のIPアドレス体系が異なる場合の3PCCを実現するための技術を提供することを目的とする。   An object of the present invention is to provide a technique for realizing 3PCC in a case where a network in which a server for implementing 3PCC exists and a network in which a service control function exists are different in IP address system.

本発明の一局面に係る発明は、アプリケーションサーバの入り口にメディアパケットの折り返し機能を設けている。具体的には、
本発明の一局面に係る第三者呼制御システムは、IP通信網において、少なくとも第三者呼制御(3PCC)を実装するアプリケーションサーバが存在するASの事業者網と、サービス制御機能が存在する事業者網とが、それぞれ異なるIPアドレス体系を有する第三者呼制御システムにおいて、前記アプリケーションサーバは、前記サービス制御機能におけるアドレス変換の設定を可能とするための所定のアドレスが割り当てられたメディア折り返し機能を具備することを特徴とする。本発明は、装置に限らず、装置で実現可能な方法やプログラムの発明としても成立する。
In the invention according to one aspect of the present invention, a media packet loopback function is provided at the entrance of the application server. In particular,
A third-party call control system according to an aspect of the present invention includes an AS operator network in which an application server that implements at least third-party call control (3PCC) is present and a service control function in an IP communication network. In a third party call control system in which a carrier network has different IP address systems, the application server returns a media loop to which a predetermined address is assigned to enable setting of address conversion in the service control function. It has a function. The present invention is not limited to an apparatus, and may be realized as an invention of a method or program that can be realized by the apparatus.

本発明によれば、アプリケーションサーバ網とサービス制御機能網の間にNAT機能があるシステムにおいて、従来のSIPやSDP等のプロトコルの規定を変更することなく、3PCCの実現が可能となる。   According to the present invention, in a system having a NAT function between an application server network and a service control function network, 3PCC can be realized without changing conventional protocol specifications such as SIP and SDP.

図面を参照して本発明の実施の形態を説明する。図1は、本発明の一実施形態に係る3PCCを実現するための方法が適用されるシステムの概略構成を示す図である。図1に記載のシステムには、ASの事業者網1と、第1の端末網2と、第1の事業者網3と、第3の事業者網4と、第2の事業者網5と、第2の端末網6とが示されている。ここで、通信は、第1の端末網2内の第1の端末20と、第2の端末網6内の第2の端末60とで行うことを想定する。なお、第1から第3の事業者網3〜5は、別々の事業者網であってIPアドレス体系がそれぞれ異なる場合もあるが、同一事業者網で同一のIPアドレス体系の場合もある。また、ASの事業者網1と、少なくとも第3の事業者網4は、異なるIPアドレス体系を有するものとする。   Embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a diagram showing a schematic configuration of a system to which a method for realizing 3PCC according to an embodiment of the present invention is applied. The system shown in FIG. 1 includes an AS provider network 1, a first terminal network 2, a first provider network 3, a third provider network 4, and a second provider network 5. The second terminal network 6 is shown. Here, it is assumed that communication is performed between the first terminal 20 in the first terminal network 2 and the second terminal 60 in the second terminal network 6. The first to third operator networks 3 to 5 are separate operator networks and may have different IP address systems, but may be the same operator network and the same IP address system. Further, it is assumed that the AS operator network 1 and at least the third operator network 4 have different IP address systems.

図1において、ASの事業者網1は、アプリケーションサーバ(AS)10を備えており、第1から第3の事業者網3〜5は、それぞれ、サービス制御機能32、42、52と、トランスポート機能34、44、54とを備えている。
このような構成により、本実施形態では、制御信号は、第1の端末20と第2の端末60との間を、サービス制御機能32、42、52と、AS10を介して、メディアパケットは、トランスポート機能34、44、54と、AS10を介して転送可能となっている。本実施形態により、3PCCの実現が可能になった理由について、以下に説明する。
In FIG. 1, an AS operator network 1 includes an application server (AS) 10, and first to third operator networks 3 to 5 include service control functions 32, 42, and 52, respectively, Port functions 34, 44, 54.
With this configuration, in this embodiment, the control signal is transmitted between the first terminal 20 and the second terminal 60 via the service control functions 32, 42, 52 and the AS 10. Transfer is possible via the transport functions 34, 44, 54 and the AS 10. The reason why 3PCC can be realized by this embodiment will be described below.

図2は、従来のアプリケーションサーバ(AS)10が有する機能とAS10における信号の流れを示す図である。図3は、図2に記載の構成を有するアプリケーションサーバ10を備えたシステムの概略構成を示す図であって、ASの網とサービス制御機能が存在する網のIPアドレス体系が異なるシステムにおいて、トランスポート機能においてNAT設定ができない課題が存在する従来の構成図である。なお、図3において、図1と同じ部分には、同じ符号を付して、詳細な説明は省略する。また、図4は、ASの網とサービス制御機能が存在する網のIPアドレス体系が異なるシステムにおいて、トランスポート機能においてNAT設定ができない課題が存在する従来の3PPCシーケンスである。なお、このシーケンスは、非特許文献1のFlowIのシーケンスに基づいている。   FIG. 2 is a diagram showing functions of the conventional application server (AS) 10 and signal flows in the AS 10. FIG. 3 is a diagram showing a schematic configuration of a system including the application server 10 having the configuration shown in FIG. 2. In a system in which the IP network of the AS network and the network having the service control function are different, the transformer is It is a conventional block diagram with the subject which cannot perform NAT setting in a port function. 3, the same parts as those in FIG. 1 are denoted by the same reference numerals, and detailed description thereof is omitted. FIG. 4 shows a conventional 3PPC sequence in which there is a problem that NAT setting cannot be performed in the transport function in a system having a different IP address system between the AS network and the network having the service control function. This sequence is based on the Flow I sequence of Non-Patent Document 1.

図2において、AS10は、起動信号を入力して3PCCの起動などを実行する起動受付機能11と、SIP等の信号の生成を行う第1の信号生成機能12と、SIP等の信号の転送を行う信号転送機能13と、制御信号を入力して該入力信号の正当性をチェックする信号正当性チェック機能14と、第1の信号処理機能15と、第2の信号生成機能16と、信号転送機能17とを備えている。具体的な、信号の流れは、以下の通りである。   In FIG. 2, the AS 10 receives an activation signal and activates 3PCC, etc., an activation acceptance function 11, a first signal generation function 12 that generates a signal such as SIP, and a transfer of a signal such as SIP. A signal transfer function 13 to be performed; a signal validity check function 14 for inputting a control signal to check the validity of the input signal; a first signal processing function 15; a second signal generation function 16; And a function 17. The specific signal flow is as follows.

AS10の起動受付機能11は、ユーザがWeb画面をクリックしたことを示すHTTP等の信号や他のWebサーバからのSOAP等の起動信号により3PCCの処理を起動する。3PCCの処理を起動するSOAP等の信号としては、Parlay X等の標準規定に基づいた信号も想定される。また、WebサーバとASが同一サーバである実現形態も想定される。
次に、AS10は、起動受付機能11によって3PCCの処理を起動すると、第1の信号生成機能12により端末側にコールするためのSIP等の信号の生成を行い、信号転送機能13により端末側(サービス制御機能)に信号を転送する。
The activation acceptance function 11 of the AS 10 activates the 3PCC process by a signal such as HTTP indicating that the user has clicked on the Web screen or an activation signal such as SOAP from another Web server. As a signal such as SOAP that activates the 3PCC processing, a signal based on a standard rule such as Parlay X is also assumed. In addition, an implementation form in which the Web server and the AS are the same server is also assumed.
Next, when the AS 10 starts 3PCC processing by the start reception function 11, the AS 10 generates a signal such as SIP for calling to the terminal side by the first signal generation function 12, and the terminal side ( Transfer the signal to the service control function.

一方、AS10は、端末側からのSIP等の信号(レスポンス信号等)を受信した場合には、信号正当性チェック機能14により、規則に沿った信号の記述であることをチェックし、第1の信号処理機能15により信号情報の抽出を行い、信号の第2の信号生成機能16により、もう一方の端末にコールするための信号を生成し、信号転送機能17により、もう一方の端末宛に信号を転送する。AS10は2つ以上の端末をコールすることが可能であるが、コールする端末が他にない場合は、第1の信号の処理機能を行い、処理を終了する。   On the other hand, when the AS 10 receives a signal such as SIP (response signal) from the terminal side, the AS 10 checks that the description of the signal conforms to the rule by the signal validity check function 14, and The signal processing function 15 extracts signal information, the signal second signal generation function 16 generates a signal for calling the other terminal, and the signal transfer function 17 transmits the signal to the other terminal. Forward. The AS 10 can call two or more terminals, but when there is no other terminal to call, the AS 10 performs the first signal processing function and ends the process.

上記のような構成において、上記したように、AS10が存在する網とサービス制御機能が存在する網のIPアドレス体系が異なるシステムにおいては、メディアストリームはASの事業者網1を経由しなければならないこととなるが、トランスポート機能44においてAS10から既にNAT対応設定が行われているアドレスの設定を要求されるため、NAT設定ができず、3PCCを実現できない(図3の×で示した箇所)。この理由を、図4を参照して説明する。図4は、INVITE信号にSDPがない場合の流れ(非特許文献1のFlowI)を示している。   In the above configuration, as described above, in a system in which the IP address system of the network in which the AS 10 exists and the network in which the service control function exists are different, the media stream must pass through the AS provider network 1. However, because the transport function 44 requires the AS 10 to set an address for which NAT support has already been set, NAT setting cannot be performed, and 3PCC cannot be realized (location indicated by x in FIG. 3). . The reason for this will be described with reference to FIG. FIG. 4 shows a flow when there is no SDP in the INVITE signal (Flow I of Non-Patent Document 1).

まず、AS10から第1の端末20にサービス制御機能42、32を介してINVITE信号が送信される。第1の端末20は、offer1を含む200OK信号をAS10に送出する。この200OK信号のアドレスは、サービス制御機能32、42でNAT変換設定が行われて、AS10に入力する。ここで、図4では、サービス制御機能42では、第1のNAT変換設定として「10.0.1.1 B←192.168.0.2 C」が設定されている(ここで、B及びCはそれぞれポート番号を示すが、例えば、「10.0.1.1 B」をアドレスとみなしても良い。   First, an INVITE signal is transmitted from the AS 10 to the first terminal 20 via the service control functions 42 and 32. The first terminal 20 sends a 200 OK signal including offer1 to the AS 10. The address of the 200 OK signal is input to the AS 10 after NAT conversion is set by the service control functions 32 and 42. Here, in FIG. 4, in the service control function 42, “10.0.1.1 B ← 192.168.0.2 C” is set as the first NAT conversion setting (where B and C indicate port numbers, respectively). For example, “10.0.1.1 B” may be regarded as an address.

ここで、AS10は、Offer1(192.168.0.2 C)を含むINVETE信号をサービス制御機能42に送出する。しかし、サービス制御機能42では、すでに「192.168.0.2 C」に対するNAT対応割り当てが行われているので、同一の「192.168.0.2 C」に対するNAT要求ができない。従って、トランスポート機能44において、NAT設定ができないという問題が生じる。また、第2の端末60からのanswer1を含む200OK信号についても、サービス制御機能42において同様の問題が生じるため、トランスポート機能44において、NAT設定ができないという問題が生じる。このため、3PCCを実現することができない。   Here, the AS 10 sends an INVETE signal including Offer1 (192.168.0.2 C) to the service control function 42. However, in the service control function 42, since NAT corresponding assignment to “192.168.0.2 C” has already been performed, a NAT request for the same “192.168.0.2 C” cannot be made. Therefore, the transport function 44 has a problem that NAT cannot be set. Further, the 200OK signal including answer1 from the second terminal 60 also has the same problem in the service control function 42, so that the NAT function cannot be set in the transport function 44. For this reason, 3PCC cannot be realized.

そこで、本実施形態では、AS10にメディア折り返し機能を追加することによりこの課題を解決している。その構成を図5に示す。図5は、本発明の一実施形態に係るAS10が有する機能とその制御信号の流れを示す図である。図6は、本実施形態に係るAS10を適用した場合のシーケンスを示す図である。本実施形態に係るAS10は、図2の構成に加え、メディア折り返し設定機能18と、メディア折り返し機能19とを備えている。   Thus, in the present embodiment, this problem is solved by adding a media folding function to the AS 10. The configuration is shown in FIG. FIG. 5 is a diagram illustrating functions of the AS 10 according to the embodiment of the present invention and the flow of control signals thereof. FIG. 6 is a diagram showing a sequence when the AS 10 according to the present embodiment is applied. The AS 10 according to the present embodiment includes a media return setting function 18 and a media return function 19 in addition to the configuration of FIG.

メディア折り返し設定機能18は、サービス制御機能42でのNAT変換設定を可能とするために、メディア折り返し機能19に折り返し用アドレスの割り当てを行う。このアドレスは、メディアに応じてポートを開くためのアドレスであって、どのようなアドレスを割り当てても良いが、例えばAS10のアドレスであっても良く、図6に示す例では、「192.168.0.1」が与えられている。また、メディアについては1つに限定せず、メディアに応じてアドレスが設定できるようになっていればよい。   The media return setting function 18 assigns a return address to the media return function 19 in order to enable the NAT conversion setting in the service control function 42. This address is an address for opening a port according to the medium, and any address may be assigned. For example, it may be an AS10 address. In the example shown in FIG. Is given. Further, the number of media is not limited to one, and an address may be set according to the media.

まず、図6において、AS10からの最初のINVITE信号は、Offer1(192.168.0.1 A)を含んでいるものとし、このアドレスに応じて、NAT変換設定が行われる。ここで、AS10からのINVITE信号に応答して第1の端末20側から200OK信号が送出された場合に、Answer1(192.168.0.1 F)を含む200OK信号がサービス制御機能42からAS10に送出されると、メディア折り返し設定機能18は、メディア折り返し機能19に「192.168.0.1 G→192.168.0.1 F」なる設定を行う。また、第2の端末60側から200OK信号が送出された場合に、Answer2(192.168.0.2 L)を含む200OK信号がサービス制御機能42からAS10に送出されると、メディア折り返し設定機能18は、メディア折り返し機能19に「192.168.0.1 A→192.168.0.1 L」なる設定を行う。そして、メディア折り返し機能19は、メディア折り返し設定機能18で割り当てたメディアアドレスの対応を保持する。   First, in FIG. 6, it is assumed that the first INVITE signal from the AS 10 includes Offer1 (192.168.0.1 A), and NAT conversion setting is performed according to this address. Here, when a 200 OK signal is transmitted from the first terminal 20 in response to the INVITE signal from the AS 10, a 200 OK signal including Answer 1 (192.168.0.1 F) is transmitted from the service control function 42 to the AS 10. Then, the media return setting function 18 performs the setting “192.168.0.1 G → 192.168.0.1 F” in the media return function 19. When a 200 OK signal is sent from the second terminal 60 side and a 200 OK signal including Answer2 (192.168.0.2 L) is sent from the service control function 42 to the AS 10, the media return setting function 18 A setting of “192.168.0.1 A → 192.168.0.1 L” is performed in the loopback function 19. The media return function 19 holds the correspondence of the media address assigned by the media return setting function 18.

このように、AS10にメディア折り返し機能19を備えることで、次のように動作する。
第1又は第2の端末20、60側から受信したメディアアドレス(ポート番号含む)にAS10側のメディアアドレスを割り当て、もう一方の端末20、60側に対して割り当てたメディアアドレスを送信する。第1又は第2の端末20、60は図示しないトランスポート機能を介し、AS10に対してメディアパケットを送信する。AS10は、第1又は第2の端末20、60側より受信したメディアパケットを、メディア折り返し機能19により、もう一方の端末20、60側に折り返して送信する。なお、本実施形態では、メディア折り返し機能19は、AS10に含まれる構成としたが、別のサーバに配置しても良い。
As described above, the AS 10 is provided with the media folding function 19 to operate as follows.
The media address on the AS 10 side is assigned to the media address (including the port number) received from the first or second terminal 20 or 60 side, and the assigned media address is transmitted to the other terminal 20 or 60 side. The first or second terminal 20 or 60 transmits a media packet to the AS 10 via a transport function (not shown). The AS 10 returns the media packet received from the first or second terminal 20, 60 side to the other terminal 20, 60 side by the media return function 19 and transmits it. In the present embodiment, the media loopback function 19 is included in the AS 10, but may be arranged in another server.

なお、今後、IMSを採用する次世代ネットワークでは、サービス制御機能を提供する事業者とアプリケーションサーバを提供する事業者が異なる事業形態が想定されており、サービス制御機能が存在する網とアプリケーションサーバが存在する網のIPアドレス体系が異なり、両網がNAT機能を介して接続されることが考えられる。   In the future, in the next generation network adopting IMS, it is assumed that the business provider providing the service control function differs from the business provider providing the application server. It is conceivable that the existing networks have different IP address systems and the two networks are connected via the NAT function.

本発明によれば、アプリケーションサーバ網とサービス制御機能網の間にNAT機能があるシステムにおいて、従来のSIPやSDP等のプロトコルの規定を変更することなく、3PCCの実現が可能となる。
本発明は、上記各実施の形態に限ることなく、その他、実施段階ではその要旨を逸脱しない範囲で種々の変形を実施し得ることが可能である。さらに、上記各実施形態には、種々の段階の発明が含まれており、開示される複数の構成要件における適宜な組合せにより種々の発明が抽出され得る。
また、例えば各実施形態に示される全構成要件から幾つかの構成要件が削除されても、発明が解決しようとする課題の欄で述べた課題が解決でき、発明の効果で述べられている効果が得られる場合には、この構成要件が削除された構成が発明として抽出され得る。
According to the present invention, in a system having a NAT function between an application server network and a service control function network, 3PCC can be realized without changing conventional protocol specifications such as SIP and SDP.
The present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the scope of the invention at the stage of implementation. Further, the above embodiments include inventions at various stages, and various inventions can be extracted by appropriately combining a plurality of disclosed constituent elements.
In addition, for example, even if some structural requirements are deleted from all the structural requirements shown in each embodiment, the problem described in the column of the problem to be solved by the invention can be solved, and the effect described in the effect of the invention Can be obtained as an invention.

3PCCを実装するアプリケーションサーバが存在する第1の網とALG機能を具備するサービス制御機能が存在する第2の網が異なるIPアドレス体系であるシステムにおいて、サービス制御機能にNAT制御判定機能とメディア設定機能を付加し、3PPCを実現する構成を示す図である。In a system in which the first network in which the application server that implements 3PCC exists and the second network in which the service control function having the ALG function exists have different IP address systems, the NAT control determination function and the media setting are included in the service control function. It is a figure which shows the structure which adds a function and implement | achieves 3PPC. 従来のアプリケーションサーバにおける信号の流れを示す図である。It is a figure which shows the flow of the signal in the conventional application server. ASの網とサービス制御機能が存在する網のIPアドレス体系が異なるシステムにおいて、トランスポート機能においてNAT設定ができない課題が存在する従来の構成図である。FIG. 2 is a conventional configuration diagram in which there is a problem that NAT setting cannot be performed in the transport function in a system having a different IP address system between an AS network and a network having a service control function. ASの網とサービス制御機能が存在する網のIPアドレス体系が異なるシステムにおいて、トランスポート機能においてNAT設定ができない課題が存在する従来の3PPCシーケンス(例えば、非特許文献1のFlowIのシーケンスに基づくもの)である。In a system where the IP address system of the AS network and the network where the service control function exists are different, there is a problem that the NAT setting cannot be performed in the transport function (for example, the one based on the Flow I sequence of Non-Patent Document 1) ). 新規のアプリケーションサーバの制御信号の流れを示す図である。It is a figure which shows the flow of the control signal of a new application server. ASの網とサービス制御機能が存在する網のIPアドレス体系が異なるシステムにおいて、新規のアプリケーションサーバ機能により3PCCを実現するシーケンス図である。FIG. 11 is a sequence diagram for realizing 3PCC by a new application server function in a system in which an AS network and a network having a service control function have different IP address systems. 同一のIPアドレス体系を持つIP通信網における3PPCを実現する構成図である。It is a block diagram which implement | achieves 3PPC in the IP communication network which has the same IP address system.

符号の説明Explanation of symbols

1…事業者網
2…第1の端末網
3…第1の事業者網
4…第3の事業者網
5…第2の事業者網
6…第2の端末網
10…アプリケーションサーバ(AS)
11…起動受付機能
12…第1の信号生成機能
13…信号転送機能
14…信号正当性チェック機能
15…第1の信号処理機能
16…第2の信号生成機能
17…信号転送機能
18…メディア折り返し設定機能
19…メディア折り返し機能
20…第1の端末
32、42、52…サービス制御機能
34、44、54…トランスポート機能
60…第2の端末
DESCRIPTION OF SYMBOLS 1 ... Provider network 2 ... 1st terminal network 3 ... 1st provider network 4 ... 3rd provider network 5 ... 2nd provider network 6 ... 2nd terminal network 10 ... Application server (AS)
DESCRIPTION OF SYMBOLS 11 ... Start reception function 12 ... 1st signal generation function 13 ... Signal transfer function 14 ... Signal correctness check function 15 ... 1st signal processing function 16 ... 2nd signal generation function 17 ... Signal transfer function 18 ... Media return Setting function 19 ... Media loopback function 20 ... First terminal 32, 42, 52 ... Service control function 34, 44, 54 ... Transport function 60 ... Second terminal

Claims (5)

IP通信網において、少なくとも第三者呼制御(3PCC)を実装するアプリケーションサーバが存在するASの事業者網と、サービス制御機能が存在する事業者網とが、それぞれ異なるIPアドレス体系を有する第三者呼制御システムにおいて、
前記アプリケーションサーバは、前記サービス制御機能におけるアドレス変換を可能とするための所定のアドレスが割り当てられたメディア折り返し機能を具備することを特徴とする第三者呼制御システム。
In an IP communication network, an AS carrier network in which an application server that implements at least third-party call control (3PCC) exists and a carrier network in which a service control function exists have different IP address systems. In a party call control system,
The third party call control system, wherein the application server comprises a media loopback function to which a predetermined address for enabling address translation in the service control function is assigned.
請求項1に記載のシステムにおいて、前記アプリケーションサーバは、前記メディア折り返し機能に前記所定のアドレスを設定するためのメディア折り返し設定機能を更に具備することを特徴とする第三者呼制御システム。 The third-party call control system according to claim 1, wherein the application server further includes a media return setting function for setting the predetermined address in the media return function. 請求項1に記載のシステムにおいて、前記ASの事業者網には、更にサーバが存在し、前記メディア折り返し機能が前記サーバに備えられていることを特徴とする第三者呼制御システム。 The third-party call control system according to claim 1, wherein the AS operator network further includes a server, and the media loopback function is provided in the server. 請求項1から請求項3のいずれか1項に記載のシステムにおいて、前記所定のアドレスは、アプリケーションサーバのアドレスとメディアパケットの送信に係るポート番号を含むことを特徴とする第三者呼制御システム。 4. The third-party call control system according to claim 1, wherein the predetermined address includes an address of an application server and a port number related to transmission of a media packet. . IP通信網において、少なくとも第三者呼制御(3PCC)を実装するアプリケーションサーバが存在するASの事業者網と、サービス制御機能が存在する事業者網とが、それぞれ異なるIPアドレス体系を有する第三者呼制御システムに適用される第三者呼制御方法において、
前記アプリケーションサーバからアドレスとポート番号を含む呼制御信号を、前記サービス制御機能を介して端末に送信し、
前記端末からの制御信号に基づいて、前記サービス制御機能でアドレス変換設定が可能となるようなメディア折り返し設定を行うことを具備することを特徴とする第三者呼制御方法。
In an IP communication network, an AS carrier network in which an application server that implements at least third-party call control (3PCC) exists and a carrier network in which a service control function exists have different IP address systems. In a third party call control method applied to a party call control system,
A call control signal including an address and a port number is transmitted from the application server to the terminal via the service control function,
3. A third party call control method comprising performing media loopback setting based on a control signal from the terminal so that address translation setting can be performed by the service control function.
JP2007145595A 2007-05-31 2007-05-31 Third-party call control (3PCC) system and 3PCC implementation method in an IP communication network having a plurality of IP address systems Active JP4740898B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007145595A JP4740898B2 (en) 2007-05-31 2007-05-31 Third-party call control (3PCC) system and 3PCC implementation method in an IP communication network having a plurality of IP address systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007145595A JP4740898B2 (en) 2007-05-31 2007-05-31 Third-party call control (3PCC) system and 3PCC implementation method in an IP communication network having a plurality of IP address systems

Publications (2)

Publication Number Publication Date
JP2008301228A JP2008301228A (en) 2008-12-11
JP4740898B2 true JP4740898B2 (en) 2011-08-03

Family

ID=40174306

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007145595A Active JP4740898B2 (en) 2007-05-31 2007-05-31 Third-party call control (3PCC) system and 3PCC implementation method in an IP communication network having a plurality of IP address systems

Country Status (1)

Country Link
JP (1) JP4740898B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4920052B2 (en) 2009-03-11 2012-04-18 株式会社日立製作所 Communication system and server
JP5311295B2 (en) * 2010-11-30 2013-10-09 日本電気株式会社 Information processing apparatus, information processing method, and information processing program
JP2011229182A (en) * 2011-07-11 2011-11-10 Hitachi Ltd Communication system
JP6834305B2 (en) * 2016-09-29 2021-02-24 セイコーエプソン株式会社 Image reader and semiconductor device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2369746A (en) * 2000-11-30 2002-06-05 Ridgeway Systems & Software Lt Communications system with network address translation
JP2005136875A (en) * 2003-10-31 2005-05-26 Hitachi Ltd Communication control apparatus

Also Published As

Publication number Publication date
JP2008301228A (en) 2008-12-11

Similar Documents

Publication Publication Date Title
CN101601224B (en) Pinning the route of Ip bearer flows in a next generation network
CN106850399B (en) Communication method based on WebRTC technology instant message
EP1745632A1 (en) Session inspection scheme
EP2856727B1 (en) Methods and apparatus for media transmission in telecommunications networks
WO2013044717A1 (en) Method and system for telecommunication network to provide session service to internet
CN102882866A (en) Serving gateway proxies for non-sip speakers in a next generation network
US9420018B2 (en) End-to-end address transfer
CN103250388B (en) For the method and apparatus of across a network and business route between networks
WO2013155939A1 (en) Method for sharing internet and operator network services, service provider, and webpage gateway
JP4740898B2 (en) Third-party call control (3PCC) system and 3PCC implementation method in an IP communication network having a plurality of IP address systems
CN101114985B (en) Coding/decoding transition system and method
US8594128B2 (en) Method and apparatus for enabling dynamic protocol interworking resolution with diverse endpoints
EP1770962A1 (en) Method and apparatus for providing internet protocol connectivity without consulting a domain name sytem server
US10313400B2 (en) Method of selecting a network resource
CN101110790A (en) Method for establishing conversation
JP2008294957A (en) Media conversion system, media conversion method, media conversion program, call control device, media conversion apparatus
JP4756007B2 (en) Third-party call control (3PCC) system and 3PCC implementation method in an IP communication network having a plurality of IP address systems
US7852832B1 (en) Method and apparatus for providing secure interface to externally hosted application servers
CN101742448B (en) Method, device and system for realizing call forwarding service
CN101800948B (en) Method, device and system for implementing call deflection service
JP2007318707A (en) Interconnection technique of ip communication
CN103828320B (en) For setting up the method and system of the new traffic branch of the communication session in IP Multimedia System IMS network
Wu et al. Migration of VOIP/SIP enterprise solutions towards IMS
KR101063706B1 (en) Method of providing conference call additional service using multi-SDP in next generation communication network
Thu Comparison of VOIP signaling protocol H. 323 Vs SIP

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090714

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110224

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

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

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4740898

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140513

Year of fee payment: 3

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