JP4764410B2 - Communication service providing system, address assignment device, and signal processing device - Google Patents

Communication service providing system, address assignment device, and signal processing device Download PDF

Info

Publication number
JP4764410B2
JP4764410B2 JP2007326442A JP2007326442A JP4764410B2 JP 4764410 B2 JP4764410 B2 JP 4764410B2 JP 2007326442 A JP2007326442 A JP 2007326442A JP 2007326442 A JP2007326442 A JP 2007326442A JP 4764410 B2 JP4764410 B2 JP 4764410B2
Authority
JP
Japan
Prior art keywords
address
assignment
receiving terminal
terminal
allocation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2007326442A
Other languages
Japanese (ja)
Other versions
JP2009152691A (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 JP2007326442A priority Critical patent/JP4764410B2/en
Publication of JP2009152691A publication Critical patent/JP2009152691A/en
Application granted granted Critical
Publication of JP4764410B2 publication Critical patent/JP4764410B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

この発明は、通信サービス提供システム、アドレス割当装置および信号処理装置に関する。   The present invention relates to a communication service providing system, an address assignment device, and a signal processing device.

従来より、ネットワーク上で提供される通信サービスのひとつに、発信端末から送信された信号を着信端末に転送することで、発信端末と着信端末との間のセッションを確立するセッション制御型のものがある。例えば、非特許文献1に開示されているSIP(Session Initiation Protocol)による通信サービスにおいては、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDとしてSIP−URI(Uniform Resource Identifier)が使用され、SIPサーバが、着信端末のSIP−URIが指定されたSIP信号を発信端末から受信すると、当該着信端末に割り当てられたIPアドレスを用いて当該SIP信号を転送することで、発信端末と着信端末との間でSIPによるセッションを確立する。   Conventionally, one of the communication services provided on the network is a session control type that establishes a session between a calling terminal and a receiving terminal by transferring a signal transmitted from the calling terminal to the receiving terminal. is there. For example, in a communication service based on SIP (Session Initiation Protocol) disclosed in Non-Patent Document 1, an SIP-URI (ID that uniquely identifies a user who uses the receiving terminal or an ID that uniquely identifies the receiving terminal is used. Uniform Resource Identifier) is used, and when the SIP server receives the SIP signal in which the SIP-URI of the receiving terminal is specified from the calling terminal, the SIP signal is transferred using the IP address assigned to the receiving terminal. Thus, a SIP session is established between the calling terminal and the receiving terminal.

具体的に例を挙げて説明すると、例えば、着信端末を利用する利用者を一意に識別するSIP−URIが、『UserA@example.co.jp』であるとする。また、着信端末は、DHCP(Dynamic Host Configuration Protocol)サーバ機能を有するHGW(Home GateWay)から、IPアドレス『10.1.2.1』の割り当てを受けているものとする。このような構成の下、着信端末は、SIPサーバに対してREGISTERメッセージを送信することで、SIP−URIとIPアドレスとの対応づけをSIPサーバに登録することを要求し、SIPサーバは、要求された対応づけを記憶部に登録する。こうして、発信端末を利用する利用者が着信端末に割り当てられたIPアドレスを知らなくとも、発信端末が、着信端末のSIP−URI『UserA@example.co.jp』が指定されたSIP信号をSIPサーバに送信すると、SIPサーバは、当該SIP−URIを検索キーとして対応づけを検索し、当該SIP−URI『UserA@example.co.jp』に対応づけられているIPアドレス『10.1.2.1』を用いて当該SIP信号を着信端末に転送する。   Specifically, for example, it is assumed that the SIP-URI that uniquely identifies the user who uses the receiving terminal is “UserA@example.co.jp”. Further, it is assumed that the receiving terminal has been assigned an IP address “10.1.2.1” from an HGW (Home GateWay) having a DHCP (Dynamic Host Configuration Protocol) server function. Under such a configuration, the receiving terminal requests registration of the association between the SIP-URI and the IP address in the SIP server by transmitting a REGISTER message to the SIP server. The associated correspondence is registered in the storage unit. In this way, even if the user using the calling terminal does not know the IP address assigned to the receiving terminal, the calling terminal sends the SIP signal in which the SIP-URI “UserA@example.co.jp” of the receiving terminal is designated to the SIP signal. When transmitted to the server, the SIP server searches the association using the SIP-URI as a search key, and uses the IP address “10.1.2.1” associated with the SIP-URI “UserA@example.co.jp”. To transfer the SIP signal to the receiving terminal.

なお、発信端末が、着信端末との間でセッションを確立するにあたり、着信端末のSIP−URIとIPアドレスとの対応づけを確認する技術がある。かかる技術によれば、発信端末は、着信端末のSIP−URIとIPアドレスとの対応づけを自端末に予め記憶している。このような構成の下、発信端末は、着信端末との間でセッションを確立するにあたり、SIPサーバが記憶する着信端末のSIP−URIとIPアドレスとの対応づけと、自端末が記憶する着信端末のSIP−URIとIPアドレスとの対応づけとが一致するか否かを比較し、一致した場合に、自端末が記憶するIPアドレスを用いてSIP信号を送信する。   There is a technique for confirming the correspondence between the SIP-URI and the IP address of the receiving terminal when the transmitting terminal establishes a session with the receiving terminal. According to such a technique, the calling terminal stores in advance the association between the SIP-URI of the receiving terminal and the IP address in its own terminal. Under such a configuration, the calling terminal establishes a session with the receiving terminal, and associates the SIP-URI of the receiving terminal stored in the SIP server with the IP address and the receiving terminal stored in the own terminal. If the correspondence between the SIP-URI and the IP address matches, the SIP signal is transmitted using the IP address stored in the terminal itself.

また、従来より、ネットワーク上で提供される通信サービスのひとつに、発信端末から送信された名前解決要求に応答することで、発信端末と着信端末との間のIP(Internet Protocol)通信を実現するものがある。例えば、非特許文献2に開示されているDNS(Domain Name System)による通信サービスにおいては、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDとしてホスト名が使用され、名前解決装置が、着信端末のホスト名が指定された名前解決要求を発信端末から受信すると、当該着信端末に割り当てられたIPアドレスを、当該名前解決要求に対する応答として発信端末に送信することで、発信端末は、着信端末との間でIP通信を実現する。   Conventionally, IP (Internet Protocol) communication between a calling terminal and a receiving terminal is realized by responding to a name resolution request transmitted from the calling terminal as one of the communication services provided on the network. There is something. For example, in a communication service based on DNS (Domain Name System) disclosed in Non-Patent Document 2, a host name is used as an ID for uniquely identifying a user who uses the receiving terminal or an ID for uniquely identifying the receiving terminal. When the name resolution device receives a name resolution request in which the host name of the receiving terminal is specified from the calling terminal, the IP address assigned to the receiving terminal is transmitted to the calling terminal as a response to the name resolution request. Thus, the calling terminal implements IP communication with the receiving terminal.

具体的に例を挙げて説明すると、例えば、着信端末を一意に識別するホスト名が、『ID001@example.co.jp』であるとする。また、着信端末は、DHCPサーバ機能を有するHGWから、IPアドレス『10.1.2.1』の割り当てを受けているものとする。このような構成の下、着信端末は、DNSサーバに対してDNS Updateメッセージを送信することで、ホスト名とIPアドレスとの対応づけをDNSサーバに登録することを要求し、DNSサーバは、要求された対応づけを記憶部に登録する。こうして、発信端末を利用する利用者が着信端末に割り当てられたIPアドレスを知らなくとも、発信端末が、着信端末のホスト名『ID001@example.co.jp』が指定された名前解決要求をDNSサーバに送信すると、DNSサーバは、当該ホスト名を検索キーとして対応づけを検索し、当該ホスト名『ID001@example.co.jp』に対応づけられているIPアドレス『10.1.2.1』を、当該名前解決要求に対する応答として発信端末に送信する。   For example, assume that the host name that uniquely identifies the receiving terminal is “ID001@example.co.jp”. In addition, it is assumed that the receiving terminal has been assigned the IP address “10.1.2.1” from the HGW having the DHCP server function. Under such a configuration, the receiving terminal sends a DNS Update message to the DNS server, thereby requesting that the association between the host name and the IP address be registered in the DNS server. The associated correspondence is registered in the storage unit. Thus, even if the user using the calling terminal does not know the IP address assigned to the receiving terminal, the calling terminal sends a DNS name resolution request in which the host name “ID001@example.co.jp” of the receiving terminal is specified. When transmitted to the server, the DNS server searches the association using the host name as a search key, and searches for the IP address “10.1.2.1” associated with the host name “ID001@example.co.jp”. It is sent to the calling terminal as a response to the name resolution request.

“SIP: Session Initiation Protocol”、[online]、[平成19年12月11日検索]、インターネット<ftp://ftp.rfc-editor.org/in-notes/rfc3261.txt>“SIP: Session Initiation Protocol”, [online], [searched on December 11, 2007], Internet <ftp://ftp.rfc-editor.org/in-notes/rfc3261.txt> “Dynamic Updates in the Domain Name System”、RFC2136、[online]、[平成19年12月11日検索]、インターネット<ftp://ftp.rfc-editor.org/in-notes/rfc2136.txt>"Dynamic Updates in the Domain Name System", RFC2136, [online], [December 11, 2007 search], Internet <ftp://ftp.rfc-editor.org/in-notes/rfc2136.txt>

ところで、上記した従来の技術では、以下に説明するように、着信端末に対する通信が、意図しない着信端末に誤着信するおそれがあるという課題がある。これを言い換えると、意図した着信端末に着信することが保証されていないという課題である。   By the way, as described below, the above-described conventional technology has a problem that communication with a receiving terminal may be erroneously received by an unintended receiving terminal. In other words, it is a problem that it is not guaranteed that an incoming call arrives at the intended receiving terminal.

例えば、SIPによる通信サービスにおいて、着信端末が、SIPサーバに対してREGISTERメッセージを送信することで、SIP−URIとIPアドレスとの対応づけをSIPサーバに登録した後に、着信端末の移動や無線リンクの切断等が発生し、着信端末がネットワークから離脱したという状態が考えられる。このような状態で、発信端末が、当該着信端末のSIP−URIが指定されたSIP信号をSIPサーバに送信すると、SIPサーバは、REGISTERメッセージ受信時に登録したIPアドレス、すなわち、当該着信端末が既に利用していないIPアドレスを用いて、当該SIP信号を転送してしまう。すると、SIP信号の転送先となるはずの着信端末は存在しないことから、当該SIP信号の転送は、タイムアウト時間経過後、接続失敗となる。   For example, in a communication service based on SIP, the incoming terminal transmits a REGISTER message to the SIP server, and registers the correspondence between the SIP-URI and the IP address in the SIP server. It can be considered that the incoming terminal has left the network due to disconnection of the network. In this state, when the calling terminal transmits a SIP signal in which the SIP-URI of the receiving terminal is designated to the SIP server, the SIP server has already registered the IP address registered when the REGISTER message is received, that is, the receiving terminal has already been transmitted. The SIP signal is transferred using an unused IP address. Then, since there is no receiving terminal that should be a transfer destination of the SIP signal, the transfer of the SIP signal fails in connection after the timeout time elapses.

さらに、当該着信端末に割り当てられていたIPアドレスが、別の着信端末に割り当てられたという状態が考えられる。このような状態で、発信端末が、当該着信端末のSIP−URIが指定されたSIP信号を送信すると、上記と同様、SIPサーバは、REGISTERメッセージ受信時に登録したIPアドレス、すなわち、別の着信端末に割り当てられたIPアドレスを用いて、当該SIP信号を転送してしまう。すると、着信端末に対する通信が、意図しない着信端末に誤着信する(着信端末は、迷惑な誤着信を受ける)。   Further, it is conceivable that the IP address assigned to the receiving terminal is assigned to another receiving terminal. In this state, when the calling terminal transmits a SIP signal in which the SIP-URI of the receiving terminal is specified, the SIP server, like the above, the IP address registered when the REGISTER message is received, that is, another receiving terminal The SIP signal is transferred using the IP address assigned to. Then, communication to the receiving terminal is erroneously received at an unintended receiving terminal (the receiving terminal receives annoying erroneous incoming calls).

なお、発信端末がSIP−URIとIPアドレスとの対応づけを確認する従来の技術によったとしても、上記したような、SIPサーバが記憶する対応づけと現に着信端末に割り当てられている対応づけとの間に食い違いが生じている状態の下では、意図しない着信端末に誤着信するおそれがあるという課題を解決することはできない。   Even if the originating terminal confirms the association between the SIP-URI and the IP address, the association stored in the SIP server and the association actually assigned to the receiving terminal are as described above. In a state where there is a discrepancy between the terminal and the terminal, it is not possible to solve the problem that there is a possibility of erroneous incoming to an unintended receiving terminal.

また、例えば、DNSによる通信サービスにおいて、着信端末が、DNSサーバに対してDNS Updateメッセージを送信することで、ホスト名とIPアドレスとの対応づけをDNSサーバに登録した後に、着信端末の移動や無線リンクの切断等が発生し、着信端末がネットワークから離脱したという状態が考えられる。このような状態で、発信端末が、当該着信端末のホスト名が指定された名前解決要求をDNSサーバに送信すると、DNSサーバは、DNS Updateメッセージ受信時に登録したIPアドレス、すなわち、当該着信端末が既に利用していないIPアドレスを応答として送信してしまう。すると、発信端末は既に利用されていないIPアドレス宛のパケットを送信してしまい、通信失敗となる。   Further, for example, in a communication service by DNS, the incoming terminal transmits a DNS Update message to the DNS server, so that the correspondence between the host name and the IP address is registered in the DNS server, and then the movement of the incoming terminal It is conceivable that the wireless terminal is disconnected and the called terminal has left the network. In this state, when the calling terminal transmits a name resolution request in which the host name of the receiving terminal is specified to the DNS server, the DNS server stores the IP address registered when the DNS Update message is received, that is, the receiving terminal is An IP address that has not been used is transmitted as a response. Then, the transmitting terminal transmits a packet addressed to an IP address that is not already used, resulting in communication failure.

さらに、当該着信端末に割り当てられていたIPアドレスが、別の着信端末に割り当てられたという状態が考えられる。このような状態で、発信端末が、当該着信端末のホスト名が指定された名前解決要求を送信すると、上記と同様、DNSサーバは、DNS Updateメッセージ受信時に登録したIPアドレス、すなわち、別の着信端末に割り当てられたIPアドレスを応答として送信してしまう。すると、発信端末は、意図しない着信端末宛にパケットを送信してしまう結果、情報漏えいを起こしてしまう(着信端末は、迷惑なパケットを受理させられてしまう)。   Further, it is conceivable that the IP address assigned to the receiving terminal is assigned to another receiving terminal. In this state, when the calling terminal transmits a name resolution request in which the host name of the receiving terminal is specified, the DNS server, like the above, the IP address registered when the DNS Update message is received, that is, another incoming call The IP address assigned to the terminal is transmitted as a response. Then, as a result of the transmission of a packet to an unintended receiving terminal, the transmitting terminal causes information leakage (the receiving terminal is allowed to accept annoying packets).

そこで、この発明は、上記した従来技術の課題を解決するためになされたものであり、着信端末に対する通信が、意図した着信端末に着信することを保証することが可能な通信サービス提供システム、アドレス割当装置および信号処理装置を提供することを目的とする。   Accordingly, the present invention has been made to solve the above-described problems of the prior art, and provides a communication service providing system capable of guaranteeing that communication with a receiving terminal arrives at the intended receiving terminal, an address An object is to provide an allocation device and a signal processing device.

上述した課題を解決し、目的を達成するため、請求項1に係る発明は、ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成され、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供システムであって、前記アドレス割当装置は、着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答する割当手段と、前記割当手段によって着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶手段に格納する割当格納手段と、アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記信号処理装置から受け付けると、当該アドレスを検索キーとして前記割当記憶手段を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答する応答手段とを備え、前記信号処理装置は、前記アドレス割当装置の割当手段によるアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶手段に格納する格納手段と、IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして前記端末情報記憶手段を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得する第1の取得手段と、前記第1の取得手段によって割当先情報およびアドレスが取得されると、当該アドレスを検索キーとする前記割当先情報問い合わせを前記アドレス割当装置に送信し、前記応答手段によって応答されることで当該アドレスに対応づけられている割当先情報を取得する第2の取得手段と、前記第2の取得手段によって割当先情報が取得されると、前記第1の取得手段によって取得された割当先情報と前記第2の取得手段によって取得された割当先情報とが一致するか否かを比較し、一致した場合に、前記第1の取得手段によって取得されたアドレスを用いて前記信号を処理する信号処理手段と、を備えたことを特徴とする。   In order to solve the above-described problems and achieve the object, the invention according to claim 1 is a signal processing device that processes a signal transmitted from a transmission terminal of a user who uses a communication service provided on a network; An address assignment device that assigns an address used for the communication service to each receiving terminal, and the signal processing device has an ID for uniquely identifying a user who uses the receiving terminal or an ID for uniquely identifying the receiving terminal. When a designated signal is received, the communication service providing system processes the signal using an address assigned to the destination terminal by the address assignment device, and the address assignment device uniquely identifies the destination terminal. When receiving assignment destination information and assigning an assignment request for requesting address assignment from the receiving terminal An allocation unit that allocates an address and responds the address to the destination terminal; and an allocation storage that stores an association between the address and the allocation destination information in the allocation storage unit when the address is allocated to the destination terminal by the allocation unit And receiving an assignment destination information query for inquiring about assignment destination information of a receiving terminal that is currently assigned by designating an address from the signal processing device, the assignment storage means is searched using the address as a search key. Responding means for acquiring allocation destination information associated with the address and responding to the signal processing apparatus with the allocation destination information, wherein the signal processing apparatus is configured to receive the address by the allocation means of the address allocation apparatus. From the assigned receiving terminal, the ID of the user who uses the receiving terminal or the receiving terminal When a storage request for storing the association between the ID of the receiving terminal, the destination information of the receiving terminal, and the address assigned to the receiving terminal is received, the storage stores the association in the terminal information storage unit And when the terminal and the signal with the ID specified are received from the transmitting terminal, the terminal information storage unit is searched using the ID as a search key, and the allocation destination information and the address associated with the ID are acquired. When the allocation information and the address are acquired by the acquisition means and the first acquisition means, the allocation information inquiry using the address as a search key is transmitted to the address allocation device and is responded by the response means. A second acquisition unit for acquiring the allocation destination information associated with the address, and the allocation destination information is acquired by the second acquisition unit. The allocation destination information acquired by the first acquisition unit and the allocation destination information acquired by the second acquisition unit are compared with each other. Signal processing means for processing the signal using the address obtained by the obtaining means.

また、請求項2に係る発明は、ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成され、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供システムにおける前記アドレス割当装置であって、着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答する割当手段と、前記割当手段によって着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶手段に格納する割当格納手段と、アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記信号処理装置から受け付けると、前記着信端末から受け付けた格納要求によって当該信号処理装置に格納された割当先情報と当該アドレス割当装置から応答されることで当該信号処理装置に取得される割当先情報とが一致するか否かが当該信号処理装置において比較され、一致した場合に当該信号処理装置において前記信号が処理されるように、当該アドレスを検索キーとして前記割当記憶手段を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答する応答手段と、を備えたことを特徴とする。   According to a second aspect of the present invention, there is provided a signal processing device for processing a signal transmitted from a transmitting terminal of a user who uses a communication service provided on a network, and an address used for the communication service for each receiving terminal. When the signal processing device receives an ID that uniquely identifies a user who uses the receiving terminal or an ID that uniquely identifies the receiving terminal, the address assigning device is assigned to the address assigning device. An address assignment device in a communication service providing system that processes the signal using an address assigned to the receiving terminal by the device, accepting assignment destination information for uniquely identifying the receiving terminal and requesting address assignment When an allocation request is received from the receiving terminal, an address is allocated and the address is assigned. Assigning means for responding to the receiving terminal, and when the assigning means assigns an address to the receiving terminal, an assignment storing means for storing the correspondence between the address and the assignment destination information in the assignment storing means, and designating the address Then, when an assignment destination information inquiry for inquiring about assignment destination information of the receiving terminal that is currently assigned the address is received from the signal processing device, the assignment destination stored in the signal processing device by the storage request received from the receiving terminal Whether or not the information and the allocation destination information acquired by the signal processing device in response to the response from the address allocation device match is compared in the signal processing device. So that the assignment storage means is searched using the address as a search key, and the address Characterized in that the acquired the allocated destination information allocation destination information that has been correlated with and a response means for responding to the signal processor.

また、請求項3に係る発明は、ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成され、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供システムにおける前記信号処理装置であって、前記アドレス割当装置によってアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶手段に格納する格納手段と、IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして前記端末情報記憶手段を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得する第1の取得手段と、前記第1の取得手段によって割当先情報およびアドレスが取得されると、当該アドレスを検索キーとして当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記アドレス割当装置に送信し、当該アドレス割当装置から応答されることで当該アドレスに対応づけられている割当先情報を取得する第2の取得手段と、前記第2の取得手段によって割当先情報が取得されると、前記第1の取得手段によって取得された割当先情報と前記第2の取得手段によって取得された割当先情報とが一致するか否かを比較し、一致した場合に、前記第1の取得手段によって取得されたアドレスを用いて前記信号を処理する信号処理手段と、を備えたことを特徴とする。   According to a third aspect of the present invention, there is provided a signal processing device for processing a signal transmitted from a transmitting terminal of a user who uses a communication service provided on a network, and an address used for the communication service for each receiving terminal. When the signal processing device receives an ID that uniquely identifies a user who uses the receiving terminal or an ID that uniquely identifies the receiving terminal, the address assigning device is assigned to the address assigning device. A signal processing device in a communication service providing system that processes the signal using an address assigned to the receiving terminal by the device, wherein the receiving terminal is assigned from the receiving terminal assigned the address by the address assigning device. The ID of the user to be used or the ID of the receiving terminal, the destination information of the receiving terminal, and Upon receiving a storage request for storing the correspondence with the address assigned to the receiving terminal, the storage means for storing the correspondence in the terminal information storage means, and the signal designated by the ID from the transmitting terminal Upon receipt, the terminal information storage means is searched using the ID as a search key, and first assignment means for obtaining assignment destination information and an address associated with the ID, and assignment destination by the first acquisition means When the information and the address are acquired, an assignment destination information inquiry for inquiring about the assignment destination information of the receiving terminal to which the address is currently assigned is sent to the address assignment device using the address as a search key, and the address assignment device responds Second acquisition means for acquiring the allocation destination information associated with the address, and the second When the assignment destination information is acquired by the obtaining means, the assignment destination information acquired by the first acquisition means is compared with the assignment destination information acquired by the second acquisition means; And signal processing means for processing the signal using the address obtained by the first obtaining means when they coincide with each other.

また、請求項4に係る発明は、ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成される通信サービス提供システムにおいて、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供方法であって、前記アドレス割当装置は、着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答する割当工程と、前記割当工程によって着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶部に格納する割当格納工程と、アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記信号処理装置から受け付けると、当該アドレスを検索キーとして前記割当記憶部を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答する応答工程とを含み、前記信号処理装置は、前記アドレス割当装置の割当工程によるアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶部に格納する格納工程と、IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして前記端末情報記憶部を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得する第1の取得工程と、前記第1の取得工程によって割当先情報およびアドレスが取得されると、当該アドレスを検索キーとする前記割当先情報問い合わせを前記アドレス割当装置に送信し、前記応答工程によって応答されることで当該アドレスに対応づけられている割当先情報を取得する第2の取得工程と、前記第2の取得工程によって割当先情報が取得されると、前記第1の取得工程によって取得された割当先情報と前記第2の取得工程によって取得された割当先情報とが一致するか否かを比較し、一致した場合に、前記第1の取得工程によって取得されたアドレスを用いて前記信号を処理する信号処理工程と、を含んだことを特徴とする。   According to a fourth aspect of the present invention, there is provided a signal processing device for processing a signal transmitted from a transmitting terminal of a user who uses a communication service provided on a network, and an address used for the communication service for each receiving terminal. In the communication service providing system configured with an address assignment device to be assigned to the signal, the signal processing device receives an ID that uniquely identifies a user who uses the incoming terminal or an ID that uniquely identifies the incoming terminal. When receiving, a communication service providing method for processing the signal using an address assigned to the destination terminal by the address assignment device, wherein the address assignment device accepts assignment destination information for uniquely identifying the destination terminal At the same time, when an allocation request for address allocation is received from the receiving terminal, An allocation process for allocating the address and responding the address to the destination terminal; and an allocation storage for storing an association between the address and the allocation destination information in the allocation storage unit when the address is allocated to the destination terminal by the allocation process When receiving from the signal processing device an assignment destination information inquiry for inquiring about assignment destination information of a receiving terminal that is currently assigned the address by designating the address, the assignment storage unit is searched using the address as a search key. A response step of acquiring allocation destination information associated with the address and responding to the signal processing device with the allocation destination information, wherein the signal processing device From the assigned receiving terminal, the ID of the user who uses the receiving terminal or the ID of the receiving terminal A storage step of storing the association in the terminal information storage unit upon receiving a storage request for storing the association between the destination terminal assignment destination information and the address assigned to the destination terminal; and ID A first acquisition step of searching the terminal information storage unit using the ID as a search key and acquiring the allocation destination information and the address associated with the ID; When allocation destination information and an address are acquired by the first acquisition step, the allocation destination information inquiry using the address as a search key is transmitted to the address allocation device, and the address is obtained by responding to the response step. A second acquisition step of acquiring allocation destination information associated with the second allocation step, and when the allocation destination information is acquired by the second acquisition step, the second The allocation destination information acquired by the first acquisition step is compared with the allocation destination information acquired by the second acquisition step. If they match, the allocation destination information is acquired by the first acquisition step. And a signal processing step of processing the signal by using the address.

また、請求項5に係る発明は、ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成される通信サービス提供システムにおいて、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供方法をコンピュータに実行させる通信サービス提供プログラムであって、着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答する割当手順と、前記割当手順によって着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶部に格納する割当格納手順と、アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記信号処理装置から受け付けると、当該アドレスを検索キーとして前記割当記憶部を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答する応答手順とを前記アドレス割当装置としてのコンピュータに実行させ、前記アドレス割当装置の割当手順によるアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶部に格納する格納手順と、IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして前記端末情報記憶部を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得する第1の取得手順と、前記第1の取得手順によって割当先情報およびアドレスが取得されると、当該アドレスを検索キーとする前記割当先情報問い合わせを前記アドレス割当装置に送信し、前記応答手順によって応答されることで当該アドレスに対応づけられている割当先情報を取得する第2の取得手順と、前記第2の取得手順によって割当先情報が取得されると、前記第1の取得手順によって取得された割当先情報と前記第2の取得手順によって取得された割当先情報とが一致するか否かを比較し、一致した場合に、前記第1の取得手順によって取得されたアドレスを用いて前記信号を処理する信号処理手順と、を前記信号処理装置としてのコンピュータに実行させることを特徴とする。   According to a fifth aspect of the present invention, there is provided a signal processing device for processing a signal transmitted from a transmitting terminal of a user who uses a communication service provided on a network, and an address used for the communication service for each receiving terminal. In the communication service providing system configured with an address assignment device to be assigned to the signal, the signal processing device receives an ID that uniquely identifies a user who uses the incoming terminal or an ID that uniquely identifies the incoming terminal. A communication service providing program that, when received, causes a computer to execute a communication service providing method for processing the signal using an address assigned to the receiving terminal by the address assigning device, the assignment destination uniquely identifying the receiving terminal In addition to accepting information, an allocation request for requesting address allocation is received. When receiving from the terminal, an allocation procedure for allocating an address and responding the address to the receiving terminal; and when an address is allocated to the receiving terminal by the allocation procedure, an association storage unit associates the address with the allocation destination information When an assignment information inquiry for inquiring about assignment destination information of an incoming call terminal that has been assigned the address by designating the address is received from the signal processing device, the assignment processing is performed using the address as a search key. Searching the storage unit, obtaining assignment destination information associated with the address, causing the computer as the address assignment device to execute a response procedure for responding the assignment destination information to the signal processing device, and The incoming call is received from the receiving terminal that has been assigned an address by the assignment device assignment procedure. When receiving a storage request for storing the correspondence between the ID of the user who uses the terminal or the ID of the receiving terminal, the allocation destination information of the receiving terminal, and the address assigned to the receiving terminal, When a storage procedure for storing the association in the terminal information storage unit and a signal with an ID specified are received from the transmitting terminal, the terminal information storage unit is searched using the ID as a search key and associated with the ID. A first acquisition procedure for acquiring the allocation destination information and address, and when the allocation destination information and the address are acquired by the first acquisition procedure, the allocation destination information inquiry using the address as a search key is sent to the address allocation A second acquisition procedure for transmitting to the device and acquiring the allocation destination information associated with the address by being responded to by the response procedure; When the allocation destination information is acquired by the second acquisition procedure, whether the allocation destination information acquired by the first acquisition procedure matches the allocation destination information acquired by the second acquisition procedure. When they are compared and matched, a signal processing procedure for processing the signal using the address acquired by the first acquisition procedure is executed by a computer as the signal processing device.

請求項1、2、3、4、または5の発明によれば、ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成され、信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供システムであって、アドレス割当装置は、着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答し、着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶部に格納し、アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを信号処理装置から受け付けると、当該アドレスを検索キーとして割当記憶部を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答し、信号処理装置は、アドレス割当装置によるアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶部に格納し、IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして端末情報記憶部を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得し、割当先情報およびアドレスが取得されると、当該アドレスを検索キーとする割当先情報問い合わせをアドレス割当装置に送信し、応答されることで当該アドレスに対応づけられている割当先情報を取得し、割当先情報が取得されると、端末情報記憶部から取得した割当先情報とアドレス割当装置から取得した割当先情報とが一致するか否かを比較し、一致した場合に、端末情報記憶部から取得されたアドレスを用いて前記信号を処理するので、着信端末に対する通信が、意図した着信端末に着信することを保証することが可能になる。   According to the first, second, third, fourth, or fifth aspect of the present invention, a signal processing device that processes a signal transmitted from a transmission terminal of a user who uses a communication service provided on a network, and the communication service A signal assigned with an ID that uniquely identifies a user who uses the incoming terminal or an ID that uniquely identifies the incoming terminal. Is received, the communication service providing system processes the signal using the address assigned to the receiving terminal by the address assigning device, and the address assigning device accepts assignment destination information for uniquely identifying the receiving terminal. When an allocation request for requesting address allocation is received from the receiving terminal, the address is allocated and the address is allocated. When the address is assigned to the receiving terminal and the address is assigned to the receiving terminal, the correspondence between the address and the assignment destination information is stored in the assignment storage unit, and the address is specified and the address is actually assigned. When an assignment destination information inquiry for inquiring about the assignment destination information of the receiving terminal is received from the signal processing device, the assignment storage unit is searched using the address as a search key, and the assignment destination information associated with the address is acquired and the assignment is performed. In response to the signal processing apparatus, the signal processing apparatus receives the ID of the user who uses the receiving terminal or the ID of the receiving terminal from the receiving terminal assigned the address by the address assigning apparatus, and the incoming call. In response to a storage request for requesting to store the correspondence between the terminal allocation destination information and the address allocated to the receiving terminal. Then, the association is stored in the terminal information storage unit, and when a signal in which the ID is specified is received from the transmitting terminal, the terminal information storage unit is searched using the ID as a search key and associated with the ID. When the allocation destination information and address are acquired, and the allocation destination information and address are acquired, an allocation information inquiry using the address as a search key is transmitted to the address allocation device, and is responded to be associated with the address. When the allocation destination information is acquired, the allocation destination information acquired from the terminal information storage unit and the allocation destination information acquired from the address allocation device are compared to determine whether they match. In this case, since the signal is processed using the address acquired from the terminal information storage unit, it is ensured that the communication with the receiving terminal receives the intended receiving terminal. And become possible.

以下に添付図面を参照して、本発明に係る通信サービス提供システム、アドレス割当装置および信号処理装置の実施例を詳細に説明する。なお、以下では、実施例で用いる主要な用語、実施例1に係る通信サービス提供システムの概要および特徴、実施例1に係る通信サービス提供システムの構成、実施例1に係る通信サービス提供システムによる処理の手順、実施例1に係る通信サービス提供システムの原理、実施例1の効果を順に説明し、続いて、他の実施例について説明する。   Exemplary embodiments of a communication service providing system, an address assignment device, and a signal processing device according to the present invention will be described below in detail with reference to the accompanying drawings. In the following, the main terms used in the embodiment, the outline and characteristics of the communication service providing system according to the first embodiment, the configuration of the communication service providing system according to the first embodiment, and the processing by the communication service providing system according to the first embodiment. , The principle of the communication service providing system according to the first embodiment, and the effects of the first embodiment will be described in order, and then the other embodiments will be described.

[用語の説明]
最初に、以下の実施例で用いる主要な用語を説明する。まず、「通信用ID」(特許請求の範囲に記載の「ID」に対応する)とは、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDであり、通信サービスを利用する利用者の発信端末は、「通信用ID」が指定された信号を送信することで、通信サービスを利用する。言い換えると、「通信用ID」は、人間(発信端末の利用者など)が識別しやすいように着信端末に付与されたIDである。具体的には、SIPによる通信サービスにおいては、SIP−URIなどであり、DNSによる通信サービスにおいては、ホスト名などである。例えば、SIPによる通信サービスの場合、発信端末は、着信端末との間でセッションを確立することを要求する際に、INVITEメッセージの『From』に自端末のSIP−URIを指定し、『To』に着信端末のSIP−URIを指定する。
[Explanation of terms]
First, key terms used in the following examples will be described. First, the “communication ID” (corresponding to “ID” recited in the claims) is an ID that uniquely identifies a user who uses the receiving terminal or an ID that uniquely identifies the receiving terminal. The transmission terminal of the user who uses the communication service uses the communication service by transmitting a signal in which “communication ID” is designated. In other words, the “communication ID” is an ID given to the receiving terminal so that a human (such as a user of the transmitting terminal) can easily identify. Specifically, it is SIP-URI or the like in the communication service by SIP, and a host name or the like in the communication service by DNS. For example, in the case of a SIP communication service, when the originating terminal requests to establish a session with the terminating terminal, the SIP-URI of its own terminal is specified in “From” of the INVITE message, and “To” Specifies the SIP-URI of the receiving terminal.

また、「コンタクトアドレス」(特許請求の範囲に記載の「アドレス」に対応する)とは、通信サービスに用いられるアドレスであり、ネットワークに接続された端末(コンピュータや通信機器)に割り当てられるアドレスである。言い換えると、「コンタクトアドレス」は、端末が識別できるように割り当てられている識別子であり、発信端末と着信端末との間で通信を行う際に、発信端末は、「コンタクトアドレス」によって着信端末を識別できなければならない。具体的には、IPアドレスや、IPアドレスとポート番号との組み合わせなどである。   The “contact address” (corresponding to the “address” recited in the claims) is an address used for a communication service, and is an address assigned to a terminal (computer or communication device) connected to a network. is there. In other words, the “contact address” is an identifier assigned so that the terminal can be identified. When communication is performed between the calling terminal and the receiving terminal, the calling terminal identifies the receiving terminal by the “contact address”. Must be identifiable. Specifically, an IP address or a combination of an IP address and a port number.

また、「割当先識別情報」(特許請求の範囲に記載の「割当先情報」に対応する)とは、着信端末を一意に識別する情報である。言い換えると、「割当先識別情報」は、「コンタクトアドレス」の割当先である着信端末を一意に識別する情報であれば、どのような情報であってもよい。具体的には、MAC(Media Access Control)アドレスや、上記した「通信用ID」などである。   Further, “allocation destination identification information” (corresponding to “allocation destination information” described in the claims) is information for uniquely identifying a receiving terminal. In other words, the “assignment destination identification information” may be any information as long as it is information that uniquely identifies the receiving terminal to which the “contact address” is assigned. Specifically, it is a MAC (Media Access Control) address, the above-mentioned “communication ID”, or the like.

ここで、発信端末が着信端末との間で通信サービスを利用する際、発信端末は、着信端末の「通信用ID」が指定された信号(SIP信号、名前解決要求など)を、SIPサーバやDNSサーバなどの「信号処理装置」に送信する。すると、「信号処理装置」は、当該SIP信号を転送したり、名前解決要求に応答するなどするために、HGWなどの「IPゲートウェイ装置」(特許請求の範囲に記載の「アドレス割当装置」に対応する)によって当該着信端末に割り当てられた「コンタクトアドレス」を取得しなければならない。   Here, when the calling terminal uses a communication service with the receiving terminal, the calling terminal sends a signal (SIP signal, name resolution request, etc.) in which the “communication ID” of the receiving terminal is designated to the SIP server or It is transmitted to a “signal processing device” such as a DNS server. Then, in order to transfer the SIP signal or respond to the name resolution request, the “signal processing device” is assigned to an “IP gateway device” such as an HGW (“address assignment device” described in the claims). The “contact address” assigned to the receiving terminal must be acquired.

具体的には、「信号処理装置」が、着信端末について、「通信用ID」と「コンタクトアドレス」との対応づけを記憶部に登録しているので、発信端末が、着信端末の「通信用ID」が指定された信号を「信号処理装置」に送信すると、「信号処理装置」が、当該「通信用ID」を検索キーとして記憶部を検索することで、当該「通信用ID」に対応づけられた「コンタクトアドレス」を当該着信端末に割り当てられた「コンタクトアドレス」として取得する。   Specifically, since the “signal processing device” registers the correspondence between the “communication ID” and the “contact address” in the storage unit for the incoming terminal, the outgoing terminal When a signal with “ID” specified is transmitted to the “signal processing device”, the “signal processing device” corresponds to the “communication ID” by searching the storage unit using the “communication ID” as a search key. The attached “contact address” is acquired as the “contact address” assigned to the receiving terminal.

ところで、「通信用ID」と「コンタクトアドレス」との対応づけがネットワークにおいて静的なものであれば、『信号処理装置に登録されている対応づけ』と『着信端末に現に割り当てられている対応づけ』とは、常に同期すると考えられる。しかしながら、実際には、例えば、DHCPなどによって着信端末に「コンタクトアドレス」が動的に割り当てられ、かつ、当該着信端末に割り当てられる「コンタクトアドレス」が変更され得るネットワークが多く存在する。このようなネットワークにおいては、「通信用ID」と「コンタクトアドレス」との対応づけが動的なものとなり、『信号処理装置に登録されている対応づけ』と『着信端末に現に割り当てられている対応づけ』とが必ずしも正確に同期せず、食い違いが生じる事象が存在する。この結果、着信端末に対する通信が、意図しない着信端末に誤着信するおそれがあるのである。本発明に係る「通信サービス提供システム」は、このような課題を解決する構成をとっている。   By the way, if the correspondence between the “communication ID” and the “contact address” is static in the network, “the correspondence registered in the signal processing device” and “the correspondence currently assigned to the receiving terminal” It is thought that “tick” always synchronizes. However, in practice, for example, there are many networks in which a “contact address” is dynamically assigned to a receiving terminal by, for example, DHCP, and the “contact address” assigned to the receiving terminal can be changed. In such a network, the association between the “communication ID” and the “contact address” is dynamic, and is “assigned to the signal processing device” and “assigned to the receiving terminal. “Association” does not always synchronize accurately, and there is an event that causes a discrepancy. As a result, there is a possibility that communication with the receiving terminal may be erroneously received by an unintended receiving terminal. The “communication service providing system” according to the present invention is configured to solve such problems.

[実施例1に係る通信サービス提供システムの概要および特徴]
続いて、図1および図2を用いて、実施例1に係る通信サービス提供システムの概要および特徴を説明する。図1は、実施例1に係る通信サービス提供システム(登録段階)の概要および特徴を説明するための図であり、図2は、実施例1に係る通信サービス提供システム(着信処理段階)の概要および特徴を説明するための図である。
[Outline and Features of Communication Service Providing System According to Embodiment 1]
Next, the outline and features of the communication service providing system according to the first embodiment will be described with reference to FIGS. 1 and 2. FIG. 1 is a diagram for explaining the outline and features of the communication service providing system (registration stage) according to the first embodiment. FIG. 2 is an outline of the communication service providing system (incoming call processing stage) according to the first embodiment. It is a figure for demonstrating and a characteristic.

なお、実施例1に係る通信サービス提供システムにおいては、通信サービスとして「SIPによる通信サービス」を想定し、信号処理装置として「SIPサーバ」を想定し、通信用IDとして「ユーザID」を想定し、コンタクトアドレスとして「IPアドレス」を想定し、割当先識別情報として「ユーザID」を想定する。また、説明の便宜上から、「着信端末」と「発信端末」とを区別して説明するが、本発明はこれに限られるものではなく、「端末」が「着信端末」としての機能も「発信端末」としての機能も備え、いずれの立場ともなり得る「端末」であってもよい。   In the communication service providing system according to the first embodiment, “SIP communication service” is assumed as the communication service, “SIP server” is assumed as the signal processing device, and “user ID” is assumed as the communication ID. Assuming that “IP address” is assumed as the contact address, “user ID” is assumed as the assignment destination identification information. Further, for convenience of explanation, “incoming terminal” and “outgoing terminal” will be described separately, but the present invention is not limited to this, and the function of “terminal” as “incoming terminal” is also “outgoing terminal”. It may be a “terminal” that can also be in any position.

実施例1に係る通信サービス提供システムは、上記したように、SIPサーバが、通信用ID(ユーザID)が指定された信号を受信すると、IPゲートウェイ装置によって当該着信端末に割り当てられたIPアドレスを用いて当該信号を転送することを概要とし、着信端末に対する通信が、意図した着信端末に着信することを保証することを主たる特徴とする。なお、以下では、通信サービス提供システムの主たる特徴を、登録段階と着信処理段階とに分けて説明する。   As described above, in the communication service providing system according to the first embodiment, when the SIP server receives a signal in which a communication ID (user ID) is specified, the IP address assigned to the receiving terminal by the IP gateway device is obtained. The main feature is to guarantee that the communication to the receiving terminal is received at the intended receiving terminal. In the following, the main features of the communication service providing system will be described separately in a registration stage and an incoming call processing stage.

[登録段階]
まず、着信端末100が、IPアドレスの割り当てを要求する割当要求をIPゲートウェイ装置200に送信する(図1の(1)を参照)。例えば、実施例1における着信端末100は、IPゲートウェイ装置200との間で相互認証を行うことで、着信端末100の割当先識別情報としてユーザID『User01』を送信している。
[Registration stage]
First, the receiving terminal 100 transmits an allocation request for requesting IP address allocation to the IP gateway device 200 (see (1) in FIG. 1). For example, the receiving terminal 100 according to the first embodiment transmits the user ID “User01” as the assignment destination identification information of the receiving terminal 100 by performing mutual authentication with the IP gateway device 200.

すると、IPゲートウェイ装置200は、着信端末100の割当先識別情報を受け付けるとともに、割当要求を当該着信端末100から受け付けると、IPアドレスを割り当てて、当該IPアドレスと割当先識別情報との対応づけをアドレス割当状態記憶部(特許請求の範囲に記載の「割当記憶手段」に対応する)に格納する(図1の(2)を参照)。例えば、IPゲートウェイ装置200は、IPアドレス『10.1.2.1』を割り当て、当該IPアドレス『10.1.2.1』と割当先識別情報『User01』との対応づけを格納する。   Then, the IP gateway device 200 receives the assignment destination identification information of the receiving terminal 100 and, when receiving the assignment request from the receiving terminal 100, assigns an IP address and associates the IP address with the assignment destination identification information. It is stored in an address assignment state storage unit (corresponding to “assignment storage means” described in claims) (see (2) in FIG. 1). For example, the IP gateway device 200 assigns the IP address “10.1.2.1” and stores the correspondence between the IP address “10.1.2.1” and the assignment destination identification information “User01”.

続いて、IPゲートウェイ装置200は、割り当てたIPアドレスを着信端末100に応答する(図1の(3)を参照)。例えば、IPゲートウェイ装置200は、割り当てたIPアドレス『10.1.2.1』を着信端末100に応答する。   Subsequently, the IP gateway device 200 responds to the incoming terminal 100 with the assigned IP address (see (3) in FIG. 1). For example, the IP gateway device 200 responds to the receiving terminal 100 with the assigned IP address “10.1.2.1”.

次に、IPアドレスの割り当てを受けた着信端末100は、当該着信端末100を利用する利用者の通信用IDと、当該着信端末100の割当先識別情報と、当該着信端末100に割り当てられたIPアドレスとの対応づけを格納することを要求する格納要求を、SIPサーバ300に送信する(図1の(4)を参照)。例えば、着信端末100は、通信用IDとしてユーザID『User01』と、割当先識別情報としてユーザID『User01』と、IPアドレス『10.1.2.1』との対応づけを格納することを要求する格納要求を送信する。なお、実施例1においては、通信用IDと割当先識別情報とが、いずれも、ユーザID『User01』である点に注意されたい。   Next, the receiving terminal 100 that has been assigned the IP address receives the communication ID of the user who uses the receiving terminal 100, the assignment destination identification information of the receiving terminal 100, and the IP assigned to the receiving terminal 100. A storage request for storing the correspondence with the address is transmitted to the SIP server 300 (see (4) in FIG. 1). For example, the receiving terminal 100 stores a request for storing a correspondence between the user ID “User01” as the communication ID, the user ID “User01” as the assignment destination identification information, and the IP address “10.1.2.1”. Send. It should be noted that in the first embodiment, both the communication ID and the assignment destination identification information are the user ID “User01”.

すると、SIPサーバ300は、格納要求を受け付けると、対応づけを端末情報記憶部(特許請求の範囲に記載の「端末情報記憶手段」に対応する)に格納する(図1の(5)を参照)。例えば、SIPサーバ300は、通信用ID兼割当先識別情報としてユーザID『User01』と、IPアドレス『10.1.2.1』との対応づけを格納する。   Then, when the SIP server 300 receives the storage request, the SIP server 300 stores the association in the terminal information storage unit (corresponding to the “terminal information storage unit” described in the claims) (see (5) in FIG. 1). ). For example, the SIP server 300 stores the correspondence between the user ID “User01” and the IP address “10.1.2.1” as the communication ID and assignment destination identification information.

[着信処理段階]
まず、発信端末400が、着信端末100を利用する利用者の通信用IDが指定された信号をSIPサーバ300に送信し、SIPサーバ300は、通信用IDが指定されたSIP信号を受信する(図2の(1)を参照)。例えば、SIPサーバ300は、通信用IDとしてユーザID『User01』が指定されたSIP信号を受信する。
[Incoming call processing stage]
First, the calling terminal 400 transmits a signal in which the communication ID of the user who uses the receiving terminal 100 is designated to the SIP server 300, and the SIP server 300 receives the SIP signal in which the communication ID is designated ( (See (1) in FIG. 2). For example, the SIP server 300 receives the SIP signal in which the user ID “User01” is designated as the communication ID.

続いて、SIPサーバ300は、発信端末400から受信した通信用IDを検索キーとして端末情報記憶部を検索し、当該通信用IDに対応づけられている割当先識別情報およびIPアドレスを取得する(図2の(2)を参照)。例えば、SIPサーバ300は、発信端末400から受信したユーザID『User01』に対応づけられている割当先識別情報としてユーザID『User01』を取得し、IPアドレス『10.1.2.1』を取得する。   Subsequently, the SIP server 300 searches the terminal information storage unit using the communication ID received from the calling terminal 400 as a search key, and acquires the assignment destination identification information and the IP address associated with the communication ID ( (See (2) in FIG. 2). For example, the SIP server 300 acquires the user ID “User01” as the assignment destination identification information associated with the user ID “User01” received from the transmission terminal 400, and acquires the IP address “10.1.2.1”.

次に、SIPサーバ300は、取得したIPアドレスを検索キーとする割当先識別情報問い合わせをIPゲートウェイ装置200に送信し、IPゲートウェイ装置200によって応答されることで、当該IPアドレスに対応づけられている割当先識別情報を取得する(図2の(3)を参照)。例えば、SIPサーバ300は、取得したIPアドレス『10.1.2.1』を検索キーとする割当先識別情報問い合わせをIPゲートウェイ装置200に送信する。すると、IPゲートウェイ装置200は、当該IPアドレス『10.1.2.1』を検索キーとしてアドレス割当状態記憶部を検索し、当該IPアドレス『10.1.2.1』に対応づけられている割当先識別情報『User01』を取得して、当該割当先識別情報『User01』をSIPサーバ300に応答する。こうして、SIPサーバ300は、IPアドレス『10.1.2.1』に対応づけられている割当先識別情報『User01』を取得する。   Next, the SIP server 300 transmits an assignment destination identification information query using the acquired IP address as a search key to the IP gateway device 200 and is responded to by the IP gateway device 200 so as to be associated with the IP address. Allocation destination identification information is acquired (see (3) in FIG. 2). For example, the SIP server 300 transmits an assignment destination identification information query using the acquired IP address “10.1.2.1” as a search key to the IP gateway device 200. Then, the IP gateway device 200 searches the address assignment state storage unit using the IP address “10.1.2.1” as a search key, and assignee identification information “User01” associated with the IP address “10.1.2.1”. And the allocation destination identification information “User01” is returned to the SIP server 300. In this way, the SIP server 300 acquires the assignment destination identification information “User01” associated with the IP address “10.1.2.1”.

続いて、SIPサーバ300は、端末情報記憶部から取得された割当先識別情報とIPゲートウェイ装置200から取得された割当先識別情報とが一致するか否かを比較する(図2の(4)を参照)。例えば、SIPサーバ300は、端末情報記憶部から取得された割当先識別情報『User01』とIPゲートウェイ装置200から取得された割当先識別情報『User01』とが一致するか否かを比較する。   Subsequently, the SIP server 300 compares whether the allocation destination identification information acquired from the terminal information storage unit matches the allocation destination identification information acquired from the IP gateway device 200 ((4) in FIG. 2). See). For example, the SIP server 300 compares whether or not the allocation destination identification information “User01” acquired from the terminal information storage unit matches the allocation destination identification information “User01” acquired from the IP gateway device 200.

そして、SIPサーバ300は、端末情報記憶部から取得された割当先識別情報とIPゲートウェイ装置200から取得された割当先識別情報とが一致した場合に、端末情報記憶部から取得されたIPアドレスを用いてSIP信号を転送する(図2の(5)を参照)。例えば、SIPサーバ300は、端末情報記憶部から取得されたIPアドレス『10.1.2.1』を用いてSIP信号を転送する。   Then, when the allocation destination identification information acquired from the terminal information storage unit matches the allocation destination identification information acquired from the IP gateway device 200, the SIP server 300 uses the IP address acquired from the terminal information storage unit. To transfer the SIP signal (see (5) in FIG. 2). For example, the SIP server 300 transfers the SIP signal using the IP address “10.1.2.1” acquired from the terminal information storage unit.

このようなことから、実施例1に係る通信サービス提供システムによれば、着信端末に対する通信が、意図した着信端末に着信することを保証することが可能になる。   For this reason, according to the communication service providing system according to the first embodiment, it is possible to ensure that communication with the receiving terminal is received at the intended receiving terminal.

具体的には、実施例1によれば、SIPサーバ300は、発信端末400から受信したSIP信号を転送する前に、SIP信号の転送に用いようとしているIPアドレスが、発信端末400から受信した信号に指定された通信用IDで一意に識別される着信端末100(通信用IDで一意に識別される利用者が利用する着信端末100)に現に割り当てられているIPアドレスであるか否か、言い換えると、真に正当な着信端末100に着信することを事前に確認した上で(意図しない着信端末には着信しないことを確認した上で)、SIP信号を転送する。この結果、SIPサーバ300は、『SIPサーバ300に登録されている対応づけ』と『着信端末100に現に割り当てられている対応づけ』とが正確に同期しないことに基づく不都合を回避した上で、SIP信号を転送することになる。一方、発信端末400においては、着信端末100に対する通信が、意図しない着信端末に誤着信するおそれがなくなるのである。   Specifically, according to the first embodiment, the SIP server 300 receives from the calling terminal 400 the IP address to be used for transferring the SIP signal before transferring the SIP signal received from the calling terminal 400. Whether or not the IP address currently assigned to the receiving terminal 100 uniquely identified by the communication ID specified in the signal (the receiving terminal 100 used by the user uniquely identified by the communication ID); In other words, the SIP signal is transferred after confirming in advance that the call arrives at a truly valid receiving terminal 100 (after confirming that it does not receive an unintended receiving terminal). As a result, the SIP server 300 avoids the inconvenience based on the fact that the “association registered in the SIP server 300” and the “association currently assigned to the receiving terminal 100” are not accurately synchronized. The SIP signal is transferred. On the other hand, in the transmitting terminal 400, there is no possibility that the communication with the receiving terminal 100 is erroneously received by an unintended receiving terminal.

[実施例1に係る通信サービス提供システムの構成]
次に、図3〜図6を用いて、実施例1に係る通信サービス提供システムを説明する。図3は、実施例1に係る通信サービス提供システムの構成を示すブロック図であり、図4は、アドレス割当状態記憶部を説明するための図であり、図5は、対応づけの同期について説明するための図であり、図6は、端末情報記憶部を説明するための図である。
[Configuration of Communication Service Providing System According to Embodiment 1]
Next, the communication service providing system according to the first embodiment will be described with reference to FIGS. FIG. 3 is a block diagram illustrating a configuration of the communication service providing system according to the first embodiment, FIG. 4 is a diagram for explaining an address assignment state storage unit, and FIG. 5 is a diagram for explaining association synchronization. FIG. 6 is a diagram for explaining the terminal information storage unit.

図3に示すように、実施例1に係る通信サービス提供システムは、着信端末100と、IPゲートウェイ装置200と、SIPサーバ300と、発信端末400とから構成される。着信端末100は、L2SW(レイヤ2スイッチ、無線LANアクセスポイントなど)10およびIPゲートウェイ装置200を介してネットワーク20のルータ(図示を省略)に接続されている。また、SIPサーバ300は、L2SW10を介してネットワーク20のルータに接続されている。また、発信端末400も、L2SW10を介してネットワーク20のルータに接続されている。以下、着信端末100、IPゲートウェイ装置200、SIPサーバ300の順に説明する。   As illustrated in FIG. 3, the communication service providing system according to the first embodiment includes an incoming terminal 100, an IP gateway device 200, an SIP server 300, and an outgoing terminal 400. The receiving terminal 100 is connected to a router (not shown) of the network 20 via an L2SW (layer 2 switch, wireless LAN access point, etc.) 10 and an IP gateway device 200. The SIP server 300 is connected to the router of the network 20 via the L2SW 10. Further, the calling terminal 400 is also connected to the router of the network 20 via the L2SW 10. Hereinafter, the receiving terminal 100, the IP gateway device 200, and the SIP server 300 will be described in this order.

[着信端末100]
図3に示すように、実施例1における着信端末100は、市販のPC(Personal Computer)やWS(Work Station)などの汎用的なコンピュータに、以下の機能を提供するプログラムを稼動させたものであり、特に本発明に密接に関連するものとしては、通信部110と、登録要求部101と、信号受信部102とから構成される。
[Incoming terminal 100]
As shown in FIG. 3, the receiving terminal 100 according to the first embodiment is obtained by operating a program that provides the following functions on a general-purpose computer such as a commercially available PC (Personal Computer) or WS (Work Station). There is a communication unit 110, a registration request unit 101, and a signal receiving unit 102 that are particularly closely related to the present invention.

通信部110は、IP通信用の一般的なインタフェースおよびライブラリを備え、IPゲートウェイ装置200、SIPサーバ300等との間でデータを送受信する。   The communication unit 110 includes a general interface and library for IP communication, and transmits / receives data to / from the IP gateway device 200, the SIP server 300, and the like.

登録要求部101は、IPアドレスの割り当てを要求する割当要求(DHCPクライアントによる割当要求)をIPゲートウェイ装置200に送信し、割り当てられたIPアドレスを受信する。また、登録要求部101は、通信用IDと割当先識別情報とIPアドレスとの対応づけを格納することを要求する格納要求をSIPサーバ300に送信し、その応答を受信する。   The registration request unit 101 transmits an allocation request (allocation request by a DHCP client) requesting allocation of an IP address to the IP gateway device 200, and receives the allocated IP address. In addition, the registration request unit 101 transmits a storage request for requesting storage of the correspondence between the communication ID, the assignment destination identification information, and the IP address to the SIP server 300, and receives the response.

具体的には、登録要求部101は、IPアドレスの割当要求をIPゲートウェイ装置200(後述するアドレス割当部201)に送信し、アドレス割当部201によって割り当てられたIPアドレスを受信する。また、登録要求部101は、着信端末100の通信用ID(着信端末100を利用する利用者を一意に識別するID)と割当先識別情報とを兼ねたものとしてのユーザIDと、受信したIPアドレスとの対応づけを格納する格納要求をSIPサーバ300(後述する登録受付部301)に送信し、格納したことを示す応答を受信する。   Specifically, the registration request unit 101 transmits an IP address allocation request to the IP gateway device 200 (address allocation unit 201 described later), and receives the IP address allocated by the address allocation unit 201. The registration request unit 101 also includes a user ID that serves as both a communication ID of the receiving terminal 100 (an ID that uniquely identifies a user who uses the receiving terminal 100) and the assignment destination identification information, and the received IP A storage request for storing the correspondence with the address is transmitted to the SIP server 300 (a registration receiving unit 301 described later), and a response indicating that the storage is stored is received.

ここで、登録要求部101は、割当要求をIPゲートウェイ装置200に送信するにあたり、IPゲートウェイ装置200(後述するアドレス割当部201)との間で相互認証を行うことで、着信端末100の割当先識別情報をアドレス割当部201に送信する。例えば、登録要求部101は、アドレス割当部201との間で、EAP(Extensible Authentication Protocol)−TLS(Transport Layer Security)による相互認証を行うことで、EAPメッセージもしくは証明書に含まれるユーザIDを割当先識別情報としてアドレス割当部201に送信するとともに、MACアドレスを送信する。その後、登録要求部101は、アドレス割当部201から『EAP-Success』を受信すると、着信端末100のMACアドレスを含むIPアドレスの割当要求をアドレス割当部201に送信する。   Here, the registration request unit 101 performs mutual authentication with the IP gateway device 200 (address allocation unit 201 described later) when transmitting the allocation request to the IP gateway device 200, so that the allocation destination of the receiving terminal 100 is allocated. The identification information is transmitted to the address assignment unit 201. For example, the registration request unit 101 allocates a user ID included in an EAP message or a certificate by performing mutual authentication with the address allocation unit 201 using EAP (Extensible Authentication Protocol) -TLS (Transport Layer Security). The MAC address is transmitted to the address assignment unit 201 as the destination identification information. Thereafter, upon receiving “EAP-Success” from the address assignment unit 201, the registration request unit 101 transmits an IP address assignment request including the MAC address of the receiving terminal 100 to the address assignment unit 201.

なお、実施例1においては、IPゲートウェイ装置200のアドレス割当部201がEAPサーバとしての機能を兼ね備え、登録要求部101とアドレス割当部201との間でEAP−TLSによる相互認証が行われることを前提としているが、本発明はこれに限られるものではなく、EAP−TLS以外の方式の認証を行うのでもよい。すなわち、本発明は、相互認証の方式(共有鍵による認証や、パスワード認証も含む)に依存するものでもなければ、認証自体が必須なものでもない(実施例2を参照)。   In the first embodiment, the address assignment unit 201 of the IP gateway device 200 also has a function as an EAP server, and mutual authentication by EAP-TLS is performed between the registration request unit 101 and the address assignment unit 201. Although it is premised, the present invention is not limited to this, and authentication other than EAP-TLS may be performed. That is, the present invention does not depend on a mutual authentication method (including authentication using a shared key or password authentication), and authentication itself is not essential (see Example 2).

信号受信部102は、SIP信号を受信し、発信端末400との間でセッションを確立する。具体的には、信号受信部102は、SIPサーバ300(後述する信号処理部303)から転送されるSIP信号を受信する。   The signal receiving unit 102 receives the SIP signal and establishes a session with the calling terminal 400. Specifically, the signal receiving unit 102 receives a SIP signal transferred from the SIP server 300 (a signal processing unit 303 described later).

[IPゲートウェイ装置200]
図3に示すように、実施例1におけるIPゲートウェイ装置200は、市販のPCやWSなどの汎用的なコンピュータに、以下の機能を提供するプログラムを稼動させたものであり、特に本発明に密接に関連するものとしては、通信部210と、アドレス割当部201と、アドレス割当状態記憶部202と、アドレス有効性応答部203とを備える。
[IP gateway device 200]
As shown in FIG. 3, the IP gateway device 200 according to the first embodiment is obtained by operating a program that provides the following functions on a general-purpose computer such as a commercially available PC or WS. As related to the above, a communication unit 210, an address assignment unit 201, an address assignment state storage unit 202, and an address validity response unit 203 are provided.

通信部210は、IP通信用の一般的なインタフェースおよびライブラリを備え、着信端末100、SIPサーバ300等との間でデータを送受信する。   The communication unit 210 includes a general interface and library for IP communication, and transmits / receives data to / from the receiving terminal 100, the SIP server 300, and the like.

アドレス割当部201は、着信端末100の割当先識別情報を受け付けるとともに、IPアドレスの割当要求を当該着信端末100から受け付けると、IPアドレスを割り当てて当該IPアドレスを当該着信端末100に応答する。また、アドレス割当部201は、割り当てたIPアドレスと割当先識別情報との対応づけを格納する。具体的には、アドレス割当部201は、着信端末100の登録要求部101との間で相互認証を行うことで、着信端末100の割当先識別情報を受け付ける。また、アドレス割当部201は、割当要求を登録要求部101から受け付けると、IPアドレスを割り当てて当該IPアドレスを登録要求部101に応答する。また、アドレス割当部201は、割り当てたIPアドレスと、登録要求部101から受け付けた割当先識別情報との対応づけを、アドレス割当状態記憶部202に格納する。   The address assignment unit 201 receives assignment destination identification information of the receiving terminal 100 and, when receiving an IP address assignment request from the receiving terminal 100, assigns an IP address and responds to the receiving terminal 100 with the IP address. Further, the address assignment unit 201 stores a correspondence between the assigned IP address and the assignment destination identification information. Specifically, the address assignment unit 201 receives the assignment destination identification information of the receiving terminal 100 by performing mutual authentication with the registration request unit 101 of the receiving terminal 100. When the address assignment unit 201 receives an assignment request from the registration request unit 101, the address assignment unit 201 assigns an IP address and responds to the registration request unit 101 with the IP address. In addition, the address assignment unit 201 stores the association between the assigned IP address and the assignment destination identification information received from the registration request unit 101 in the address assignment state storage unit 202.

アドレス割当状態記憶部202は、着信端末100に割り当てられたIPアドレスと、当該着信端末100の割当先識別情報との対応づけを記憶する。具体的には、アドレス割当状態記憶部202は、アドレス割当部201によって着信端末100に割り当てられたIPアドレスと、アドレス割当部201によって受け付けられた着信端末100の割当先識別情報との対応づけを、アドレス割当部201によって格納されることで記憶し、記憶した対応づけは、アドレス有効性応答部203による処理に利用される。   The address assignment state storage unit 202 stores the correspondence between the IP address assigned to the receiving terminal 100 and the assignment destination identification information of the receiving terminal 100. Specifically, the address assignment state storage unit 202 associates the IP address assigned to the receiving terminal 100 by the address assigning unit 201 and the assignment destination identification information of the receiving terminal 100 accepted by the address assigning unit 201. And stored by the address assignment unit 201, and the stored association is used for processing by the address validity response unit 203.

例えば、アドレス割当状態記憶部202は、図4に示すように、対応づけを記憶する。なお、図4において、アドレス割当状態記憶部202は、IPアドレスと割当先識別情報との対応づけの他に、MACアドレスを対応づけて記憶している。これは、アドレス割当部201が、着信端末100の登録要求部101との間で相互認証を行うことで、着信端末100の割当先識別情報を受け付けたことと関係する。すなわち、実施例1において、アドレス割当部201は、登録要求部101との間で相互認証を行うことで、割当先識別情報として、ユーザIDを受け付けている。その後、アドレス割当部201は、IPアドレスの割当要求を登録要求部101から受け付けるので、割当要求を行う着信端末100と、相互認証で認証した着信端末100とが同一の端末であることを紐付ける情報が別途必要となるのである。この点、MACアドレスは、相互認証においても取得可能な情報であり、また、割当要求においても取得可能な情報であり、なおかつ、着信端末100を一意に識別する情報である。このため、実施例1においては、割当要求を行う着信端末100と、相互認証で認証した着信端末100とが同一の端末であることを紐付ける情報としてMACアドレスを用いており、アドレス割当状態記憶部202も、図4に示すように、MACアドレスをも対応づけて記憶しているのである。   For example, the address assignment state storage unit 202 stores the association as shown in FIG. In FIG. 4, the address assignment state storage unit 202 stores MAC addresses in association with IP addresses and assignment destination identification information. This is related to the fact that the address assignment unit 201 has received the assignment destination identification information of the receiving terminal 100 by performing mutual authentication with the registration request unit 101 of the receiving terminal 100. That is, in Example 1, the address assignment unit 201 receives a user ID as assignment destination identification information by performing mutual authentication with the registration request unit 101. After that, the address assignment unit 201 accepts an IP address assignment request from the registration request unit 101, so that the receiving terminal 100 that makes the assignment request and the receiving terminal 100 authenticated by mutual authentication are associated with each other. Information is required separately. In this respect, the MAC address is information that can be acquired even in mutual authentication, information that can also be acquired in an allocation request, and information that uniquely identifies the receiving terminal 100. For this reason, in the first embodiment, the MAC address is used as information for associating that the receiving terminal 100 that makes the allocation request and the receiving terminal 100 authenticated by mutual authentication are the same terminal, and the address allocation state storage The unit 202 also stores the MAC address in association with each other as shown in FIG.

ところで、IPアドレスが動的に割り当てられるネットワークにおいては、アドレスと割当先識別情報との対応づけも動的に変化することになる。すなわち、アドレス割当状態記憶部202が記憶する対応づけも動的に変化する。具体的には、アドレス割当部201は、ネットワークに接続する端末に割り当てたIPアドレスと割当先識別情報との対応づけをアドレス割当状態記憶部202に格納するが、当該端末がネットワークから離脱するなどしてリリースされたIPアドレスについては、ネットワークに接続する別の端末に割り当て、新たな対応づけをアドレス割当状態記憶部202に格納する。   Incidentally, in a network in which IP addresses are dynamically assigned, the correspondence between addresses and assignment destination identification information also dynamically changes. That is, the association stored in the address assignment state storage unit 202 also dynamically changes. Specifically, the address assignment unit 201 stores the association between the IP address assigned to the terminal connected to the network and the assignment destination identification information in the address assignment state storage unit 202, but the terminal leaves the network, etc. The released IP address is assigned to another terminal connected to the network, and a new association is stored in the address assignment state storage unit 202.

例えば、アドレス割当部201が、ネットワークに接続する端末(割当先識別情報『User03』)にIPアドレス『10.1.2.3』を割り当て、割り当てたIPアドレスと割当先識別情報との対応づけをアドレス割当状態記憶部202に格納すると、アドレス割当状態記憶部202は、図4の(A)に示すように、IPアドレス『10.1.2.3』と割当先識別情報『User03』とを対応づけて記憶する。その後、当該端末がネットワークから離脱するなどしてIPアドレス『10.1.2.3』がリリースされると、アドレス割当部201は、ネットワークに接続する別の端末(割当先識別情報『User04』)にIPアドレス『10.1.2.3』を割り当て、割り当てたIPアドレスと割当先識別情報との対応づけをアドレス割当状態記憶部202に格納する。すると、アドレス割当状態記憶部202は、図4の(B)に示すように、IPアドレス『10.1.2.3』と割当先識別情報『User04』とを対応づけて記憶する。   For example, the address assignment unit 201 assigns the IP address “10.1.2.3” to a terminal (assignment destination identification information “User03”) connected to the network, and associates the assigned IP address with the assignment destination identification information in the address assignment state. When stored in the storage unit 202, the address assignment state storage unit 202 stores the IP address “10.1.2.3” and the assignment destination identification information “User03” in association with each other as shown in FIG. Thereafter, when the IP address “10.1.2.3” is released, for example, when the terminal leaves the network, the address allocation unit 201 sends an IP address to another terminal (allocation destination identification information “User04”) connected to the network. “10.1.2.3” is assigned, and the correspondence between the assigned IP address and the assignment destination identification information is stored in the address assignment state storage unit 202. Then, as shown in FIG. 4B, the address assignment state storage unit 202 stores the IP address “10.1.2.3” and the assignment destination identification information “User04” in association with each other.

アドレス有効性応答部203は、割当先識別情報問い合わせをSIPサーバ300から受け付けると、割当先識別情報をSIPサーバ300に送信する。具体的には、アドレス有効性応答部203は、IPアドレスを指定して当該IPアドレスを現に割り当てられている着信端末100の割当先識別情報を問い合わせる割当先識別情報問い合わせをSIPサーバ300(後述する信号処理部303)から受け付けると、当該IPアドレスを検索キーとしてアドレス割当状態記憶部202を検索し、当該IPアドレスに対応づけられている割当先識別情報を取得して当該割当先識別情報を信号処理部303に送信する。   When the address validity response unit 203 receives the allocation destination identification information inquiry from the SIP server 300, the address validity response unit 203 transmits the allocation destination identification information to the SIP server 300. Specifically, the address validity response unit 203 designates an IP address and makes an assignment destination identification information inquiry for inquiring about assignment destination identification information of the receiving terminal 100 that is currently assigned the IP address. When received from the signal processing unit 303), the address allocation state storage unit 202 is searched using the IP address as a search key, the allocation destination identification information associated with the IP address is acquired, and the allocation destination identification information is signaled. The data is transmitted to the processing unit 303.

[SIPサーバ300]
図3に示すように、実施例1におけるSIPサーバ300は、市販のPCやWSなどの汎用的なコンピュータに、以下の機能を提供するプログラムを稼動させたものであり、特に本発明に密接に関連するものとしては、通信部310と、登録受付部301と、端末情報記憶部302と、信号処理部303とを備える。
[SIP server 300]
As shown in FIG. 3, the SIP server 300 in the first embodiment is obtained by operating a program that provides the following functions on a general-purpose computer such as a commercially available PC or WS, and is particularly closely related to the present invention. Related items include a communication unit 310, a registration receiving unit 301, a terminal information storage unit 302, and a signal processing unit 303.

通信部310は、IP通信用の一般的なインタフェースおよびライブラリを備え、着信端末100、IPゲートウェイ装置200、発信端末400等との間でデータを送受信する。   The communication unit 310 includes a general interface and library for IP communication, and transmits / receives data to / from the receiving terminal 100, the IP gateway device 200, the transmitting terminal 400, and the like.

登録受付部301は、着信端末100から、通信用IDと割当先識別情報とIPアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを格納する。具体的には、登録受付部301は、着信端末100の登録要求部101から、着信端末100の通信用ID(着信端末100を利用する利用者を一意に識別するID)と割当先識別情報とを兼ねたものとしてのユーザIDと、IPアドレスとの対応づけを格納する格納要求を受け付けると、当該対応づけを端末情報記憶部302に格納する。   When the registration accepting unit 301 accepts a storage request for storing the correspondence between the communication ID, the assignment destination identification information, and the IP address from the receiving terminal 100, the registration accepting unit 301 stores the correspondence. Specifically, the registration receiving unit 301 receives a communication ID of the receiving terminal 100 (an ID that uniquely identifies a user who uses the receiving terminal 100), assignment destination identification information, and the like from the registration request unit 101 of the receiving terminal 100. When a storage request for storing a correspondence between a user ID that also serves as an IP address and an IP address is received, the correspondence is stored in the terminal information storage unit 302.

端末情報記憶部302は、着信端末100の通信用IDと、当該着信端末100の割当先識別情報と、当該着信端末100に割り当てられたIPアドレスとの対応づけを記憶する。具体的には、端末情報記憶部302は、登録受付部301によって受け付けられた対応づけを、登録受付部301によって格納されることで記憶し、記憶した対応づけは、信号処理部303による処理に利用される。   The terminal information storage unit 302 stores the correspondence between the communication ID of the receiving terminal 100, the assignment destination identification information of the receiving terminal 100, and the IP address assigned to the receiving terminal 100. Specifically, the terminal information storage unit 302 stores the association received by the registration reception unit 301 by being stored by the registration reception unit 301, and the stored association is processed by the signal processing unit 303. Used.

ところで、IPアドレスが動的に割り当てられるネットワークにおいては、通信用IDと割当先識別情報とIPアドレスとの対応づけも動的に変化することになる。すなわち、端末情報記憶部302が記憶する対応づけも動的に変化する。具体的には、端末情報記憶部302は、着信端末100によって登録された対応づけを、当該着信端末100がネットワークから正常に離脱した際には削除する。すなわち、着信端末100は、シャットダウン時にSIPサーバ300との間で通信を行い、端末情報記憶部302に登録した対応づけを削除する。こうすることで、原則的には、端末情報記憶部302が記憶する対応づけと、実際にネットワークに接続している端末についての対応づけとが同期し、端末情報記憶部302は、実際にネットワークに接続している端末についての対応づけを記憶する。   By the way, in a network in which IP addresses are dynamically allocated, the correspondence between communication IDs, allocation destination identification information, and IP addresses also dynamically changes. That is, the association stored in the terminal information storage unit 302 also changes dynamically. Specifically, the terminal information storage unit 302 deletes the association registered by the receiving terminal 100 when the receiving terminal 100 normally leaves the network. That is, the receiving terminal 100 communicates with the SIP server 300 at the time of shutdown, and deletes the association registered in the terminal information storage unit 302. In this way, in principle, the association stored in the terminal information storage unit 302 and the association for the terminals actually connected to the network are synchronized, and the terminal information storage unit 302 actually The correspondence about the terminal connected to is stored.

しかしながら、端末情報記憶部302が記憶する対応づけと、実際にネットワークに接続している端末についての対応づけとが同期せず、食い違いが生じることがある。例えば、正常にシャットダウンを行わずにネットワークを離脱するなどしたことで、着信端末100が、端末情報記憶部302に登録した対応づけを削除することなくネットワークを離脱したとする。このような場合には、当該着信端末100に割り当てられていたIPアドレスがリリースされ、他の端末に割り当てられる可能性が生じる一方で、このIPアドレスを用いた対応づけが端末情報記憶部302に残ってしまうので、端末情報記憶部302が記憶する対応づけと、実際にネットワークに接続している端末についての対応づけとが同期しないといったことが起こり得るのである。   However, the correspondence stored in the terminal information storage unit 302 and the correspondence about the terminal actually connected to the network are not synchronized, and a discrepancy may occur. For example, it is assumed that the incoming terminal 100 has left the network without deleting the association registered in the terminal information storage unit 302 by leaving the network without normally shutting down. In such a case, the IP address assigned to the receiving terminal 100 is released and may be assigned to another terminal, while the association using the IP address is stored in the terminal information storage unit 302. Therefore, the association stored in the terminal information storage unit 302 may not be synchronized with the association of the terminal actually connected to the network.

具体的に例を挙げて説明すると、例えば、図5に示すように、着信端末100(割当先識別情報『User03』)が、IPゲートウェイ装置200にIPアドレスの割当要求を送信し(図5の(1)を参照)、IPゲートウェイ装置200がIPアドレス『10.1.2.3』を割り当てると(図5の(2)を参照)、着信端末100(割当先識別情報『User03』)が、割り当てられたIPアドレス『10.1.2.3』をSIPサーバ300に格納することを要求し(図5の(3)を参照)、SIPサーバ300が、着信端末100の通信用ID『User03』と割当先識別情報『User03』とIPアドレス『10.1.2.3』とを対応づけて格納する(図5の(4)を参照)。この時、端末情報記憶部302は、図6の(A)に示すように、対応づけを格納する。   Specifically, for example, as shown in FIG. 5, the receiving terminal 100 (assignment destination identification information “User03”) transmits an IP address assignment request to the IP gateway device 200 (see FIG. 5). When the IP gateway device 200 assigns the IP address “10.1.2.3” (see (2) in FIG. 5), the receiving terminal 100 (assignment destination identification information “User03”) is assigned. The SIP server 300 is requested to store the IP address “10.1.2.3” in the SIP server 300 (see (3) in FIG. 5), and the SIP server 300 transmits the communication ID “User03” of the receiving terminal 100 and the assignment destination identification information “ User03 "and IP address" 10.1.2.3 "are stored in association with each other (see (4) in FIG. 5). At this time, the terminal information storage unit 302 stores the association as shown in FIG.

その後、図5の(5)に示すように、着信端末100(割当先識別情報『User03』)がネットワークから離脱したとする。なお、当該離脱が正常に行われなかったために、SIPサーバ300の端末情報記憶部302は、図5の(4)(図6の(A))に示す対応づけを格納したままであるとする。このような場合、IPアドレス『10.1.2.3』はリリースされるので、例えば、着信端末100(割当先識別情報『User04』)が、IPゲートウェイ装置200にIPアドレスの割当要求を送信すると(図5の(6)を参照)、IPゲートウェイ装置200がIPアドレス『10.1.2.3』を割り当ててしまうことが起こり得る(図5の(7)を参照)。すると、着信端末100(割当先識別情報『User04』)が、割り当てられたIPアドレス『10.1.2.3』をSIPサーバ300に格納することを要求し(図5の(8)を参照)、SIPサーバ300が、着信端末100の通信用ID『User04』と割当先識別情報『User04』とIPアドレス『10.1.2.3』とを対応づけて格納する(図5の(9)を参照)。この時、端末情報記憶部302は、図6の(B)に示すように、対応づけを格納する。   Thereafter, as shown in (5) of FIG. 5, it is assumed that the receiving terminal 100 (assignment destination identification information “User03”) has left the network. In addition, since the said detachment | leave was not normally performed, the terminal information storage part 302 of the SIP server 300 is still storing the correspondence shown in (4) of FIG. 5 ((A) of FIG. 6). . In such a case, since the IP address “10.1.2.3” is released, for example, when the receiving terminal 100 (assignment destination identification information “User04”) transmits an IP address assignment request to the IP gateway device 200 (FIG. 5). (See (6) of FIG. 5), the IP gateway device 200 may assign the IP address “10.1.2.3” (see (7) of FIG. 5). Then, the receiving terminal 100 (assignment destination identification information “User04”) requests that the assigned IP address “10.1.2.3” be stored in the SIP server 300 (see (8) in FIG. 5). 300 stores the communication ID “User04”, the assignment destination identification information “User04”, and the IP address “10.1.2.3” of the receiving terminal 100 in association with each other (see (9) in FIG. 5). At this time, the terminal information storage unit 302 stores the association as shown in FIG.

ここで、改めて、図5の(A)に示す状態と、図5の(B)に示す状態とについて考えると、図5の(A)に示す状態とは、IPアドレス『10.1.2.3』がいずれの着信端末100にも割り当てられていないにも関わらず、SIPサーバ300の端末情報記憶部302には、着信端末100(割当先識別情報『User03』)のIPアドレスとして格納されているという意味で、『SIPサーバ300に登録されている対応づけ』と『着信端末100に現に割り当てられている対応づけ』とに食い違いが発生している状態である。また、図5の(B)に示す状態とは、IPアドレス『10.1.2.3』が別の着信端末100(割当先識別情報『User04』)に割り当てられているにも関わらず、SIPサーバ300の端末情報記憶部302には、依然として、着信端末100(割当先識別情報『User03』)のIPアドレスとして格納されているという意味で、『SIPサーバ300に登録されている対応づけ』と『着信端末100に現に割り当てられている対応づけ』とに食い違いが発生している状態である。   Here, considering again the state shown in FIG. 5A and the state shown in FIG. 5B, the state shown in FIG. 5A is the IP address “10.1.2.3”. Meaning that although it is not assigned to any incoming terminal 100, it is stored in the terminal information storage unit 302 of the SIP server 300 as the IP address of the incoming terminal 100 (assignment destination identification information “User03”). Thus, there is a discrepancy between the “association registered in the SIP server 300” and the “association currently assigned to the receiving terminal 100”. Further, the state shown in FIG. 5B is that the IP address “10.1.2.3” is assigned to another incoming terminal 100 (assignment destination identification information “User04”), but the SIP server 300 In the terminal information storage unit 302, “correspondence registered in the SIP server 300” and “incoming terminal” in the sense that it is still stored as the IP address of the incoming terminal 100 (allocation destination identification information “User03”). There is a discrepancy between the “association currently assigned to 100”.

信号処理部303は、受信したSIP信号に指定された通信用IDに対応づけられている割当先識別情報およびIPアドレスを端末情報記憶部302から取得する。次に、信号処理部303は、割当先識別情報をIPゲートウェイ装置200から取得する。そして、信号処理部303は、端末情報記憶部302から取得した割当先識別情報とIPゲートウェイ装置200から取得した割当先識別情報とが一致するか否かを比較し、比較結果に基づいてSIP信号を転送する。   The signal processing unit 303 acquires from the terminal information storage unit 302 the assignment destination identification information and the IP address associated with the communication ID specified in the received SIP signal. Next, the signal processing unit 303 acquires assignment destination identification information from the IP gateway device 200. Then, the signal processing unit 303 compares whether the allocation destination identification information acquired from the terminal information storage unit 302 matches the allocation destination identification information acquired from the IP gateway device 200, and based on the comparison result, the SIP signal Forward.

具体的には、信号処理部303は、通信用IDが指定されたSIP信号を受信すると、当該通信用ID(実施例1においてはユーザID)を検索キーとして端末情報記憶部302を検索し、当該通信用IDに対応づけられているユーザID(実施例1においては通信用IDと同一)およびIPアドレスを取得する。次に、信号処理部303は、取得したIPアドレスを検索キーとする割当先識別情報問い合わせをIPゲートウェイ装置200に送信し、IPゲートウェイ装置200によって応答されることで当該IPアドレスに対応づけられているユーザIDを取得する。そして、信号処理部303は、端末情報記憶部302を検索して取得したユーザIDと、IPゲートウェイ装置200から取得したユーザIDとが一致するか否かを比較し、一致した場合に、端末情報記憶部302を検索して取得したIPアドレスを用いてSIP信号を転送する。また、不一致であった場合には、SIP信号の転送を行わずに、発信端末400に、エラー、もしくは、転送できなかった理由を返却する。   Specifically, when receiving the SIP signal in which the communication ID is specified, the signal processing unit 303 searches the terminal information storage unit 302 using the communication ID (user ID in the first embodiment) as a search key, The user ID (same as the communication ID in the first embodiment) and the IP address associated with the communication ID are acquired. Next, the signal processing unit 303 transmits an assignment destination identification information query using the acquired IP address as a search key to the IP gateway device 200 and is responded to by the IP gateway device 200 to be associated with the IP address. The user ID is acquired. Then, the signal processing unit 303 compares whether or not the user ID acquired by searching the terminal information storage unit 302 matches the user ID acquired from the IP gateway device 200. The SIP signal is transferred using the IP address obtained by searching the storage unit 302. If they do not match, the SIP signal is not transferred, and an error or the reason that the transfer could not be performed is returned to the calling terminal 400.

[実施例1に係る通信サービス提供システムによる処理の手順]
次に、実施例1に係る通信サービス提供システムによる処理の手順を、図7および図8を用いて説明する。図7は、実施例1に係る通信サービス提供システムによる処理(登録処理段階)を示すシーケンス図であり、図8は、実施例1に係る通信サービス提供システムによる処理(着信処理段階)を示すシーケンス図である。以下、登録処理段階、着信処理段階の順に説明する。
[Processing Procedure by Communication Service Providing System According to Embodiment 1]
Next, a processing procedure performed by the communication service providing system according to the first embodiment will be described with reference to FIGS. FIG. 7 is a sequence diagram illustrating processing (registration processing stage) by the communication service providing system according to the first embodiment. FIG. 8 is a sequence diagram illustrating processing (incoming processing stage) by the communication service providing system according to the first embodiment. FIG. Hereinafter, the registration processing stage and the incoming call processing stage will be described in this order.

[登録処理段階]
まず、着信端末100の登録要求部101とIPゲートウェイ装置200のアドレス割当部201との間で、『EAP-TLS』による相互認証処理が実行される(ステップS101)。
[Registration processing stage]
First, mutual authentication processing by “EAP-TLS” is executed between the registration request unit 101 of the receiving terminal 100 and the address assignment unit 201 of the IP gateway device 200 (step S101).

この相互認証が成功すると、アドレス割当部201は、登録要求部101から送信されたEAPメッセージもしくは証明書に含まれるユーザID(割当先識別情報)と、MACアドレスとを受け付けると、ユーザIDとMACアドレスとの対応づけ(レコード)をアドレス割当状態記憶部202に格納(登録)する(ステップS102)。その後、アドレス割当部201は、認証が成功したことを示す『EAP-Success』を登録要求部101に送信する(ステップS103)。   If the mutual authentication is successful, the address assignment unit 201 receives the user ID (assignment destination identification information) and the MAC address included in the EAP message or certificate transmitted from the registration request unit 101, and receives the user ID and the MAC. The association (record) with the address is stored (registered) in the address assignment state storage unit 202 (step S102). After that, the address assignment unit 201 transmits “EAP-Success” indicating that the authentication is successful to the registration request unit 101 (step S103).

続いて、『EAP-Success』を受信した登録要求部101は、着信端末100のMACアドレスを含むIPアドレスの割当要求をアドレス割当部201に送信する(ステップS104)。   Subsequently, the registration request unit 101 that has received “EAP-Success” transmits an IP address allocation request including the MAC address of the receiving terminal 100 to the address allocation unit 201 (step S104).

すると、IPアドレスの割当要求を受信したアドレス割当部201は、IPアドレスの割当要求に含まれるMACアドレスを取得し(ステップS105)、IPアドレスを割り当てる(ステップS106)。   Then, the address assignment unit 201 that has received the IP address assignment request acquires the MAC address included in the IP address assignment request (step S105), and assigns the IP address (step S106).

さらに、アドレス割当部201は、ステップS105で取得したMACアドレスを検索キーとしてアドレス割当状態記憶部202を検索し、当該MACアドレスに対応づけられているユーザIDを取得し(ステップS107)、ステップS107で検索したユーザID(割当先識別情報)の対応づけ(レコード)に、ステップS106で割り当てたIPアドレスを追加格納(登録)する(ステップS108)。こうして、アドレス割当部201は、IPアドレスとユーザID(割当先識別情報)との対応づけをアドレス割当状態記憶部202に格納する。   Furthermore, the address assignment unit 201 searches the address assignment state storage unit 202 using the MAC address acquired in step S105 as a search key, acquires a user ID associated with the MAC address (step S107), and step S107. The IP address assigned in step S106 is additionally stored (registered) in the association (record) of the user ID (assignment destination identification information) retrieved in (step S108). Thus, the address assignment unit 201 stores the association between the IP address and the user ID (assignment destination identification information) in the address assignment state storage unit 202.

続いて、アドレス割当部201は、IPアドレスの割当要求に対する応答にIPアドレスを含めて、登録要求部101に返却する(ステップS109)。   Subsequently, the address assignment unit 201 includes the IP address in the response to the IP address assignment request and returns it to the registration request unit 101 (step S109).

次に、登録要求部101が、SIPサーバ300の登録受付部301に『SIP-REGISTER』を送信すると(ステップS110)、その応答として、登録受付部301から『401 Unauthorized』が送信される(ステップS111)。   Next, when the registration request unit 101 transmits “SIP-REGISTER” to the registration reception unit 301 of the SIP server 300 (step S110), “401 Unauthorized” is transmitted from the registration reception unit 301 as a response (step S110). S111).

続いて、登録要求部101は、ユーザID(通信用ID 兼 割当先識別情報)と、アドレス割当部201から受信したIPアドレスとを含む登録要求である『REGISTERメッセージ』を、SIPサーバ300に送信する(ステップS112)。   Subsequently, the registration request unit 101 transmits a “REGISTER message”, which is a registration request including the user ID (communication ID and allocation destination identification information) and the IP address received from the address allocation unit 201, to the SIP server 300. (Step S112).

SIPサーバ300の登録受付部301は、登録要求部101から受信したユーザID(通信用ID 兼 割当先識別情報)とIPアドレスとの対応づけを端末情報記憶部302に格納(登録)する(ステップS113)。   The registration receiving unit 301 of the SIP server 300 stores (registers) the correspondence between the user ID (communication ID and allocation destination identification information) received from the registration request unit 101 and the IP address in the terminal information storage unit 302 (step). S113).

その後、登録受付部301は、登録要求部101に『200 OK』を返却する(ステップS114)。   Thereafter, the registration receiving unit 301 returns “200 OK” to the registration request unit 101 (step S114).

[着信処理段階]
まず、発信端末400が、着信端末100のユーザID(通信用ID)が指定された着信要求である『INVITEメッセージ』を送信すると、SIPサーバ300の信号処理部303が当該着信要求を受信する(ステップS201)。
[Incoming call processing stage]
First, when the transmitting terminal 400 transmits an “INVITE message” that is an incoming request in which the user ID (communication ID) of the incoming terminal 100 is specified, the signal processing unit 303 of the SIP server 300 receives the incoming request ( Step S201).

すると、信号処理部303は、当該『INVITEメッセージ』に含まれるSIP−URIもしくはAuthorization HeaderからユーザID(通信用ID)を取得し、当該ユーザIDを検索キーとして端末情報記憶部302を検索し、当該ユーザIDに対応づけられているIPアドレスを取得する(ステップS202)。なお、検索キーとしたユーザIDは、端末情報記憶部302において、割当先識別情報の意味でも格納されている。   Then, the signal processing unit 303 acquires a user ID (communication ID) from the SIP-URI or Authorization Header included in the “INVITE message”, searches the terminal information storage unit 302 using the user ID as a search key, An IP address associated with the user ID is acquired (step S202). The user ID used as the search key is also stored in the terminal information storage unit 302 in the meaning of the assignment destination identification information.

さらに、信号処理部303は、取得されたIPアドレスを検索キーとする割当先識別情報問い合わせをアドレス有効性応答部203に送信する(ステップS203)。すると、アドレス有効性応答部203は、受信したIPアドレスを検索キーとしてアドレス割当状態記憶部202を検索し、当該IPアドレスに対応づけられているユーザID(割当先識別情報)を取得して(ステップS204)、SIPサーバ300に返却する(ステップS205)。   Further, the signal processing unit 303 transmits an allocation destination identification information inquiry using the acquired IP address as a search key to the address validity response unit 203 (step S203). Then, the address validity response unit 203 searches the address assignment state storage unit 202 using the received IP address as a search key, and acquires a user ID (assignment destination identification information) associated with the IP address ( Step S204), and returns to the SIP server 300 (Step S205).

信号処理部303は、端末情報記憶部302を検索する際の検索キーとなったユーザID(実施例1においては、割当先識別情報の意味も兼ねる)と、アドレス有効性応答部203から受信したユーザID(割当先識別情報)とが、一致するか否かを比較(照合)する(ステップS206)。   The signal processing unit 303 receives from the address validity response unit 203 the user ID (which also serves as the assignment destination identification information in the first embodiment) that is a search key when searching the terminal information storage unit 302. It is compared (collated) whether or not the user ID (assignment destination identification information) matches (step S206).

信号処理部303は、前記照合結果が一致していた場合には、ステップS201で発信端末400から受信していた『INVITEメッセージ』を着信端末100の信号受信部102に転送する。一方、信号処理部303は、前記照合結果が不一致であった場合には、ステップS201で発信端末400から受信していた『INVITEメッセージ』を着信端末100の信号受信部102に転送せず、エラーや、転送できなかった理由を、発信端末400に返却する。   If the collation results match, the signal processing unit 303 transfers the “INVITE message” received from the calling terminal 400 in step S201 to the signal receiving unit 102 of the receiving terminal 100. On the other hand, if the collation result does not match, the signal processing unit 303 does not transfer the “INVITE message” received from the calling terminal 400 to the signal receiving unit 102 of the receiving terminal 100 in step S201, and an error occurs. Or, the reason why the data could not be transferred is returned to the calling terminal 400.

このようにして、発信端末400の意図する着信端末100に『INVITEメッセージ』が転送される。この後、着信端末100が『200 OK』により応答することで、両者の間にセッションが確立される。   In this way, the “INVITE message” is transferred to the receiving terminal 100 intended by the transmitting terminal 400. Thereafter, when the receiving terminal 100 responds with “200 OK”, a session is established between them.

[実施例1に係る通信サービス提供システムの原理]
ここで、図9を用いて、実施例1に係る通信サービス提供システムの原理について、改めて説明する。図9は、実施例1に係る通信サービス提供システムの原理を説明するための図である。
[Principle of Communication Service Providing System According to Embodiment 1]
Here, the principle of the communication service providing system according to the first embodiment will be described again with reference to FIG. FIG. 9 is a diagram for explaining the principle of the communication service providing system according to the first embodiment.

図9に示すように、実施例1に係る通信サービス提供システムにおいては、(1)〜(13)の順で、情報が関連づけられている。すなわち、図9の(1)に示すように、着信端末100の登録要求部101が、IPゲートウェイ装置200のアドレス割当部201に割当先識別情報(ユーザID)を送信することで、アドレス割当部201は、IPアドレスと割当先識別情報(ユーザID)との対応づけをアドレス割当状態記憶部202に格納することになる(図9の(2)を参照)。   As shown in FIG. 9, in the communication service providing system according to the first embodiment, information is associated in the order of (1) to (13). That is, as shown in (1) of FIG. 9, the registration request unit 101 of the receiving terminal 100 transmits the allocation destination identification information (user ID) to the address allocation unit 201 of the IP gateway device 200, whereby the address allocation unit 201 stores the association between the IP address and the assignment destination identification information (user ID) in the address assignment state storage unit 202 (see (2) in FIG. 9).

また、アドレス割当部201による応答としてIPアドレスが登録要求部101に送信されるので(図9の(3)を参照)、登録要求部101は、通信用ID(ユーザID)と割当先識別情報(ユーザID)とIPアドレスとの対応づけを、SIPサーバ300の登録受付部301に格納することになる(図9の(4)および(5)を参照)。   Since the IP address is transmitted to the registration request unit 101 as a response by the address allocation unit 201 (see (3) in FIG. 9), the registration request unit 101 includes the communication ID (user ID) and the allocation destination identification information. The association between the (user ID) and the IP address is stored in the registration receiving unit 301 of the SIP server 300 (see (4) and (5) in FIG. 9).

このような状態において、図9の(6)に示すように、通信用ID(ユーザID)を指定した信号送信要求をSIPサーバ300の信号処理部303が受信すると、信号処理部303は、指定された通信用ID(ユーザID)を検索キーとして端末情報記憶部302を検索し(図9の(7)を参照)、対応づけられている割当先識別情報(ユーザID)とIPアドレスとを取得する(図9の(8)を参照)。   In such a state, as shown in (6) of FIG. 9, when the signal processing unit 303 of the SIP server 300 receives a signal transmission request specifying the communication ID (user ID), the signal processing unit 303 The terminal information storage unit 302 is searched using the communication ID (user ID) thus made as a search key (see (7) in FIG. 9), and the assigned destination identification information (user ID) and the IP address associated with each other are searched. Obtain (see (8) in FIG. 9).

そして、信号処理部303は、検索することで取得したIPアドレスを検索キーとして、IPゲートウェイ装置200のアドレス有効性応答部203に、割当先識別情報問い合わせを行う(図9の(9)を参照)。すると、アドレス有効性応答部203は、IPアドレスを検索キーとしてアドレス割当状態記憶部202を検索し(図9の(10)を参照)、対応づけられている割当先識別情報(ユーザID)を取得する(図9の(11)を参照)。   Then, the signal processing unit 303 makes an inquiry about the assignment destination identification information to the address validity response unit 203 of the IP gateway device 200 using the IP address acquired by the search as a search key (see (9) in FIG. 9). ). Then, the address validity response unit 203 searches the address assignment status storage unit 202 using the IP address as a search key (see (10) in FIG. 9), and assigns the assigned destination identification information (user ID) associated therewith. (See (11) in FIG. 9).

続いて、アドレス有効性応答部203が、取得した割当先識別情報(ユーザID)を信号処理部303に応答として送信すると(図9の(12)を参照)、信号処理部303は、端末情報記憶部302から取得した割当先識別情報(ユーザID)と(図9の(8)を参照)、アドレス有効性応答部203から取得した割当先識別情報(ユーザID)とが一致するか否かを比較し、一致した場合に、信号転送するなどする(図9の(13)を参照)。   Subsequently, when the address validity response unit 203 transmits the acquired assignment destination identification information (user ID) as a response to the signal processing unit 303 (see (12) in FIG. 9), the signal processing unit 303 receives the terminal information. Whether the allocation destination identification information (user ID) acquired from the storage unit 302 matches the allocation destination identification information (user ID) acquired from the address validity response unit 203 (see (8) in FIG. 9). Are compared, and if they match, the signal is transferred (see (13) in FIG. 9).

実施例1に係る通信サービス提供システムは、このように情報を関連づけることで、『SIPサーバ300に登録されている対応づけ』と『着信端末100に現に割り当てられている対応づけ』とが正確に同期しないことに基づく不都合を回避した上で、SIP信号を転送することを可能にしている。   In the communication service providing system according to the first embodiment, by associating information in this manner, “association registered in the SIP server 300” and “association currently assigned to the receiving terminal 100” are accurately determined. The SIP signal can be transferred while avoiding the inconvenience due to not being synchronized.

[実施例1の効果]
上記してきたように、実施例1によれば、ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成され、信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供システムであって、アドレス割当装置は、着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答し、着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶部に格納し、アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを信号処理装置から受け付けると、当該アドレスを検索キーとして割当記憶部を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答し、信号処理装置は、アドレス割当装置によるアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶部に格納し、IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして端末情報記憶部を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得し、割当先情報およびアドレスが取得されると、当該アドレスを検索キーとする割当先情報問い合わせをアドレス割当装置に送信し、応答されることで当該アドレスに対応づけられている割当先情報を取得し、割当先情報が取得されると、端末情報記憶部から取得した割当先情報とアドレス割当装置から取得した割当先情報とが一致するか否かを比較し、一致した場合に、端末情報記憶部から取得されたアドレスを用いて前記信号を処理するので、着信端末に対する通信が、意図した着信端末に着信することを保証することが可能になる。
[Effect of Example 1]
As described above, according to the first embodiment, a signal processing apparatus that processes a signal transmitted from a transmission terminal of a user who uses a communication service provided on a network, and an address used for the communication service An address allocating device that is assigned to each receiving terminal, and the signal processing device receives an address that specifies an ID that uniquely identifies a user who uses the receiving terminal or an ID that uniquely identifies the receiving terminal. A communication service providing system for processing the signal using an address assigned to the receiving terminal by the assigning device, wherein the address assigning device receives assignment destination information for uniquely identifying the receiving terminal and assigns the address. When the requested allocation request is received from the receiving terminal, an address is allocated and the address is assigned. In response to the incoming terminal, when an address is assigned to the incoming terminal, the correspondence between the address and the assignment destination information is stored in the assignment storage unit, the address is designated, and the address of the incoming terminal currently assigned is assigned. When an allocation destination information query for querying allocation destination information is received from the signal processing device, the allocation storage unit is searched using the address as a search key, the allocation destination information associated with the address is acquired, and the allocation destination information is obtained. In response to the signal processing apparatus, the signal processing apparatus assigns the ID of the user who uses the receiving terminal or the ID of the receiving terminal and the allocation of the receiving terminal from the receiving terminal that has been assigned an address by the address assigning apparatus. When a storage request for storing the correspondence between the destination information and the address assigned to the receiving terminal is received When the association is stored in the terminal information storage unit and a signal in which the ID is specified is received from the transmitting terminal, the terminal information storage unit is searched using the ID as a search key, and the allocation destination information associated with the ID When the allocation destination information and the address are acquired, an allocation destination information inquiry using the address as a search key is transmitted to the address allocation device, and the allocation is associated with the address by responding. When the destination information is acquired and the allocation destination information is acquired, the allocation destination information acquired from the terminal information storage unit is compared with the allocation destination information acquired from the address allocation device. Since the signal is processed using the address acquired from the terminal information storage unit, it is possible to guarantee that the communication with the receiving terminal is received at the intended receiving terminal. become.

具体的には、実施例1によれば、着信要求を受信した際にSIPサーバに登録されているIPアドレスとユーザIDとの組み合わせと、ネットワーク接続時にIPゲートウェイ装置に登録されているIPアドレスとユーザIDとの組み合わせとを突き合わせ、一致しない場合には信号転送を行わないことで、誤着信を防止することができる。   Specifically, according to the first embodiment, the combination of the IP address and user ID registered in the SIP server when the incoming request is received, and the IP address registered in the IP gateway device when connected to the network, By matching the combination with the user ID and not matching, it is possible to prevent erroneous incoming calls by not performing signal transfer.

すなわち、従来の手法であれば、着信端末を利用する利用者もしくは着信端末の移動やネットワーク接続の切断時などに、意図しない通信相手に着信してしまうことがあった。しかしながら、実施例1に係る通信サービス提供システムによれば、SIPサーバに登録されているユーザIDとIPアドレスとの対応関係が実状況と乖離している場合には、着信を行わないことにより、誤着信や情報の漏洩を防ぐことができる。   That is, according to the conventional method, there is a case where an incoming call is received by an unintended communication partner when a user who uses the incoming terminal or when the incoming terminal is moved or the network connection is disconnected. However, according to the communication service providing system according to the first embodiment, when the correspondence between the user ID registered in the SIP server and the IP address is different from the actual situation, by not receiving the incoming call, It can prevent false incoming calls and information leakage.

[NAPT環境]
なお、実施例1においては、コンタクトアドレスをIPアドレスとする事例について説明してきた。つまり、全ての着信端末がグローバルIPアドレスを利用している環境での適用例であった。しかしながら、本発明はこれに限られるものではない。例えば、コンタクトアドレスをIPアドレスとポート番号との組み合わせとすることで、NAPT(Network Address Port Translation)環境配下に存在する着信端末であっても、本発明に係る通信サービス提供システムを適用することができる。この場合には、IPゲートウェイ装置200に、NAPT機能が追加されることになる。
[NAPT environment]
In the first embodiment, the case where the contact address is an IP address has been described. In other words, this is an application example in an environment where all receiving terminals use a global IP address. However, the present invention is not limited to this. For example, by using a combination of an IP address and a port number as a contact address, the communication service providing system according to the present invention can be applied even to an incoming terminal existing under a NAPT (Network Address Port Translation) environment. it can. In this case, a NAPT function is added to the IP gateway device 200.

[B2BUA]
また、信号処理装置は、B2BUAであってもよい。なお、信号処理装置をB2BUAに適用する場合には、NAPT環境であることが一般的であると考えられるので、以下では、信号処理装置たるB2BUA350の端末情報記憶部、および、IPゲートウェイ装置200のアドレス割当状態記憶部に記憶されるIPアドレスは、プライベートIPアドレスであるものとして説明する。一方、SIPサーバ300の端末情報記憶部に記憶されるIPアドレスは、B2BUA350のグローバルIPアドレスであるものとして説明する。具体的には、B2BUA350の端末情報記憶部には、IPアドレスとポート番号との組み合わせ『192.168.0.10:20000』が記憶され、IPゲートウェイ装置200のアドレス割当状態記憶部には、IPアドレスとポート番号との組み合わせ『192.168.0.10:20000』が記憶され、SIPサーバ300の端末情報記憶部には、IPアドレスとポート番号との組み合わせ『10.1.2.1:10000』が記憶されるものとする。
[B2BUA]
The signal processing device may be B2BUA. When the signal processing device is applied to B2BUA, it is considered that the NAPT environment is generally used. Therefore, in the following, the terminal information storage unit of the B2BUA350 serving as the signal processing device and the IP gateway device 200 will be described. The IP address stored in the address assignment state storage unit will be described as a private IP address. On the other hand, the IP address stored in the terminal information storage unit of the SIP server 300 will be described as the global IP address of the B2BUA 350. Specifically, the combination “192.168.0.10:20000” of the IP address and the port number is stored in the terminal information storage unit of the B2BUA 350, and the IP address and port are stored in the address assignment state storage unit of the IP gateway device 200. The combination “192.168.0.10:20000” with the number is stored, and the combination “10.1.2.1:10000” with the IP address and the port number is stored in the terminal information storage unit of the SIP server 300.

このような構成の下、例えば、図10に示すように、発信端末400が、通信用ID『User01』を指定する『INVITEメッセージ』をSIPサーバ300に送信し(図10の(1)を参照)、SIPサーバ300が、当該『INVITEメッセージ』を着信端末100のB2BUA350に転送したとする(図10の(2)を参照)。   Under such a configuration, for example, as shown in FIG. 10, the calling terminal 400 transmits an “INVITE message” designating the communication ID “User01” to the SIP server 300 (see (1) in FIG. 10). ) Assume that the SIP server 300 transfers the “INVITE message” to the B2BUA 350 of the receiving terminal 100 (see (2) in FIG. 10).

すると、ここで、信号処理装置たるB2BUA350が、通信用ID『User01』を検索キーとして端末情報記憶部を検索し、当該通信用ID『User01』に対応づけられている割当先識別情報『User01』、および、IPアドレスとポート番号との組み合わせ『192.168.0.10:20000』を取得する。また、B2BUA350が、取得したIPアドレスとポート番号との組み合わせ『192.168.0.10:20000』を検索キーとする割当先識別情報問い合わせをIPゲートウェイ装置200に送信し、割当先識別情報『User01』を取得する(図10の(3)を参照)。   Then, the B2BUA 350 serving as the signal processing device searches the terminal information storage unit using the communication ID “User01” as a search key, and assignee identification information “User01” associated with the communication ID “User01”. And a combination “192.168.0.10:20000” of the IP address and the port number is acquired. In addition, the B2BUA 350 transmits an allocation destination identification information inquiry using the combination “192.168.0.10:20000” of the acquired IP address and port number as a search key to the IP gateway device 200, and acquires the allocation destination identification information “User01”. (Refer to (3) in FIG. 10).

そして、B2BUA350が、端末情報記憶部から取得した割当先識別情報『User01』と、IPゲートウェイ装置200から取得した割当先識別情報『User01』とが一致するか否かを比較し(図10の(4)を参照)、一致した場合に、IPアドレス『192.168.0.10』を用いて『INVITEメッセージ』を着信端末100に転送する(図10の(5)を参照)。   Then, the B2BUA 350 compares whether or not the allocation destination identification information “User01” acquired from the terminal information storage unit matches the allocation destination identification information “User01” acquired from the IP gateway device 200 ((( 4)), if they match, the “INVITE message” is transferred to the receiving terminal 100 using the IP address “192.168.0.10” (see (5) in FIG. 10).

さて、これまで実施例1として、IPゲートウェイ装置が認証サーバとしての機能を備え、着信端末がネットワークに接続する際に相互認証(ユーザ認証)を行い、認証成功の場合にのみ当該着信端末にIPアドレスの割り当てを行う事例を説明した。これに対して、実施例2では、IPゲートウェイ装置がDHCPサーバの機能のみを備え(認証サーバとしての機能を備えず)、また、着信端末がSIPサーバに接続する際に、IMS(IP Multimedia Subsystem)−Securityで規定されるようにIPSec通信を確立した上でユーザ認証を行う点が、実施例1と異なる。また、実施例1においては、割当先識別情報として通信用IDを用いる手法を説明したが、実施例2においては、割当先識別情報としてMACアドレスを用いる手法を説明する。   As in the first embodiment, the IP gateway device has a function as an authentication server, and performs mutual authentication (user authentication) when the receiving terminal connects to the network. An example of assigning addresses was explained. On the other hand, in the second embodiment, the IP gateway device has only the DHCP server function (no authentication server function), and when the receiving terminal connects to the SIP server, the IMS (IP Multimedia Subsystem )-It differs from the first embodiment in that user authentication is performed after establishing IPSec communication as defined by Security. In the first embodiment, the method using the communication ID as the assignment destination identification information has been described. In the second embodiment, a method using the MAC address as the assignment destination identification information will be described.

[実施例2に係る通信サービス提供システムの概要および特徴]
まず、図11および図12を用いて、実施例2に係る通信サービス提供システムの概要および特徴を説明する。図11は、実施例2に係る通信サービス提供システム(登録段階)の概要および特徴を説明するための図であり、図12は、実施例2に係る通信サービス提供システム(着信処理段階)の概要および特徴を説明するための図である。
[Outline and Features of Communication Service Providing System According to Embodiment 2]
First, the outline and features of the communication service providing system according to the second embodiment will be described with reference to FIGS. 11 and 12. FIG. 11 is a diagram for explaining the outline and features of the communication service providing system (registration stage) according to the second embodiment. FIG. 12 is an outline of the communication service providing system (incoming call processing stage) according to the second embodiment. It is a figure for demonstrating and a characteristic.

なお、実施例2に係る通信サービス提供システムにおいては、通信サービスとして「SIPによる通信サービス」を想定し、信号処理装置として「SIPサーバ」を想定し、通信用IDとして「ユーザID」を想定し、コンタクトアドレスとして「IPアドレス」を想定し、割当先識別情報として「MACアドレス」を想定する。   In the communication service providing system according to the second embodiment, “SIP communication service” is assumed as the communication service, “SIP server” is assumed as the signal processing device, and “user ID” is assumed as the communication ID. Assuming that “IP address” is assumed as the contact address, “MAC address” is assumed as the assignment destination identification information.

[登録段階]
まず、着信端末100が、IPアドレスの割り当てを要求する割当要求をIPゲートウェイ装置200に送信する(図11の(1)を参照)。この時、着信端末100が送信する割当要求には、当該着信端末100のMACアドレスが含まれている。
[Registration stage]
First, the receiving terminal 100 transmits an allocation request for requesting IP address allocation to the IP gateway device 200 (see (1) in FIG. 11). At this time, the allocation request transmitted by the receiving terminal 100 includes the MAC address of the receiving terminal 100.

すると、IPゲートウェイ装置200は、着信端末100の割当先識別情報を受け付けるとともに、割当要求を当該着信端末100から受け付けると、IPアドレスを割り当てて、当該IPアドレスと割当先識別情報との対応づけをアドレス割当状態記憶部に格納する(図11の(2)を参照)。例えば、IPゲートウェイ装置200は、IPアドレス『10.1.2.1』を割り当て、当該IPアドレス『10.1.2.1』と割当先識別情報『MAC01』との対応づけを格納する。   Then, the IP gateway device 200 receives the assignment destination identification information of the receiving terminal 100 and, when receiving the assignment request from the receiving terminal 100, assigns an IP address and associates the IP address with the assignment destination identification information. It is stored in the address assignment state storage unit (see (2) in FIG. 11). For example, the IP gateway device 200 assigns the IP address “10.1.2.1”, and stores the correspondence between the IP address “10.1.2.1” and the assignment destination identification information “MAC01”.

続いて、IPゲートウェイ装置200は、割り当てたIPアドレスを着信端末100に応答する(図11の(3)を参照)。例えば、IPゲートウェイ装置200は、割り当てたIPアドレス『10.1.2.1』を着信端末100に応答する。   Subsequently, the IP gateway device 200 responds to the incoming terminal 100 with the assigned IP address (see (3) in FIG. 11). For example, the IP gateway device 200 responds to the receiving terminal 100 with the assigned IP address “10.1.2.1”.

次に、IPアドレスの割り当てを受けた着信端末100は、当該着信端末100を利用する利用者の通信用IDと、当該着信端末100の割当先識別情報と、当該着信端末100に割り当てられたIPアドレスとの対応づけを格納することを要求する格納要求を、SIPサーバ300に送信する(図11の(4)を参照)。この時、実施例2において、着信端末100は、IPSec通信を確立した上で、格納要求をSIPサーバ300に送信する。例えば、着信端末100は、通信用IDとしてユーザID『User01』と、割当先識別情報としてMACアドレス『MAC01』と、IPアドレス『10.1.2.1』との対応づけを格納することを要求する格納要求を送信する。なお、実施例2においては、通信用IDと割当先識別情報とが異なる点に注意されたい。   Next, the receiving terminal 100 that has been assigned the IP address receives the communication ID of the user who uses the receiving terminal 100, the assignment destination identification information of the receiving terminal 100, and the IP assigned to the receiving terminal 100. A storage request for storing the correspondence with the address is transmitted to the SIP server 300 (see (4) in FIG. 11). At this time, in the second embodiment, the receiving terminal 100 transmits the storage request to the SIP server 300 after establishing the IPSec communication. For example, the receiving terminal 100 requests a storage request to store the correspondence between the user ID “User01” as the communication ID, the MAC address “MAC01” as the assignment destination identification information, and the IP address “10.1.2.1”. Send. Note that in the second embodiment, the communication ID and the assignment destination identification information are different.

すると、SIPサーバ300は、格納要求を受け付けると、対応づけを端末情報記憶部に格納する(図11の(5)を参照)。例えば、SIPサーバ300は、通信用IDとしてユーザID『User01』と、割当先識別情報としてMACアドレス『MAC01』と、IPアドレス『10.1.2.1』との対応づけを格納する。   Then, when receiving the storage request, the SIP server 300 stores the association in the terminal information storage unit (see (5) in FIG. 11). For example, the SIP server 300 stores a correspondence between the user ID “User01” as the communication ID, the MAC address “MAC01” as the assignment destination identification information, and the IP address “10.1.2.1”.

[着信処理段階]
まず、発信端末400が、着信端末100を利用する利用者の通信用IDが指定された信号をSIPサーバ300に送信し、SIPサーバ300は、通信用IDが指定されたSIP信号を受信する(図12の(1)を参照)。例えば、SIPサーバ300は、通信用IDとしてユーザID『User01』が指定されたSIP信号を受信する。
[Incoming call processing stage]
First, the calling terminal 400 transmits a signal in which the communication ID of the user who uses the receiving terminal 100 is designated to the SIP server 300, and the SIP server 300 receives the SIP signal in which the communication ID is designated ( (See (1) in FIG. 12). For example, the SIP server 300 receives the SIP signal in which the user ID “User01” is designated as the communication ID.

続いて、SIPサーバ300は、発信端末400から受信した通信用IDを検索キーとして端末情報記憶部を検索し、当該通信用IDに対応づけられている割当先識別情報およびIPアドレスを取得する(図12の(2)を参照)。例えば、SIPサーバ300は、発信端末400から受信したユーザID『User01』に対応づけられている割当先識別情報としてMACアドレス『MAC01』を取得し、IPアドレス『10.1.2.1』を取得する。   Subsequently, the SIP server 300 searches the terminal information storage unit using the communication ID received from the calling terminal 400 as a search key, and acquires the assignment destination identification information and the IP address associated with the communication ID ( (See (2) in FIG. 12). For example, the SIP server 300 acquires the MAC address “MAC01” as the assignment destination identification information associated with the user ID “User01” received from the transmission terminal 400, and acquires the IP address “10.1.2.1”.

次に、SIPサーバ300は、取得したIPアドレスを検索キーとする割当先識別情報問い合わせをIPゲートウェイ装置200に送信し、IPゲートウェイ装置200によって応答されることで、当該IPアドレスに対応づけられている割当先識別情報を取得する(図12の(3)を参照)。例えば、SIPサーバ300は、取得したIPアドレス『10.1.2.1』を検索キーとする割当先識別情報問い合わせをIPゲートウェイ装置200に送信する。すると、IPゲートウェイ装置200は、当該IPアドレス『10.1.2.1』を検索キーとしてアドレス割当状態記憶部を検索し、当該IPアドレス『10.1.2.1』に対応づけられている割当先識別情報『MAC01』を取得して、SIPサーバ300に応答する。こうして、SIPサーバ300は、IPアドレス『10.1.2.1』に対応づけられている割当先識別情報『MAC01』を取得する。   Next, the SIP server 300 transmits an assignment destination identification information query using the acquired IP address as a search key to the IP gateway device 200 and is responded to by the IP gateway device 200 so as to be associated with the IP address. Allocation destination identification information is acquired (see (3) in FIG. 12). For example, the SIP server 300 transmits an assignment destination identification information query using the acquired IP address “10.1.2.1” as a search key to the IP gateway device 200. Then, the IP gateway device 200 searches the address assignment state storage unit using the IP address “10.1.2.1” as a search key, and assignee identification information “MAC01” associated with the IP address “10.1.2.1”. And responds to the SIP server 300. In this way, the SIP server 300 acquires the assignment destination identification information “MAC01” associated with the IP address “10.1.2.1”.

続いて、SIPサーバ300は、端末情報記憶部から取得された割当先識別情報とIPゲートウェイ装置200から取得された割当先識別情報とが一致するか否かを比較する(図12の(4)を参照)。例えば、SIPサーバ300は、端末情報記憶部から取得された割当先識別情報『MAC01』とIPゲートウェイ装置200から取得された割当先識別情報『MAC01』とが一致するか否かを比較する。   Subsequently, the SIP server 300 compares whether or not the allocation destination identification information acquired from the terminal information storage unit matches the allocation destination identification information acquired from the IP gateway device 200 ((4) in FIG. 12). See). For example, the SIP server 300 compares whether or not the allocation destination identification information “MAC01” acquired from the terminal information storage unit matches the allocation destination identification information “MAC01” acquired from the IP gateway device 200.

そして、SIPサーバ300は、端末情報記憶部から取得された割当先識別情報とIPゲートウェイ装置200から取得された割当先識別情報とが一致した場合に、端末情報記憶部から取得されたIPアドレスを用いてSIP信号を転送する(図12の(5)を参照)。例えば、SIPサーバ300は、端末情報記憶部から取得されたIPアドレス『10.1.2.1』を用いてSIP信号を転送する。   Then, when the allocation destination identification information acquired from the terminal information storage unit matches the allocation destination identification information acquired from the IP gateway device 200, the SIP server 300 uses the IP address acquired from the terminal information storage unit. To transfer the SIP signal (see (5) of FIG. 12). For example, the SIP server 300 transfers the SIP signal using the IP address “10.1.2.1” acquired from the terminal information storage unit.

このようなことから、実施例2に係る通信サービス提供システムによれば、着信端末に対する通信が、意図した着信端末に着信することを保証することが可能になる。   For this reason, according to the communication service providing system according to the second embodiment, it is possible to ensure that communication with the receiving terminal is received at the intended receiving terminal.

[実施例2に係る通信サービス提供システムの構成]
次に、図13および図14を用いて、実施例2に係る通信サービス提供システムを説明する。図13は、アドレス割当状態記憶部を説明するための図であり、図14は、端末情報記憶部を説明するための図である。
[Configuration of Communication Service Providing System According to Second Embodiment]
Next, a communication service providing system according to the second embodiment will be described with reference to FIGS. 13 and 14. FIG. 13 is a diagram for explaining the address assignment state storage unit, and FIG. 14 is a diagram for explaining the terminal information storage unit.

実施例2に係る通信サービス提供システムは、着信端末100と、IPゲートウェイ装置200と、SIPサーバ300と、発信端末400とから構成され、実施例1に係る通信サービス提供システムと同様の構成である。以下では、記憶する情報が実施例1とは異なるアドレス割当状態記憶部202と端末情報記憶部302とについてのみ、簡単に説明する。   The communication service providing system according to the second embodiment includes the receiving terminal 100, the IP gateway device 200, the SIP server 300, and the transmitting terminal 400, and has the same configuration as the communication service providing system according to the first embodiment. . In the following, only the address assignment state storage unit 202 and the terminal information storage unit 302, which store different information from the first embodiment, will be described briefly.

[IPゲートウェイ装置200]
アドレス割当状態記憶部202は、実施例1と同様、着信端末100に割り当てられたIPアドレスと、当該着信端末100の割当先識別情報との対応づけを記憶する。例えば、アドレス割当状態記憶部202は、図13に示すように、MACアドレスとIPアドレスとの対応づけを記憶する。
[IP gateway device 200]
As in the first embodiment, the address assignment state storage unit 202 stores the correspondence between the IP address assigned to the receiving terminal 100 and the assignment destination identification information of the receiving terminal 100. For example, the address assignment state storage unit 202 stores a correspondence between the MAC address and the IP address as shown in FIG.

例えば、アドレス割当部201が、ネットワークに接続する端末(割当先識別情報『MAC03』)にIPアドレス『10.1.2.3』を割り当て、割り当てたIPアドレスと割当先識別情報との対応づけをアドレス割当状態記憶部202に格納すると、アドレス割当状態記憶部202は、図13の(A)に示すように、IPアドレス『10.1.2.3』と割当先識別情報『MAC03』とを対応づけて記憶する。その後、当該端末がネットワークから離脱するなどしてIPアドレス『10.1.2.3』がリリースされると、アドレス割当部201は、ネットワークに接続する別の端末(割当先識別情報『MAC04』)にIPアドレス『10.1.2.3』を割り当て、割り当てたIPアドレスと割当先識別情報との対応づけをアドレス割当状態記憶部202に格納する。すると、アドレス割当状態記憶部202は、図13の(B)に示すように、IPアドレス『10.1.2.3』と割当先識別情報『MAC04』とを対応づけて記憶する。   For example, the address assignment unit 201 assigns the IP address “10.1.2.3” to the terminal (assignment destination identification information “MAC03”) connected to the network, and associates the assigned IP address with the assignment destination identification information in the address assignment state. When stored in the storage unit 202, the address assignment state storage unit 202 stores the IP address “10.1.2.3” and the assignment destination identification information “MAC03” in association with each other as shown in FIG. Thereafter, when the IP address “10.1.2.3” is released, for example, when the terminal leaves the network, the address allocation unit 201 sends an IP address to another terminal (allocation destination identification information “MAC04”) connected to the network. “10.1.2.3” is assigned, and the correspondence between the assigned IP address and the assignment destination identification information is stored in the address assignment state storage unit 202. Then, as shown in FIG. 13B, the address assignment state storage unit 202 stores the IP address “10.1.2.3” and the assignment destination identification information “MAC04” in association with each other.

[SIPサーバ300]
端末情報記憶部302は、実施例1と同様、着信端末100の通信用IDと、当該着信端末100の割当先識別情報と、当該着信端末100に割り当てられたIPアドレスとの対応づけを記憶する。例えば、端末情報記憶部20は、図14に示すように、ユーザIDとMACアドレスとIPアドレスとの対応づけを記憶する。なお、図14の(A)と(B)とは、実施例1と同様、通信用IDと割当先識別情報とIPアドレスとの対応づけが動的に変化する様子を示すものである。
[SIP server 300]
Similarly to the first embodiment, the terminal information storage unit 302 stores the correspondence between the communication ID of the receiving terminal 100, the assignment destination identification information of the receiving terminal 100, and the IP address assigned to the receiving terminal 100. . For example, as illustrated in FIG. 14, the terminal information storage unit 20 stores associations between user IDs, MAC addresses, and IP addresses. 14A and 14B show a manner in which the correspondence between the communication ID, the assignment destination identification information, and the IP address dynamically changes, as in the first embodiment.

[実施例2に係る通信サービス提供システムによる処理の手順]
次に、実施例2に係る通信サービス提供システムによる処理の手順を、図15および16を用いて説明する。図15は、実施例2に係る通信サービス提供システムによる処理(登録処理段階)を示すシーケンス図であり、図16は、実施例2に係る通信サービス提供システムによる処理(着信処理段階)を示すシーケンス図である。以下、登録処理段階、着信処理段階の順に説明する。
[Procedure for Processing by Communication Service Providing System According to Embodiment 2]
Next, a processing procedure by the communication service providing system according to the second embodiment will be described with reference to FIGS. FIG. 15 is a sequence diagram illustrating processing (registration processing stage) by the communication service providing system according to the second embodiment. FIG. 16 is a sequence diagram illustrating processing (incoming processing stage) by the communication service providing system according to the second embodiment. FIG. Hereinafter, the registration processing stage and the incoming call processing stage will be described in this order.

[登録処理段階]
まず、着信端末100の登録要求部101は、着信端末100のMACアドレス(割当先識別情報)を含むIPアドレスの割当要求をアドレス割当部201に送信する(ステップS301)。
[Registration processing stage]
First, the registration request unit 101 of the receiving terminal 100 transmits an IP address assignment request including the MAC address (assignment destination identification information) of the receiving terminal 100 to the address assignment unit 201 (step S301).

すると、IPアドレスの割当要求を受信したアドレス割当部201は、IPアドレスの割当要求に含まれるMACアドレスを取得し(ステップS302)、IPアドレスを割り当てる(ステップS303)。   Then, the address assignment unit 201 that has received the IP address assignment request acquires the MAC address included in the IP address assignment request (step S302), and assigns the IP address (step S303).

さらに、アドレス割当部201は、IPアドレスとMACアドレス(割当先識別情報)との対応づけ(レコード)をアドレス割当状態記憶部202に格納(登録)する(ステップS304)。   Furthermore, the address assignment unit 201 stores (registers) the association (record) between the IP address and the MAC address (assignment destination identification information) in the address assignment state storage unit 202 (step S304).

続いて、アドレス割当部201は、IPアドレスの割当要求に対する応答にIPアドレスを含めて、登録要求部101に返却する(ステップS305)。   Subsequently, the address allocation unit 201 includes the IP address in the response to the IP address allocation request and returns it to the registration request unit 101 (step S305).

次に、登録要求部101が、SIPサーバ300の登録受付部301との間で、『IMS−AKA(IMS:IP Multimedia Subsystem、AKA:Authentication and Key Agreement)』による相互認証を実施する(ステップS306)。具体的には、登録要求部101がSIPサーバ300の登録受付部301に『SIP-REGISTER』を送信すると、その応答として、登録受付部301から『401 Unauthorized』が送信されるが(ステップS307)、登録要求部101は、当該『401 Unauthorized』に含まれるパラメータ(RAND(Random challenge)、AUTN(Authentication Token))を用いて、登録受付部301との間の共有鍵を生成する。   Next, the registration request unit 101 performs mutual authentication with the registration receiving unit 301 of the SIP server 300 by “IMS-AKA (IMS: IP Multimedia Subsystem, AKA: Authentication and Key Agreement)” (step S306). ). Specifically, when the registration request unit 101 transmits “SIP-REGISTER” to the registration reception unit 301 of the SIP server 300, “401 Unauthorized” is transmitted from the registration reception unit 301 as a response (step S307). The registration request unit 101 uses the parameters (RAND (Random challenge), AUTN (Authentication Token)) included in the “401 Unauthorized” to generate a shared key with the registration receiving unit 301.

その後、生成した共有鍵を用いて、登録要求部101と登録受付部301との間で、IP Secが確立される(ステップS308)。   Thereafter, IP Sec is established between the registration request unit 101 and the registration receiving unit 301 using the generated shared key (step S308).

続いて、登録要求部101は、IP SecのESPトランスポートモードで、ユーザID(通信用ID)と、MACアドレス(割当先識別情報)と、アドレス割当部201から受信したIPアドレスとを含む登録要求である『REGISTERメッセージ』を、SIPサーバ300に送信する(ステップS309)。   Subsequently, the registration request unit 101 is a registration including a user ID (communication ID), a MAC address (allocation destination identification information), and an IP address received from the address allocation unit 201 in the IP Sec ESP transport mode. The request “REGISTER message” is transmitted to the SIP server 300 (step S309).

SIPサーバ300の登録受付部301は、登録要求部101から受信したユーザID(通信用ID)とMACアドレス(割当先識別情報)とIPアドレスとの対応づけを端末情報記憶部302に格納(登録)する(ステップS310)。   The registration reception unit 301 of the SIP server 300 stores the association between the user ID (communication ID), the MAC address (assignment identification information), and the IP address received from the registration request unit 101 in the terminal information storage unit 302 (registration). (Step S310).

その後、登録受付部301は、登録要求部101に『200 OK』を返却する(ステップS311)。   Thereafter, the registration receiving unit 301 returns “200 OK” to the registration request unit 101 (step S311).

[着信処理段階]
まず、発信端末400が、着信端末100のユーザID(通信用ID)が指定された着信要求である『INVITEメッセージ』を送信すると、SIPサーバ300の信号処理部303が当該着信要求を受信する(ステップS401)。
[Incoming call processing stage]
First, when the transmitting terminal 400 transmits an “INVITE message” that is an incoming request in which the user ID (communication ID) of the incoming terminal 100 is specified, the signal processing unit 303 of the SIP server 300 receives the incoming request ( Step S401).

すると、信号処理部303は、当該『INVITEメッセージ』に含まれるSIP−URIもしくはAuthorization HeaderからユーザID(通信用ID)を取得し、当該ユーザIDを検索キーとして端末情報記憶部302を検索し、当該ユーザIDに対応づけられているMACアドレス(割当先識別情報)およびIPアドレスを取得する(ステップS402)。   Then, the signal processing unit 303 acquires a user ID (communication ID) from the SIP-URI or Authorization Header included in the “INVITE message”, searches the terminal information storage unit 302 using the user ID as a search key, The MAC address (assignment destination identification information) and IP address associated with the user ID are acquired (step S402).

さらに、信号処理部303は、取得されたIPアドレスを検索キーとする割当先識別情報問い合わせをアドレス有効性応答部203に送信する(ステップS403)。すると、アドレス有効性応答部203は、受信したIPアドレスを検索キーとしてアドレス割当状態記憶部202を検索し、当該IPアドレスに対応づけられているMACアドレス(割当先識別情報)を取得して(ステップS404)、割当先識別情報をSIPサーバ300に返却する(ステップS405)。   Further, the signal processing unit 303 transmits an allocation destination identification information query using the acquired IP address as a search key to the address validity response unit 203 (step S403). Then, the address validity response unit 203 searches the address assignment state storage unit 202 using the received IP address as a search key, and acquires a MAC address (assignment destination identification information) associated with the IP address ( In step S404, the assignment destination identification information is returned to the SIP server 300 (step S405).

信号処理部303は、端末情報記憶部302から取得したMACアドレス(割当先識別情報)と、アドレス有効性応答部203から受信したMACアドレス(割当先識別情報)とが、一致するか否かを比較(照合)する(ステップS406)。   The signal processing unit 303 determines whether or not the MAC address (allocation destination identification information) acquired from the terminal information storage unit 302 matches the MAC address (allocation destination identification information) received from the address validity response unit 203. Comparison (collation) is performed (step S406).

信号処理部303は、前記照合結果が一致していた場合には、ステップS401で発信端末400から受信していた『INVITEメッセージ』を着信端末100の信号受信部102に転送する。一方、信号処理部303は、前記照合結果が不一致であった場合には、ステップS401で発信端末400から受信していた『INVITEメッセージ』を着信端末100の信号受信部102に転送せず、エラーや、転送できなかった理由を、発信端末400に返却する。   If the collation results match, the signal processing unit 303 transfers the “INVITE message” received from the calling terminal 400 in step S 401 to the signal receiving unit 102 of the receiving terminal 100. On the other hand, if the collation result does not match, the signal processing unit 303 does not transfer the “INVITE message” received from the transmission terminal 400 in step S401 to the signal reception unit 102 of the reception terminal 100, and an error occurs. Or, the reason why the data could not be transferred is returned to the calling terminal 400.

このようにして、発信端末400の意図する着信端末100に『INVITEメッセージ』が転送される。この後、着信端末100が『200 OK』により応答することで、両者の間にセッションが確立される。   In this way, the “INVITE message” is transferred to the receiving terminal 100 intended by the transmitting terminal 400. Thereafter, when the receiving terminal 100 responds with “200 OK”, a session is established between them.

[実施例2に係る通信サービス提供システムの原理]
ここで、図17を用いて、実施例2に係る通信サービス提供システムの原理について、改めて説明する。図17は、実施例2に係る通信サービス提供システムの原理を説明するための図である。
[Principle of Communication Service Providing System According to Second Embodiment]
Here, the principle of the communication service providing system according to the second embodiment will be described again with reference to FIG. FIG. 17 is a diagram for explaining the principle of the communication service providing system according to the second embodiment.

図17に示すように、実施例1に係る通信サービス提供システムにおいては、(1)〜(13)の順で、情報が関連づけられている。すなわち、図17の(1)に示すように、着信端末100の登録要求部101が、IPゲートウェイ装置200のアドレス割当部201に割当先識別情報(MACアドレス)を送信することで、アドレス割当部201は、IPアドレスと割当先識別情報(MACアドレス)との対応づけをアドレス割当状態記憶部202に格納することになる(図17の(2)を参照)。   As shown in FIG. 17, in the communication service providing system according to the first embodiment, information is associated in the order of (1) to (13). That is, as shown in (1) of FIG. 17, the registration request unit 101 of the receiving terminal 100 transmits the allocation destination identification information (MAC address) to the address allocation unit 201 of the IP gateway device 200, whereby the address allocation unit 201 stores the correspondence between the IP address and the assignment destination identification information (MAC address) in the address assignment state storage unit 202 (see (2) in FIG. 17).

また、アドレス割当部201による応答としてIPアドレスが登録要求部101に送信されるので(図17の(3)を参照)、登録要求部101は、通信用ID(ユーザID)と割当先識別情報(MACアドレス)とIPアドレスとの対応づけを、SIPサーバ300の登録受付部301に格納することになる(図17の(4)および(5)を参照)。   Since the IP address is transmitted to the registration request unit 101 as a response by the address allocation unit 201 (see (3) in FIG. 17), the registration request unit 101 includes the communication ID (user ID) and the allocation destination identification information. The association between the (MAC address) and the IP address is stored in the registration receiving unit 301 of the SIP server 300 (see (4) and (5) in FIG. 17).

このような状態において、図17の(6)に示すように、通信用ID(ユーザID)を指定した信号送信要求をSIPサーバ300の信号処理部303が受信すると、信号処理部303は、指定された通信用ID(ユーザID)を検索キーとして端末情報記憶部302を検索し(図17の(7)を参照)、対応づけられている割当先識別情報(MACアドレス)とIPアドレスとを取得する(図17の(8)を参照)。   In this state, as shown in (6) of FIG. 17, when the signal processing unit 303 of the SIP server 300 receives the signal transmission request specifying the communication ID (user ID), the signal processing unit 303 The terminal information storage unit 302 is searched using the communication ID (user ID) thus made as a search key (see (7) in FIG. 17), and the assigned destination identification information (MAC address) and the IP address are associated with each other. Obtain (see (8) in FIG. 17).

そして、信号処理部303は、検索することで取得したIPアドレスを検索キーとして、IPゲートウェイ装置200のアドレス有効性応答部203に、割当先識別情報問い合わせを行う(図17の(9)を参照)。すると、アドレス有効性応答部203は、IPアドレスを検索キーとしてアドレス割当状態記憶部202を検索し(図17の(10)を参照)、対応づけられている割当先識別情報(MACアドレス)を取得する(図17の(11)を参照)。   Then, the signal processing unit 303 makes an inquiry about the allocation destination identification information to the address validity response unit 203 of the IP gateway device 200 using the IP address acquired by the search as a search key (see (9) in FIG. 17). ). Then, the address validity response unit 203 searches the address assignment state storage unit 202 using the IP address as a search key (see (10) in FIG. 17), and assigns the assigned destination identification information (MAC address). Obtain (see (11) in FIG. 17).

続いて、アドレス有効性応答部203が、取得した割当先識別情報(MACアドレス)を信号処理部303に応答として送信すると(図17の(12)を参照)、信号処理部303は、端末情報記憶部302から取得した割当先識別情報(MACアドレス)と(図17の(8)を参照)、アドレス有効性応答部203から取得した割当先識別情報(MACアドレス)とが一致するか否かを比較し、一致した場合に、信号転送するなどする(図17の(13)を参照)。   Subsequently, when the address validity response unit 203 transmits the acquired assignment destination identification information (MAC address) as a response to the signal processing unit 303 (see (12) in FIG. 17), the signal processing unit 303 receives the terminal information. Whether the allocation destination identification information (MAC address) acquired from the storage unit 302 matches the allocation destination identification information (MAC address) acquired from the address validity response unit 203 (see (8) in FIG. 17). Are compared, and if they match, the signal is transferred (see (13) in FIG. 17).

実施例2に係る通信サービス提供システムは、このように情報を関連づけることで、『SIPサーバ300に登録されている対応づけ』と『着信端末100に現に割り当てられている対応づけ』とが正確に同期しないことに基づく不都合を回避した上で、SIP信号を転送することを可能にしている。   The communication service providing system according to the second embodiment associates information in this way, so that “association registered in the SIP server 300” and “association currently assigned to the receiving terminal 100” are accurately determined. The SIP signal can be transferred while avoiding the inconvenience due to not being synchronized.

[実施例2の効果]
実施例1では、IPゲートウェイ装置に認証サーバ機能が必要であり、IPゲートウェイ装置上のDHCPサーバ機能は、当該認証サーバ機能と連動してIPアドレスを割り当て、割り当てたIPアドレスをアドレス割当記憶部に登録しておく必要があった。実施例2によれば、IPゲートウェイ装置上にはDHCPサーバ機能だけでよく、認証サーバ機能は必要ないので、IPゲートウェイ装置のコストが削減できる。ネットワークへの接続拠点ごとにIPゲートウェイ装置を配置することを考慮すると、大きなコスト削減が期待できる。なお、信号処理装置であるSIPサーバは、IP Sec等のセキュアなチャネルを着信端末との間に確保して、ユーザ認証を行うことになる。
[Effect of Example 2]
In the first embodiment, the IP gateway device needs an authentication server function, and the DHCP server function on the IP gateway device assigns an IP address in conjunction with the authentication server function, and the assigned IP address is stored in the address assignment storage unit. It was necessary to register. According to the second embodiment, only the DHCP server function is required on the IP gateway device, and the authentication server function is not necessary. Therefore, the cost of the IP gateway device can be reduced. Considering the arrangement of an IP gateway device for each base connected to the network, a large cost reduction can be expected. The SIP server, which is a signal processing device, secures a secure channel such as IP Sec with the receiving terminal and performs user authentication.

さて、これまで実施例1および2として、信号処理装置がSIPサーバである場合の事例を説明した。しかしながら、本発明はこれに限られるものではなく、例えば、信号処理装置がDNSサーバである場合にも、本発明を同様に適用することができる。そこで、実施例3では、信号処理装置がDNSサーバである場合の事例を説明する。   Now, as the first and second embodiments, the case where the signal processing apparatus is a SIP server has been described. However, the present invention is not limited to this. For example, the present invention can be similarly applied to a case where the signal processing apparatus is a DNS server. Therefore, in the third embodiment, a case where the signal processing device is a DNS server will be described.

[実施例3に係る通信サービス提供システムの概要および特徴]
まず、図18および図19を用いて、実施例3に係る通信サービス提供システムの概要および特徴を説明する。図18は、実施例3に係る通信サービス提供システム(登録段階)の概要および特徴を説明するための図であり、図19は、実施例3に係る通信サービス提供システム(着信処理段階)の概要および特徴を説明するための図である。
[Outline and Features of Communication Service Providing System According to Embodiment 3]
First, the outline and characteristics of the communication service providing system according to the third embodiment will be described with reference to FIGS. 18 and 19. FIG. 18 is a diagram for explaining the outline and features of the communication service providing system (registration stage) according to the third embodiment. FIG. 19 is an outline of the communication service providing system (incoming call processing stage) according to the third embodiment. It is a figure for demonstrating and a characteristic.

なお、実施例3に係る通信サービス提供システムにおいては、通信サービスとして「DNSによる通信サービス」を想定し、信号処理装置として「DNSサーバ」を想定し、通信用IDとして「ホスト名」を想定し、コンタクトアドレスとして「IPアドレス」を想定し、割当先識別情報として「ユーザID」を想定する。   In the communication service providing system according to the third embodiment, a “DNS communication service” is assumed as the communication service, a “DNS server” is assumed as the signal processing device, and a “host name” is assumed as the communication ID. Assuming that “IP address” is assumed as the contact address, “user ID” is assumed as the assignment destination identification information.

[登録段階]
まず、着信端末100が、IPアドレスの割り当てを要求する割当要求をIPゲートウェイ装置200に送信する(図18の(1)を参照)。
[Registration stage]
First, the receiving terminal 100 transmits an allocation request for requesting IP address allocation to the IP gateway device 200 (see (1) in FIG. 18).

すると、IPゲートウェイ装置200は、着信端末100の割当先識別情報を受け付けるとともに、割当要求を当該着信端末100から受け付けると、IPアドレスを割り当てて、当該IPアドレスと割当先識別情報との対応づけをアドレス割当状態記憶部に格納する(図18の(2)を参照)。例えば、IPゲートウェイ装置200は、IPアドレス『10.1.2.1』を割り当て、当該IPアドレス『10.1.2.1』と割当先識別情報『User01』との対応づけを格納する。   Then, the IP gateway device 200 receives the assignment destination identification information of the receiving terminal 100 and, when receiving the assignment request from the receiving terminal 100, assigns an IP address and associates the IP address with the assignment destination identification information. It is stored in the address assignment state storage unit (see (2) in FIG. 18). For example, the IP gateway device 200 assigns the IP address “10.1.2.1” and stores the correspondence between the IP address “10.1.2.1” and the assignment destination identification information “User01”.

続いて、IPゲートウェイ装置200は、割り当てたIPアドレスを着信端末100に応答する(図18の(3)を参照)。例えば、IPゲートウェイ装置200は、割り当てたIPアドレス『10.1.2.1』を着信端末100に応答する。   Subsequently, the IP gateway device 200 responds to the incoming terminal 100 with the assigned IP address (see (3) in FIG. 18). For example, the IP gateway device 200 responds to the receiving terminal 100 with the assigned IP address “10.1.2.1”.

次に、IPアドレスの割り当てを受けた着信端末100は、当該着信端末100を利用する利用者の通信用IDと、当該着信端末100の割当先識別情報と、当該着信端末100に割り当てられたIPアドレスとの対応づけを格納することを要求する格納要求を、DNSサーバ500に送信する(図18の(4)を参照)。例えば、着信端末100は、通信用IDとしてホスト名『ID001』と、割当先識別情報としてユーザID『User01』と、IPアドレス『10.1.2.1』との対応づけを格納することを要求する格納要求を送信する。   Next, the receiving terminal 100 that has been assigned the IP address receives the communication ID of the user who uses the receiving terminal 100, the assignment destination identification information of the receiving terminal 100, and the IP assigned to the receiving terminal 100. A storage request for storing the correspondence with the address is transmitted to the DNS server 500 (see (4) in FIG. 18). For example, the receiving terminal 100 stores a request for storing the correspondence between the host name “ID001” as the communication ID, the user ID “User01” as the assignment destination identification information, and the IP address “10.1.2.1”. Send.

すると、DNSサーバ500は、格納要求を受け付けると、対応づけを端末情報記憶部に格納する(図18の(5)を参照)。例えば、DNSサーバ500は、通信用IDとしてホスト名『ID001』と、割当先識別情報としてユーザID『User01』と、IPアドレス『10.1.2.1』との対応づけを格納する。   Then, when the DNS server 500 receives the storage request, the DNS server 500 stores the association in the terminal information storage unit (see (5) in FIG. 18). For example, the DNS server 500 stores a correspondence between the host name “ID001” as the communication ID, the user ID “User01” as the assignment destination identification information, and the IP address “10.1.2.1”.

[着信処理段階]
まず、発信端末400が、着信端末100を利用する利用者の通信用IDが指定された名前解決要求をDNSサーバ500に送信し、DNSサーバ500は、通信用IDが指定された名前解決要求を受信する(図19の(1)を参照)。例えば、DNSサーバ500は、通信用IDとしてホスト名『ID001』が指定された名前解決要求を受信する。
[Incoming call processing stage]
First, the calling terminal 400 transmits a name resolution request in which the communication ID of the user who uses the receiving terminal 100 is designated to the DNS server 500, and the DNS server 500 sends a name resolution request in which the communication ID is designated. Receive (see (1) in FIG. 19). For example, the DNS server 500 receives a name resolution request in which the host name “ID001” is specified as the communication ID.

続いて、DNSサーバ500は、発信端末400から受信した通信用IDを検索キーとして端末情報記憶部を検索し、当該通信用IDに対応づけられている割当先識別情報およびIPアドレスを取得する(図19の(2)を参照)。例えば、DNSサーバ500は、発信端末400から受信したホスト名『ID001』に対応づけられている割当先識別情報としてユーザID『User01』を取得し、IPアドレス『10.1.2.1』を取得する。   Subsequently, the DNS server 500 searches the terminal information storage unit using the communication ID received from the calling terminal 400 as a search key, and acquires the assignment destination identification information and the IP address associated with the communication ID ( (See (2) in FIG. 19). For example, the DNS server 500 acquires the user ID “User01” as the assignment destination identification information associated with the host name “ID001” received from the transmission terminal 400, and acquires the IP address “10.1.2.1”.

次に、DNSサーバ500は、取得したIPアドレスを検索キーとする割当先識別情報問い合わせをIPゲートウェイ装置200に送信し、IPゲートウェイ装置200によって応答されることで、当該IPアドレスに対応づけられている割当先識別情報を取得する(図19の(3)を参照)。例えば、DNSサーバ500は、取得したIPアドレス『10.1.2.1』を検索キーとする割当先識別情報問い合わせをIPゲートウェイ装置200に送信する。すると、IPゲートウェイ装置200は、当該IPアドレス『10.1.2.1』を検索キーとしてアドレス割当状態記憶部を検索し、当該IPアドレス『10.1.2.1』に対応づけられている割当先識別情報『User01』を取得して、当該割当先識別情報『User01』をDNSサーバ500に応答する。こうして、DNSサーバ500は、IPアドレス『10.1.2.1』に対応づけられている割当先識別情報『User01』を取得する。   Next, the DNS server 500 transmits an assignment destination identification information query using the acquired IP address as a search key to the IP gateway device 200 and responds by the IP gateway device 200 so that the DNS server 500 is associated with the IP address. Allocation destination identification information is acquired (see (3) of FIG. 19). For example, the DNS server 500 transmits an assignment destination identification information query using the acquired IP address “10.1.2.1” as a search key to the IP gateway device 200. Then, the IP gateway device 200 searches the address assignment state storage unit using the IP address “10.1.2.1” as a search key, and assignee identification information “User01” associated with the IP address “10.1.2.1”. And assigning the identification information “User01” to the DNS server 500 as a response. In this way, the DNS server 500 acquires the assignment destination identification information “User01” associated with the IP address “10.1.2.1”.

続いて、DNSサーバ500は、端末情報記憶部から取得された割当先識別情報とIPゲートウェイ装置200から取得された割当先識別情報とが一致するか否かを比較する(図19の(4)を参照)。例えば、DNSサーバ500は、端末情報記憶部から取得された割当先識別情報『User01』とIPゲートウェイ装置200から取得された割当先識別情報『User01』とが一致するか否かを比較する。   Subsequently, the DNS server 500 compares whether the allocation destination identification information acquired from the terminal information storage unit matches the allocation destination identification information acquired from the IP gateway device 200 ((4) in FIG. 19). See). For example, the DNS server 500 compares whether or not the allocation destination identification information “User01” acquired from the terminal information storage unit matches the allocation destination identification information “User01” acquired from the IP gateway device 200.

そして、DNSサーバ500は、端末情報記憶部から取得された割当先識別情報とIPゲートウェイ装置200から取得された割当先識別情報とが一致した場合に、端末情報記憶部から取得されたIPアドレスを用いて信号を処理する(図19の(5)を参照)。例えば、DNSサーバ500は、端末情報記憶部から取得されたIPアドレス『10.1.2.1』を名前解決要求に対する応答として送信する。   Then, the DNS server 500 determines the IP address acquired from the terminal information storage unit when the allocation destination identification information acquired from the terminal information storage unit matches the allocation destination identification information acquired from the IP gateway device 200. To process the signal (see (5) of FIG. 19). For example, the DNS server 500 transmits the IP address “10.1.2.1” acquired from the terminal information storage unit as a response to the name resolution request.

このようなことから、実施例3に係る通信サービス提供システムによれば、着信端末に対する通信が、意図した着信端末に着信することを保証することが可能になる。   For this reason, according to the communication service providing system according to the third embodiment, it is possible to guarantee that communication with the receiving terminal is received at the intended receiving terminal.

[実施例3に係る通信サービス提供システムの構成]
次に、図20〜図22を用いて、実施例3に係る通信サービス提供システムを説明する。図20は、実施例3に係る通信サービス提供システムの構成を示すブロック図であり、図21は、アドレス割当状態記憶部を説明するための図であり、図22は、端末情報記憶部を説明するための図である。
[Configuration of Communication Service Providing System According to Embodiment 3]
Next, a communication service providing system according to the third embodiment will be described with reference to FIGS. FIG. 20 is a block diagram illustrating the configuration of the communication service providing system according to the third embodiment, FIG. 21 is a diagram for explaining the address assignment state storage unit, and FIG. 22 is a diagram illustrating the terminal information storage unit. It is a figure for doing.

実施例3に係る通信サービス提供システムは、図20に示すように、着信端末100と、IPゲートウェイ装置200と、DNSサーバ500と、発信端末400とから構成される。以下では、記憶する情報がこれまでの実施例とは異なるアドレス割当状態記憶部202と端末情報記憶部502とについてのみ、簡単に説明する。   As shown in FIG. 20, the communication service providing system according to the third embodiment includes an incoming terminal 100, an IP gateway device 200, a DNS server 500, and a transmitting terminal 400. In the following, only the address allocation state storage unit 202 and the terminal information storage unit 502, which store different information from the previous embodiments, will be described briefly.

[IPゲートウェイ装置200]
アドレス割当状態記憶部202は、実施例1と同様、着信端末100に割り当てられたIPアドレスと、当該着信端末100の割当先識別情報との対応づけを記憶する。例えば、アドレス割当状態記憶部202は、図21に示すように、MACアドレスとユーザID(割当先識別情報)とIPアドレスとの対応づけを記憶する。
[IP gateway device 200]
As in the first embodiment, the address assignment state storage unit 202 stores the correspondence between the IP address assigned to the receiving terminal 100 and the assignment destination identification information of the receiving terminal 100. For example, as shown in FIG. 21, the address assignment state storage unit 202 stores a correspondence between a MAC address, a user ID (assignment destination identification information), and an IP address.

[DNSサーバ500]
端末情報記憶部502は、着信端末100の通信用IDと、当該着信端末100の割当先識別情報と、当該着信端末100に割り当てられたIPアドレスとの対応づけを記憶する。例えば、端末情報記憶部502は、図22に示すように、ホスト名とユーザIDとIPアドレスとの対応づけを記憶する。なお、図22の(A)と(B)とは、これまでの実施例と同様、通信用IDと割当先識別情報とIPアドレスとの対応づけが動的に変化する様子を示すものである。
[DNS server 500]
The terminal information storage unit 502 stores the correspondence between the communication ID of the receiving terminal 100, the assignment destination identification information of the receiving terminal 100, and the IP address assigned to the receiving terminal 100. For example, as illustrated in FIG. 22, the terminal information storage unit 502 stores a correspondence between a host name, a user ID, and an IP address. Note that (A) and (B) in FIG. 22 show how the correspondence between the communication ID, the assignment destination identification information, and the IP address changes dynamically as in the previous embodiments. .

[実施例3に係る通信サービス提供システムによる処理の手順]
次に、実施例3に係る通信サービス提供システムによる処理の手順を、図23および24を用いて説明する。図23は、実施例3に係る通信サービス提供システムによる処理(登録処理段階)を示すシーケンス図であり、図24は、実施例3に係る通信サービス提供システムによる処理(着信処理段階)を示すシーケンス図である。以下、登録処理段階、着信処理段階の順に説明する。
[Procedure for Processing by Communication Service Providing System According to Embodiment 3]
Next, a processing procedure by the communication service providing system according to the third embodiment will be described with reference to FIGS. FIG. 23 is a sequence diagram illustrating processing (registration processing stage) by the communication service providing system according to the third embodiment. FIG. 24 is a sequence diagram illustrating processing (incoming processing stage) by the communication service providing system according to the third embodiment. FIG. Hereinafter, the registration processing stage and the incoming call processing stage will be described in this order.

[登録処理段階]
まず、着信端末100の登録要求部101とIPゲートウェイ装置200のアドレス割当部201との間で、『EAP-TLS』による相互認証処理が実行される(ステップS501)。
[Registration processing stage]
First, mutual authentication processing by “EAP-TLS” is executed between the registration request unit 101 of the receiving terminal 100 and the address assignment unit 201 of the IP gateway device 200 (step S501).

この相互認証が成功すると、アドレス割当部201は、登録要求部101から送信されたEAPメッセージもしくは証明書に含まれるユーザID(割当先識別情報)と、MACアドレスとを受け付けると、ユーザIDとMACアドレスとの対応づけ(レコード)をアドレス割当状態記憶部202に格納(登録)する(ステップS502)。その後、アドレス割当部201は、認証が成功したことを示す『EAP-Success』を登録要求部101に送信する(ステップS503)。   If the mutual authentication is successful, the address assignment unit 201 receives the user ID (assignment destination identification information) and the MAC address included in the EAP message or certificate transmitted from the registration request unit 101, and receives the user ID and the MAC. The association (record) with the address is stored (registered) in the address assignment state storage unit 202 (step S502). Thereafter, the address assignment unit 201 transmits “EAP-Success” indicating that the authentication is successful to the registration request unit 101 (step S503).

続いて、『EAP-Success』を受信した登録要求部101は、着信端末100のMACアドレスを含むIPアドレスの割当要求をアドレス割当部201に送信する(ステップS504)。   Subsequently, the registration request unit 101 that has received “EAP-Success” transmits an IP address allocation request including the MAC address of the receiving terminal 100 to the address allocation unit 201 (step S504).

すると、IPアドレスの割当要求を受信したアドレス割当部201は、IPアドレスの割当要求に含まれるMACアドレスを取得し(ステップS505)、IPアドレスを割り当てる(ステップS506)。   Then, the address assignment unit 201 that has received the IP address assignment request acquires the MAC address included in the IP address assignment request (step S505), and assigns the IP address (step S506).

さらに、アドレス割当部201は、ステップS505で取得したMACアドレスを検索キーとしてアドレス割当状態記憶部202を検索し、当該MACアドレスに対応づけられているユーザIDを取得し(ステップS507)、ステップS507で検索したユーザID(割当先識別情報)の対応づけ(レコード)に、ステップS506で割り当てたIPアドレスを追加格納(登録)する(ステップS508)。こうして、アドレス割当部201は、IPアドレスとユーザID(割当先識別情報)との対応づけをアドレス割当状態記憶部202に格納する。   Further, the address allocation unit 201 searches the address allocation state storage unit 202 using the MAC address acquired in step S505 as a search key, acquires a user ID associated with the MAC address (step S507), and step S507. The IP address assigned in step S506 is additionally stored (registered) in the association (record) of the user ID (assignment destination identification information) searched in (step S508). Thus, the address assignment unit 201 stores the association between the IP address and the user ID (assignment destination identification information) in the address assignment state storage unit 202.

続いて、アドレス割当部201は、IPアドレスの割当要求に対する応答にIPアドレスを含めて、登録要求部101に返却する(ステップS509)。   Subsequently, the address assignment unit 201 includes the IP address in the response to the IP address assignment request and returns it to the registration request unit 101 (step S509).

続いて、登録要求部101は、ホスト名(通信用ID)と、ユーザID(割当先識別情報)と、アドレス割当部201から受信したIPアドレスとを含む登録要求である『DNS Updateメッセージ』を、DNSサーバ500に送信する(ステップS510)。   Subsequently, the registration request unit 101 sends a “DNS Update message” which is a registration request including the host name (communication ID), the user ID (assignment destination identification information), and the IP address received from the address assignment unit 201. And transmitted to the DNS server 500 (step S510).

DNSサーバ500の登録受付部501は、登録要求部101から受信したホスト名(通信用ID)とユーザID(割当先識別情報)とIPアドレスとの対応づけを端末情報記憶部502に格納(登録)する(ステップS511)。   The registration reception unit 501 of the DNS server 500 stores the association between the host name (communication ID), user ID (assignment identification information), and IP address received from the registration request unit 101 in the terminal information storage unit 502 (registration). (Step S511).

その後、登録受付部501は、登録要求部101に『OK/NG』を返却する(ステップS512)。   Thereafter, the registration receiving unit 501 returns “OK / NG” to the registration request unit 101 (step S512).

[着信処理段階]
まず、発信端末400が、着信端末100のホスト名(通信用ID)が指定された名前解決要求である『DNSクエリ メッセージ』を送信すると、DNSサーバ500の信号処理部503が当該名前解決要求を受信する(ステップS601)。
[Incoming call processing stage]
First, when the transmitting terminal 400 transmits a “DNS query message” that is a name resolution request in which the host name (communication ID) of the receiving terminal 100 is specified, the signal processing unit 503 of the DNS server 500 issues the name resolution request. Receive (step S601).

すると、信号処理部503は、当該『DNSクエリ メッセージ』に含まれるホスト名(通信用ID)を取得し、当該ホスト名を検索キーとして端末情報記憶部502を検索し、当該ホスト名に対応づけられているユーザID(割当先識別情報)およびIPアドレスを取得する(ステップS602)。   Then, the signal processing unit 503 acquires a host name (communication ID) included in the “DNS query message”, searches the terminal information storage unit 502 using the host name as a search key, and associates the host name with the host name. The assigned user ID (assignment destination identification information) and IP address are acquired (step S602).

さらに、信号処理部503は、取得されたIPアドレスを検索キーとする割当先識別情報問い合わせをアドレス有効性応答部203に送信する(ステップS603)。すると、アドレス有効性応答部203は、受信したIPアドレスを検索キーとしてアドレス割当状態記憶部202を検索し、当該IPアドレスに対応づけられているユーザID(割当先識別情報)を取得して(ステップS604)、割当先識別情報をDNSサーバ500に返却する(ステップS605)。   Further, the signal processing unit 503 transmits an allocation destination identification information query using the acquired IP address as a search key to the address validity response unit 203 (step S603). Then, the address validity response unit 203 searches the address assignment state storage unit 202 using the received IP address as a search key, and acquires a user ID (assignment destination identification information) associated with the IP address ( In step S604), the assignment destination identification information is returned to the DNS server 500 (step S605).

信号処理部503は、端末情報記憶部502から取得したユーザID(割当先識別情報)と、アドレス有効性応答部203から受信したユーザID(割当先識別情報)とが、一致するか否かを比較(照合)する(ステップS606)。   The signal processing unit 503 determines whether or not the user ID (allocation destination identification information) acquired from the terminal information storage unit 502 matches the user ID (allocation destination identification information) received from the address validity response unit 203. Comparison (collation) is performed (step S606).

信号処理部503は、前記照合結果が一致していた場合には、ステップS601で発信端末400から受信していた『DNSクエリ メッセージ』に対する応答として、ステップS602で取得したIPアドレスを発信端末400に送信する(ステップS607)。そして、発信端末400が、DNSサーバ500から取得したIPアドレス宛に信号を送信することで、着信端末100に信号が送信される(ステップS608)。一方、信号処理部503は、前記照合結果が不一致であった場合には、エラーを発信端末400に返却する。   If the collation results match, the signal processing unit 503 sends the IP address acquired in step S602 to the calling terminal 400 as a response to the “DNS query message” received from the calling terminal 400 in step S601. Transmit (step S607). Then, the transmitting terminal 400 transmits a signal to the IP address acquired from the DNS server 500, whereby the signal is transmitted to the receiving terminal 100 (step S608). On the other hand, the signal processing unit 503 returns an error to the transmission terminal 400 when the collation result does not match.

[実施例3に係る通信サービス提供システムの原理]
ここで、図25を用いて、実施例3に係る通信サービス提供システムの原理について、改めて説明する。図25は、実施例3に係る通信サービス提供システムの原理を説明するための図である。
[Principle of Communication Service Providing System According to Embodiment 3]
Here, the principle of the communication service providing system according to the third embodiment will be described again with reference to FIG. FIG. 25 is a diagram for explaining the principle of the communication service providing system according to the third embodiment.

図25に示すように、実施例3に係る通信サービス提供システムにおいては、(1)〜(13)の順で、情報が関連づけられている。すなわち、図25の(1)に示すように、着信端末100の登録要求部101が、IPゲートウェイ装置200のアドレス割当部201に割当先識別情報(ユーザID)を送信することで、アドレス割当部201は、IPアドレスと割当先識別情報(ユーザID)との対応づけをアドレス割当状態記憶部202に格納することになる(図25の(2)を参照)。   As shown in FIG. 25, in the communication service providing system according to the third embodiment, information is associated in the order of (1) to (13). That is, as shown in (1) of FIG. 25, the registration request unit 101 of the receiving terminal 100 transmits the allocation destination identification information (user ID) to the address allocation unit 201 of the IP gateway device 200, whereby the address allocation unit 201 stores the association between the IP address and the assignment destination identification information (user ID) in the address assignment state storage unit 202 (see (2) in FIG. 25).

また、アドレス割当部201による応答としてIPアドレスが登録要求部101に送信されるので(図25の(3)を参照)、登録要求部101は、通信用ID(ホスト名)と割当先識別情報(ユーザID)とIPアドレスとの対応づけを、DNSサーバ500の登録受付部501に送信し、登録受付部501は、当該対応づけを端末情報記憶部502に格納することになる(図25の(4)および(5)を参照)。   Since the IP address is transmitted to the registration request unit 101 as a response by the address allocation unit 201 (see (3) in FIG. 25), the registration request unit 101 includes the communication ID (host name) and the allocation destination identification information. The association between the (user ID) and the IP address is transmitted to the registration reception unit 501 of the DNS server 500, and the registration reception unit 501 stores the association in the terminal information storage unit 502 (FIG. 25). (See (4) and (5)).

このような状態において、図25の(6)に示すように、通信用ID(ホスト名)を指定した名前解決要求をDNSサーバ500の信号処理部503が受信すると、信号処理部503は、指定された通信用ID(ホスト名)を検索キーとして端末情報記憶部502を検索し(図25の(7)を参照)、対応づけられている割当先識別情報(ユーザID)とIPアドレスとを取得する(図25の(8)を参照)。   In this state, as shown in (6) of FIG. 25, when the signal processing unit 503 of the DNS server 500 receives the name resolution request specifying the communication ID (host name), the signal processing unit 503 The terminal information storage unit 502 is searched using the communication ID (host name) thus made as a search key (see (7) in FIG. 25), and the assigned identification information (user ID) and the IP address associated with each other are searched. Obtain (see (8) in FIG. 25).

そして、信号処理部503は、検索することで取得したIPアドレスを検索キーとして、IPゲートウェイ装置200のアドレス有効性応答部203に、割当先識別情報問い合わせを行う(図25の(9)を参照)。すると、アドレス有効性応答部203は、IPアドレスを検索キーとしてアドレス割当状態記憶部202を検索し(図25の(10)を参照)、対応づけられている割当先識別情報(ユーザID)を取得する(図25の(11)を参照)。   Then, the signal processing unit 503 makes an inquiry about the allocation destination identification information to the address validity response unit 203 of the IP gateway device 200 using the IP address acquired by the search as a search key (see (9) in FIG. 25). ). Then, the address validity response unit 203 searches the address assignment state storage unit 202 using the IP address as a search key (see (10) in FIG. 25), and assigns the associated destination identification information (user ID). Obtain (see (11) of FIG. 25).

続いて、アドレス有効性応答部203が、取得した割当先識別情報(ユーザID)を信号処理部503に応答として送信すると(図25の(12)を参照)、信号処理部503は、端末情報記憶部502から取得した割当先識別情報(ユーザID)と(図25の(8)を参照)、アドレス有効性応答部203から取得した割当先識別情報(ユーザID)とが一致するか否かを比較し、一致した場合に、信号転送するなどする(図25の(13)を参照)。   Subsequently, when the address validity response unit 203 transmits the acquired assignment destination identification information (user ID) as a response to the signal processing unit 503 (see (12) in FIG. 25), the signal processing unit 503 receives the terminal information. Whether the allocation destination identification information (user ID) acquired from the storage unit 502 matches the allocation destination identification information (user ID) acquired from the address validity response unit 203 (see (8) in FIG. 25). Are compared, and if they match, the signal is transferred (see (13) in FIG. 25).

実施例3に係る通信サービス提供システムは、このように情報を関連づけることで、『DNSサーバ500に登録されている対応づけ』と『着信端末100に現に割り当てられている対応づけ』とが正確に同期しないことに基づく不都合を回避した上で、DNSサービスを提供し、IP通信を実現することを可能にしている。   In the communication service providing system according to the third embodiment, by associating information as described above, the “association registered in the DNS server 500” and the “association currently assigned to the receiving terminal 100” can be accurately performed. While avoiding the inconvenience caused by not synchronizing, it is possible to provide a DNS service and realize IP communication.

[実施例3の効果]
上記してきたように、実施例3によれば、名前解決要求を受信した際にDNSサーバに登録されているIPアドレスとユーザIDとの組み合わせと、ネットワーク接続時にIPゲートウェイ装置に登録されているIPアドレスとユーザIDとの組み合わせとを突き合わせ、一致しない場合には名前解決要求に対する応答を行わないことで、誤着信を防止することができる。
[Effect of Example 3]
As described above, according to the third embodiment, the combination of the IP address and user ID registered in the DNS server when the name resolution request is received, and the IP registered in the IP gateway device when connected to the network. By matching the combination of the address and the user ID and not matching, it is possible to prevent erroneous incoming calls by not responding to the name resolution request.

すなわち、従来の手法であれば、着信端末を利用する利用者もしくは着信端末の移動やネットワーク接続の切断時などに、DNSサーバが管理する当該ホスト名に対応したIPアドレスと、実際に当該着信端末に割り当てられているIPアドレスとが乖離する可能性があり、このような場合に、意図しない通信相手に着信してしまうことがあった。しかしながら、実施例3に係る通信サービス提供システムによれば、DNSサーバに登録されているホスト名とIPアドレスとの対応関係が実状況と乖離している場合には、エラーを送信することで、誤着信や情報の漏洩を防ぐことができる。   That is, according to the conventional method, the IP address corresponding to the host name managed by the DNS server when the user using the receiving terminal or the moving of the receiving terminal or the disconnection of the network is disconnected, and the receiving terminal actually There is a possibility that the IP address assigned to the IP address is deviated, and in such a case, an unintended communication partner may be received. However, according to the communication service providing system according to the third embodiment, when the correspondence between the host name registered in the DNS server and the IP address is different from the actual situation, an error is transmitted. It can prevent false incoming calls and information leakage.

[他の実施例]
さて、これまで本発明の実施例について説明したが、本発明は上述した実施例以外にも、種々の異なる形態にて実施されてよいものである。
[Other embodiments]
Although the embodiments of the present invention have been described so far, the present invention may be implemented in various different forms other than the embodiments described above.

[システム構成等]
また、本実施例において説明した各処理のうち、自動的におこなわれるものとして説明した処理の全部または一部を手動的におこなうこともでき、あるいは、手動的におこなわれるものとして説明した処理の全部または一部を公知の方法で自動的におこなうこともできる。この他、上記文書中や図面中で示した処理手順、制御手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。
[System configuration, etc.]
In addition, among the processes described in this embodiment, all or a part of the processes described as being automatically performed can be manually performed, or the processes described as being manually performed can be performed. All or a part can be automatically performed by a known method. In addition, the processing procedure, control procedure, specific name, and information including various data and parameters shown in the above-described document and drawings can be arbitrarily changed unless otherwise specified.

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。さらに、各装置にて行なわれる各処理機能は、その全部または任意の一部が、CPUおよび当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。   Further, each component of each illustrated apparatus is functionally conceptual, and does not necessarily need to be physically configured as illustrated. In other words, the specific form of distribution / integration of each device is not limited to that shown in the figure, and all or a part thereof may be functionally or physically distributed or arbitrarily distributed in arbitrary units according to various loads or usage conditions. Can be integrated and configured. Further, all or any part of each processing function performed in each device may be realized by a CPU and a program analyzed and executed by the CPU, or may be realized as hardware by wired logic.

なお、本実施例で説明した通信サービス提供方法は、あらかじめ用意されたプログラムをパーソナルコンピュータやワークステーションなどのコンピュータで実行することによって実現することができる。このプログラムは、インターネットなどのネットワークを介して配布することができる。また、このプログラムは、ハードディスク、フレキシブルディスク(FD)、CD−ROM、MO、DVDなどのコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行することもできる。   The communication service providing method described in this embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation. This program can be distributed via a network such as the Internet. The program can also be executed by being recorded on a computer-readable recording medium such as a hard disk, a flexible disk (FD), a CD-ROM, an MO, and a DVD and being read from the recording medium by the computer.

以上のように、本発明に係る通信サービス提供システム、アドレス割当装置および信号処理装置は、信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理することに有用であり、特に、着信端末に対する通信が、意図した着信端末に着信することを保証することに適する。   As described above, in the communication service providing system, the address assignment device, and the signal processing device according to the present invention, the signal processing device uniquely identifies the user who uses the receiving terminal or the ID that uniquely identifies the receiving terminal. Is received, it is useful for processing the signal using the address assigned to the receiving terminal by the address assigning device. In particular, communication to the receiving terminal arrives at the intended receiving terminal. Suitable for guaranteeing that.

実施例1に係る通信サービス提供システム(登録段階)の概要および特徴を説明するための図である。It is a figure for demonstrating the outline | summary and characteristic of the communication service provision system (registration stage) which concern on Example 1. FIG. 実施例1に係る通信サービス提供システム(着信処理段階)の概要および特徴を説明するための図である。It is a figure for demonstrating the outline | summary and characteristic of the communication service provision system (incoming call process stage) which concern on Example 1. FIG. 実施例1に係る通信サービス提供システムの構成を示すブロック図である。1 is a block diagram illustrating a configuration of a communication service providing system according to a first embodiment. アドレス割当状態記憶部を説明するための図である。It is a figure for demonstrating an address allocation state memory | storage part. 対応づけの同期について説明するための図である。It is a figure for demonstrating the synchronization of matching. 端末情報記憶部を説明するための図である。It is a figure for demonstrating a terminal information storage part. 実施例1に係る通信サービス提供システムによる処理(登録処理段階)を示すシーケンス図である。It is a sequence diagram which shows the process (registration process stage) by the communication service provision system which concerns on Example 1. FIG. 実施例1に係る通信サービス提供システムによる処理(着信処理段階)を示すシーケンス図である。It is a sequence diagram which shows the process (incoming call process stage) by the communication service provision system which concerns on Example 1. FIG. 実施例1に係る通信サービス提供システムの原理を説明するための図である。1 is a diagram for explaining the principle of a communication service providing system according to a first embodiment. B2BUAに適用した事例を説明するための図である。It is a figure for demonstrating the example applied to B2BUA. 実施例2に係る通信サービス提供システム(登録段階)の概要および特徴を説明するための図である。It is a figure for demonstrating the outline | summary and characteristic of the communication service provision system (registration stage) which concern on Example 2. FIG. 実施例2に係る通信サービス提供システム(着信処理段階)の概要および特徴を説明するための図である。It is a figure for demonstrating the outline | summary and the characteristic of the communication service provision system (incoming call process stage) which concern on Example 2. FIG. アドレス割当状態記憶部を説明するための図である。It is a figure for demonstrating an address allocation state memory | storage part. 端末情報記憶部を説明するための図である。It is a figure for demonstrating a terminal information storage part. 実施例2に係る通信サービス提供システムによる処理(登録処理段階)を示すシーケンス図である。It is a sequence diagram which shows the process (registration process stage) by the communication service provision system which concerns on Example 2. FIG. 実施例2に係る通信サービス提供システムによる処理(着信処理段階)を示すシーケンス図である。FIG. 10 is a sequence diagram illustrating processing (incoming call processing stage) by the communication service providing system according to the second embodiment. 実施例2に係る通信サービス提供システムの原理を説明するための図である。It is a figure for demonstrating the principle of the communication service provision system which concerns on Example 2. FIG. 実施例3に係る通信サービス提供システム(登録段階)の概要および特徴を説明するための図である。It is a figure for demonstrating the outline | summary and characteristic of the communication service provision system (registration stage) which concern on Example 3. FIG. 実施例3に係る通信サービス提供システム(着信処理段階)の概要および特徴を説明するための図である。It is a figure for demonstrating the outline | summary and the characteristics of the communication service provision system (incoming call process stage) which concern on Example 3. FIG. 実施例3に係る通信サービス提供システムの構成を示すブロック図である。It is a block diagram which shows the structure of the communication service provision system which concerns on Example 3. FIG. アドレス割当状態記憶部を説明するための図である。It is a figure for demonstrating an address allocation state memory | storage part. 端末情報記憶部を説明するための図である。It is a figure for demonstrating a terminal information storage part. 実施例3に係る通信サービス提供システムによる処理(登録処理段階)を示すシーケンス図である。It is a sequence diagram which shows the process (registration process stage) by the communication service provision system which concerns on Example 3. FIG. 実施例3に係る通信サービス提供システムによる処理(着信処理段階)を示すシーケンス図である。FIG. 10 is a sequence diagram illustrating processing (incoming call processing stage) by the communication service providing system according to the third embodiment. 実施例3に係る通信サービス提供システムの原理を説明するための図である。FIG. 10 is a diagram for explaining the principle of a communication service providing system according to a third embodiment.

符号の説明Explanation of symbols

10 L2SW
20 ネットワーク
100 着信端末
101 登録要求部
102 信号受信部
110 通信部
200 IPゲートウェイ装置
201 アドレス割当部
202 アドレス割当状態記憶部
203 アドレス有効性応答部
210 通信部
300 SIPサーバ
301 登録受付部
302 端末情報記憶部
303 信号処理部
310 通信部
400 発信端末
500 DNSサーバ
501 登録受付部
502 端末情報記憶部
503 信号処理部
510 通信部
10 L2SW
DESCRIPTION OF SYMBOLS 20 Network 100 Incoming terminal 101 Registration request part 102 Signal receiving part 110 Communication part 200 IP gateway apparatus 201 Address assignment part 202 Address assignment state memory | storage part 203 Address validity response part 210 Communication part 300 SIP server 301 Registration reception part 302 Terminal information storage Unit 303 signal processing unit 310 communication unit 400 transmission terminal 500 DNS server 501 registration reception unit 502 terminal information storage unit 503 signal processing unit 510 communication unit

Claims (5)

ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成され、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供システムであって、
前記アドレス割当装置は、
着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答する割当手段と、
前記割当手段によって着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶手段に格納する割当格納手段と、
アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記信号処理装置から受け付けると、当該アドレスを検索キーとして前記割当記憶手段を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答する応答手段とを備え、
前記信号処理装置は、
前記アドレス割当装置の割当手段によるアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶手段に格納する格納手段と、
IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして前記端末情報記憶手段を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得する第1の取得手段と、
前記第1の取得手段によって割当先情報およびアドレスが取得されると、当該アドレスを検索キーとする前記割当先情報問い合わせを前記アドレス割当装置に送信し、前記応答手段によって応答されることで当該アドレスに対応づけられている割当先情報を取得する第2の取得手段と、
前記第2の取得手段によって割当先情報が取得されると、前記第1の取得手段によって取得された割当先情報と前記第2の取得手段によって取得された割当先情報とが一致するか否かを比較し、一致した場合に、前記第1の取得手段によって取得されたアドレスを用いて前記信号を処理する信号処理手段と、
を備えたことを特徴とする通信サービス提供システム。
A signal processing device that processes a signal transmitted from a transmitting terminal of a user who uses a communication service provided on a network, and an address assignment device that assigns an address used for the communication service to each receiving terminal; When the signal processing device receives an ID that uniquely identifies a user who uses the receiving terminal or an ID that uniquely identifies the receiving terminal, the address assigned to the receiving terminal by the address assigning device A communication service providing system for processing the signal using
The address allocation device includes:
An assignment unit that accepts assignment destination information that uniquely identifies a receiving terminal and receives an assignment request that requests assignment of an address from the receiving terminal, assigning an address and responding the address to the receiving terminal;
When an address is assigned to the receiving terminal by the assigning means, an assignment storage means for storing a correspondence between the address and the assignment destination information in an assignment storage means;
When an assignment destination information inquiry for inquiring assignment destination information of a receiving terminal that is currently assigned by designating an address is received from the signal processing device, the assignment storage means is searched using the address as a search key, and the address Responding means for acquiring allocation destination information associated with the information processing apparatus and responding to the signal processing apparatus with the allocation destination information.
The signal processing device includes:
From the receiving terminal assigned the address by the assigning means of the address allocating device, the ID of the user who uses the receiving terminal or the ID of the receiving terminal, the allocation destination information of the receiving terminal, and the allocation to the receiving terminal A storage unit that stores the association in the terminal information storage unit upon receipt of a storage request for storing the association with the designated address;
A first acquisition unit configured to search the terminal information storage unit by using the ID as a search key and to acquire allocation destination information and an address associated with the ID when a signal with an ID specified is received from the transmission terminal; ,
When the allocation information and the address are acquired by the first acquisition means, the address information inquiry using the address as a search key is transmitted to the address allocation device, and the response means responds to the address. Second acquisition means for acquiring allocation destination information associated with
Whether the assignment destination information acquired by the first acquisition means matches the assignment destination information acquired by the second acquisition means when the assignment destination information is acquired by the second acquisition means Signal processing means for processing the signal using the address acquired by the first acquisition means when they match,
A communication service providing system comprising:
ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成され、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供システムにおける前記アドレス割当装置であって、
着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答する割当手段と、
前記割当手段によって着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶手段に格納する割当格納手段と、
アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記信号処理装置から受け付けると、前記着信端末から受け付けた格納要求によって当該信号処理装置に格納された割当先情報と当該アドレス割当装置から応答されることで当該信号処理装置に取得される割当先情報とが一致するか否かが当該信号処理装置において比較され、一致した場合に当該信号処理装置において前記信号が処理されるように、当該アドレスを検索キーとして前記割当記憶手段を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答する応答手段と、
を備えたことを特徴とするアドレス割当装置。
A signal processing device that processes a signal transmitted from a transmitting terminal of a user who uses a communication service provided on a network, and an address assignment device that assigns an address used for the communication service to each receiving terminal; When the signal processing device receives an ID that uniquely identifies a user who uses the receiving terminal or an ID that uniquely identifies the receiving terminal, the address assigned to the receiving terminal by the address assigning device The address allocation device in a communication service providing system that processes the signal using
An assignment unit that accepts assignment destination information that uniquely identifies a receiving terminal and receives an assignment request that requests assignment of an address from the receiving terminal, assigning an address and responding the address to the receiving terminal;
When an address is assigned to the receiving terminal by the assigning means, an assignment storage means for storing a correspondence between the address and the assignment destination information in an assignment storage means;
When an assignment destination information inquiry for designating an address and inquiring about assignment destination information of a receiving terminal that is currently assigned the address is received from the signal processing device, it is stored in the signal processing device by a storage request received from the receiving terminal. Whether or not the allocation destination information and the allocation destination information acquired by the signal processing device in response to the response from the address allocation device match is compared in the signal processing device. So that the signal is processed, the allocation storage means is searched using the address as a search key, the allocation destination information associated with the address is acquired, and the allocation destination information is returned to the signal processing device. A response means to
An address assignment device comprising:
ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成され、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供システムにおける前記信号処理装置であって、
前記アドレス割当装置によってアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶手段に格納する格納手段と、
IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして前記端末情報記憶手段を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得する第1の取得手段と、
前記第1の取得手段によって割当先情報およびアドレスが取得されると、当該アドレスを検索キーとして当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記アドレス割当装置に送信し、当該アドレス割当装置から応答されることで当該アドレスに対応づけられている割当先情報を取得する第2の取得手段と、
前記第2の取得手段によって割当先情報が取得されると、前記第1の取得手段によって取得された割当先情報と前記第2の取得手段によって取得された割当先情報とが一致するか否かを比較し、一致した場合に、前記第1の取得手段によって取得されたアドレスを用いて前記信号を処理する信号処理手段と、
を備えたことを特徴とする信号処理装置。
A signal processing device that processes a signal transmitted from a transmitting terminal of a user who uses a communication service provided on a network, and an address assignment device that assigns an address used for the communication service to each receiving terminal; When the signal processing device receives an ID that uniquely identifies a user who uses the receiving terminal or an ID that uniquely identifies the receiving terminal, the address assigned to the receiving terminal by the address assigning device The signal processing apparatus in a communication service providing system that processes the signal using
From the receiving terminal assigned the address by the address assigning device, the ID of the user who uses the receiving terminal or the ID of the receiving terminal, the assignment destination information of the receiving terminal, and the address assigned to the receiving terminal A storage unit that stores the association in the terminal information storage unit when receiving a storage request for storing the association with
A first acquisition unit configured to search the terminal information storage unit by using the ID as a search key and to acquire allocation destination information and an address associated with the ID when a signal with an ID specified is received from the transmission terminal; ,
When the allocation information and the address are acquired by the first acquisition means, an allocation information inquiry for inquiring allocation address information of the receiving terminal that is currently allocated the address using the address as a search key is sent to the address allocation device. A second acquisition means for transmitting and acquiring the allocation destination information associated with the address by responding from the address allocation device;
Whether the assignment destination information acquired by the first acquisition means matches the assignment destination information acquired by the second acquisition means when the assignment destination information is acquired by the second acquisition means Signal processing means for processing the signal using the address acquired by the first acquisition means when they match,
A signal processing apparatus comprising:
ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成される通信サービス提供システムにおいて、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供方法であって、
前記アドレス割当装置は、
着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答する割当工程と、
前記割当工程によって着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶部に格納する割当格納工程と、
アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記信号処理装置から受け付けると、当該アドレスを検索キーとして前記割当記憶部を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答する応答工程とを含み、
前記信号処理装置は、
前記アドレス割当装置の割当工程によるアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶部に格納する格納工程と、
IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして前記端末情報記憶部を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得する第1の取得工程と、
前記第1の取得工程によって割当先情報およびアドレスが取得されると、当該アドレスを検索キーとする前記割当先情報問い合わせを前記アドレス割当装置に送信し、前記応答工程によって応答されることで当該アドレスに対応づけられている割当先情報を取得する第2の取得工程と、
前記第2の取得工程によって割当先情報が取得されると、前記第1の取得工程によって取得された割当先情報と前記第2の取得工程によって取得された割当先情報とが一致するか否かを比較し、一致した場合に、前記第1の取得工程によって取得されたアドレスを用いて前記信号を処理する信号処理工程と、
を含んだことを特徴とする通信サービス提供方法。
A signal processing device that processes a signal transmitted from a transmission terminal of a user who uses a communication service provided on a network, and an address assignment device that assigns an address used for the communication service to each receiving terminal In the communication service providing system, when the signal processing device receives a signal in which an ID for uniquely identifying a user who uses the receiving terminal or an ID for uniquely identifying the receiving terminal is specified, the incoming call is received by the address assignment device. A communication service providing method for processing the signal using an address assigned to a terminal,
The address allocation device includes:
An assignment step for accepting assignment destination information for uniquely identifying a receiving terminal and accepting an assignment request for assigning an address from the receiving terminal; assigning an address and responding the address to the receiving terminal;
When an address is assigned to the receiving terminal by the assignment step, an assignment storage step of storing a correspondence between the address and the assignment destination information in an assignment storage unit;
When an assignment destination information inquiry for inquiring assignment destination information of a receiving terminal that is currently assigned by designating an address is received from the signal processing device, the assignment storage unit is searched using the address as a search key, and the address A response step of acquiring allocation destination information associated with the information processing apparatus and responding to the signal processing device with the allocation destination information.
The signal processing device includes:
From the receiving terminal that has been assigned an address in the assigning step of the address assigning device, the ID of the user who uses the receiving terminal or the ID of the receiving terminal, the allocation destination information of the receiving terminal, and the allocation to the receiving terminal A storage step of storing the association in the terminal information storage unit upon receiving a storage request for requesting to store the association with the given address;
A first acquisition step of searching the terminal information storage unit using the ID as a search key and acquiring the allocation destination information and the address associated with the ID when receiving a signal in which the ID is specified from the transmission terminal; ,
When allocation destination information and an address are acquired by the first acquisition step, the allocation destination information inquiry using the address as a search key is transmitted to the address allocation device, and the address is obtained by responding to the response step. A second acquisition step of acquiring allocation destination information associated with
When the allocation destination information is acquired by the second acquisition step, whether the allocation destination information acquired by the first acquisition step matches the allocation destination information acquired by the second acquisition step A signal processing step of processing the signal using the address acquired by the first acquisition step when they match, and
A communication service providing method comprising:
ネットワーク上で提供される通信サービスを利用する利用者の発信端末から送信された信号を処理する信号処理装置と、当該通信サービスに用いられるアドレスを着信端末各々に割り当てるアドレス割当装置とから構成される通信サービス提供システムにおいて、前記信号処理装置が、着信端末を利用する利用者を一意に識別するIDもしくは着信端末を一意に識別するIDが指定された信号を受信すると、前記アドレス割当装置によって当該着信端末に割り当てられたアドレスを用いて当該信号を処理する通信サービス提供方法をコンピュータに実行させる通信サービス提供プログラムであって、
着信端末を一意に識別する割当先情報を受け付けるとともに、アドレスの割り当てを要求する割当要求を当該着信端末から受け付けると、アドレスを割り当てて当該アドレスを当該着信端末に応答する割当手順と、
前記割当手順によって着信端末にアドレスが割り当てられると、当該アドレスと前記割当先情報との対応づけを割当記憶部に格納する割当格納手順と、
アドレスを指定して当該アドレスを現に割り当てられている着信端末の割当先情報を問い合わせる割当先情報問い合わせを前記信号処理装置から受け付けると、当該アドレスを検索キーとして前記割当記憶部を検索し、当該アドレスに対応づけられている割当先情報を取得して当該割当先情報を当該信号処理装置に応答する応答手順とを前記アドレス割当装置としてのコンピュータに実行させ、
前記アドレス割当装置の割当手順によるアドレスの割り当てを受けた着信端末から、当該着信端末を利用する利用者のIDもしくは当該着信端末のIDと、当該着信端末の割当先情報と、当該着信端末に割り当てられたアドレスとの対応づけを格納することを要求する格納要求を受け付けると、当該対応づけを端末情報記憶部に格納する格納手順と、
IDが指定された信号を発信端末から受信すると、当該IDを検索キーとして前記端末情報記憶部を検索し、当該IDに対応づけられている割当先情報およびアドレスを取得する第1の取得手順と、
前記第1の取得手順によって割当先情報およびアドレスが取得されると、当該アドレスを検索キーとする前記割当先情報問い合わせを前記アドレス割当装置に送信し、前記応答手順によって応答されることで当該アドレスに対応づけられている割当先情報を取得する第2の取得手順と、
前記第2の取得手順によって割当先情報が取得されると、前記第1の取得手順によって取得された割当先情報と前記第2の取得手順によって取得された割当先情報とが一致するか否かを比較し、一致した場合に、前記第1の取得手順によって取得されたアドレスを用いて前記信号を処理する信号処理手順と、
を前記信号処理装置としてのコンピュータに実行させることを特徴とする通信サービス提供プログラム。
A signal processing device that processes a signal transmitted from a transmission terminal of a user who uses a communication service provided on a network, and an address assignment device that assigns an address used for the communication service to each receiving terminal In the communication service providing system, when the signal processing device receives a signal in which an ID for uniquely identifying a user who uses the receiving terminal or an ID for uniquely identifying the receiving terminal is specified, the incoming call is received by the address assignment device. A communication service providing program for causing a computer to execute a communication service providing method for processing the signal using an address assigned to a terminal,
An assignment procedure for assigning an address and responding the address to the destination terminal when accepting an assignment request for assigning an address from the destination terminal while accepting assignment destination information for uniquely identifying the destination terminal;
When an address is assigned to the receiving terminal by the assignment procedure, an assignment storage procedure for storing a correspondence between the address and the assignment destination information in an assignment storage unit;
When an assignment destination information inquiry for inquiring assignment destination information of a receiving terminal that is currently assigned by designating an address is received from the signal processing device, the assignment storage unit is searched using the address as a search key, and the address And a response procedure for responding to the signal processing device with the assignment destination information obtained by assigning the assignment destination information associated with the address assignment device.
From the receiving terminal that has been assigned an address according to the allocation procedure of the address allocating device, the ID of the user who uses the receiving terminal or the ID of the receiving terminal, the allocation destination information of the receiving terminal, and the allocation to the receiving terminal A storage procedure for storing the association in the terminal information storage unit upon receipt of a storage request for storing the association with the designated address;
A first acquisition procedure for receiving a signal with an ID specified from a transmitting terminal, searching the terminal information storage unit using the ID as a search key, and acquiring allocation destination information and an address associated with the ID; ,
When allocation destination information and an address are acquired by the first acquisition procedure, the allocation destination information inquiry using the address as a search key is transmitted to the address allocation device, and the address is obtained by responding to the response procedure. A second acquisition procedure for acquiring allocation destination information associated with
Whether the allocation destination information acquired by the first acquisition procedure matches the allocation destination information acquired by the second acquisition procedure when the allocation destination information is acquired by the second acquisition procedure A signal processing procedure for processing the signal using the address acquired by the first acquisition procedure when they match,
Is executed by a computer as the signal processing apparatus.
JP2007326442A 2007-12-18 2007-12-18 Communication service providing system, address assignment device, and signal processing device Expired - Fee Related JP4764410B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007326442A JP4764410B2 (en) 2007-12-18 2007-12-18 Communication service providing system, address assignment device, and signal processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007326442A JP4764410B2 (en) 2007-12-18 2007-12-18 Communication service providing system, address assignment device, and signal processing device

Publications (2)

Publication Number Publication Date
JP2009152691A JP2009152691A (en) 2009-07-09
JP4764410B2 true JP4764410B2 (en) 2011-09-07

Family

ID=40921353

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007326442A Expired - Fee Related JP4764410B2 (en) 2007-12-18 2007-12-18 Communication service providing system, address assignment device, and signal processing device

Country Status (1)

Country Link
JP (1) JP4764410B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5979717B2 (en) * 2012-09-12 2016-08-31 Necエンジニアリング株式会社 IP Centrex system, server, communication control method, and communication control program
US9326218B2 (en) 2012-11-02 2016-04-26 Telefonaktiebolaget L M Ericsson (Publ) Base-station-to-base-station gateway and related devices, methods, and systems
JP2014220605A (en) * 2013-05-07 2014-11-20 株式会社ネクストブリッジ Communication method and communication system
JP6478581B2 (en) * 2014-11-21 2019-03-06 株式会社Nttドコモ Communication control system and communication control method

Also Published As

Publication number Publication date
JP2009152691A (en) 2009-07-09

Similar Documents

Publication Publication Date Title
JP4727126B2 (en) Providing secure network access for short-range wireless computing devices
US8041349B2 (en) Home subscriber server configuration method and system
JP5147953B2 (en) Method and apparatus for controlling a multimedia gateway with IMSI
US7729366B2 (en) Method, apparatus and system for network mobility of a mobile communication device
US9131026B2 (en) Method and system for establishing media channel based on relay
JP4411332B2 (en) IP communication apparatus, IP communication system, and these IP communication methods
US20080216167A1 (en) Proxy connection method and adapter to ims/mmd network
JP2008205988A (en) Data communication system and session management server
US10432504B2 (en) Message processing
US8443082B2 (en) Network communication systems and methods
JP2006180295A (en) Address conversion apparatus and address conversion method
US20030212774A1 (en) Method and apparatus for assigning IP address using agent in zero configuration network
US10205757B2 (en) Communications methods, apparatus and systems for correlating registrations, service requests and calls
JP4764410B2 (en) Communication service providing system, address assignment device, and signal processing device
JP2005020112A (en) Network setting system, managing apparatus, terminal and network setting method
JP4886712B2 (en) Access control system, access control method, access control apparatus, and access control program
JP4472566B2 (en) Communication system and call control method
JP2006109152A (en) Connection requesting device, response device, connection management device and communication system for performing communication on network
JP2006140694A (en) Information processing apparatus, user management system, and program
JP2004266547A (en) Network equipment
JP4236167B2 (en) Method of assigning IP interface information, granting device, granting program thereof, and access authentication device
Khalid A Directory Infrastructure to Support Mobile Services
KR20100007109A (en) Method and apparatus for security management in internet protocol version 6 network
JP2009130511A (en) Name resolution method
JP2013211684A (en) Communication system, server device, server processing program, and connection request transfer method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100108

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20110520

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20110520

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110525

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

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

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

Free format text: PAYMENT UNTIL: 20140617

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

LAPS Cancellation because of no payment of annual fees