JP2008131080A - Service cooperation method, transfer device, and program - Google Patents

Service cooperation method, transfer device, and program Download PDF

Info

Publication number
JP2008131080A
JP2008131080A JP2006310256A JP2006310256A JP2008131080A JP 2008131080 A JP2008131080 A JP 2008131080A JP 2006310256 A JP2006310256 A JP 2006310256A JP 2006310256 A JP2006310256 A JP 2006310256A JP 2008131080 A JP2008131080 A JP 2008131080A
Authority
JP
Japan
Prior art keywords
information
state transition
service
network
transition information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2006310256A
Other languages
Japanese (ja)
Other versions
JP4767821B2 (en
Inventor
Masashi Kaneko
雅志 金子
Hiroyuki Onishi
浩行 大西
Yoshitaka Hirano
美貴 平野
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 JP2006310256A priority Critical patent/JP4767821B2/en
Publication of JP2008131080A publication Critical patent/JP2008131080A/en
Application granted granted Critical
Publication of JP4767821B2 publication Critical patent/JP4767821B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a service cooperation method, a transfer device, and a program that make it inexpensive and easy to develop cooperation service with communication service. <P>SOLUTION: This invention relates to a service cooperation method that make the communication service and information service cooperate with each other, and the transfer device 9 is characterized by: storing correspondence relation between state transition information and a signal conversion system in a first storage means in advance and storing setting information received from an information network 2 in a setting information storage unit 12; receiving state transition information from a communication network and specifying a signal conversion system corresponding to the received state transition information based upon the correspondence relation storage in the first storage means; converting the state transition information based upon the specified signal conversion system; reading setting information including transfer destination information out of the setting information storage unit 12 based upon the state transition information; and transmitting the converted state transition information to the information network 2 based upon the read-out transfer destination information. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、主にサービス連携方法、転送装置、及び、プログラムに関する。   The present invention mainly relates to a service cooperation method, a transfer device, and a program.

従来、電話、VoIP(Voice over Internet Protocol)、専用線に代表されるような通信ネットワークにおける通信サービスと、インターネット系Webサービスや企業システムのような情報ネットワークにおける情報サービスとは、各々独自に発展してきたため、両者のサービスの開発方法は大きく異なる。前者は、Q931、ISUP(ISDN User Part)、INAP(Intelligent Network Application Part Protocol)、H323、SIP(Session Initiation Protocol)、MEGACO(Media Gateway Control Protocol)のような通信ネットワーク向けの制御プロトコルを扱うサービスアプリケーションソフトウェアを扱うところに特徴がある。一方、後者はHTTP(Hyper Transfer Protocol)、FTP(File Transfer Protocol)、SMTP(Simple Mail Transfer Protocol)等、情報系で利用されるプロトコルを扱うところに特徴がある。近年、VoIPの通話先をWeb上の情報によって動的に変更したり、電話端末からWeb上の情報にアクセスする等、情報ネットワークの情報サービスと連携した通信ネットワークの通信サービスの実現が求められている。現在、情報ネットワークの情報サービスと通信ネットワークの通信サービスとを連携するサービス連携手法としては、特許文献1に示されるように、通信ネットワークの機能を情報ネットワーク上のプログラムから扱うためのAPI(Application Program Interface)を通信ネットワークから情報ネットワークに対して公開する方法があり、OpenAPIと呼ばれている。
特開2003−256223号公報
Conventionally, communication services in communication networks represented by telephone, VoIP (Voice over Internet Protocol), and dedicated lines, and information services in information networks such as Internet-based Web services and corporate systems have been developed independently. Therefore, the development methods for both services are very different. The former is a service application that handles control protocols for communication networks such as Q931, ISUP (ISDN User Part), INAP (Intelligent Network Application Part Protocol), H323, SIP (Session Initiation Protocol), and MEGACO (Media Gateway Control Protocol). There is a feature in handling software. On the other hand, the latter is characterized in that it handles protocols used in information systems such as HTTP (Hyper Transfer Protocol), FTP (File Transfer Protocol), and SMTP (Simple Mail Transfer Protocol). In recent years, there has been a demand for realizing a communication service of a communication network in cooperation with an information service of an information network, such as dynamically changing a VoIP call destination according to information on the Web or accessing information on the Web from a telephone terminal. Yes. Currently, as a service cooperation method for linking an information service of an information network and a communication service of a communication network, as shown in Patent Document 1, an API (Application Program for handling the functions of a communication network from a program on the information network is used. Interface) is disclosed from the communication network to the information network, which is called Open API.
JP 2003-256223 A

しかしながら、OpenAPIは、通信ネットワーク事業者が主な仕様を決定しているため、情報ネットワーク上でサービスを開発する事業者や個人にとって、必ずしも扱いやすいものではないという問題があり、OpenAPIを利用したサービスは一般的に普及していない。
OpenAPIを用いずに従来の方法を用いて行う、通信ネットワークの通信サービスと情報ネットワークの情報サービスとを連携した連携サービスの開発は、情報ネットワークサービス開発者にとっては難易度が高いものである。その原因の1つには、通信ネットワークの通信サービスと連携した連携サービスを開発する場合に、通信ネットワークの通信サービスと連携するために必要となる特殊な装置やソフトウェアの調達費用が高価であるという問題があることによる。また、それ以外の原因としては、情報ネットワークサービス開発者が、通信ネットワークの通信サービスの開発技術に関するスキルを習得しなければならず、また、そのようなスキルを有する技術者の確保が難しいという問題があることによる。
However, OpenAPI has a problem that it is not always easy for operators and individuals who develop services on information networks because the main specifications are determined by communication network operators, and services that use OpenAPI. Is not generally popular.
It is difficult for an information network service developer to develop a cooperation service that links a communication service of a communication network and an information service of an information network using a conventional method without using OpenAPI. One of the reasons is that when developing a linkage service linked with a communication service of a communication network, the procurement cost of special equipment and software required for linking with the communication service of the communication network is expensive. Because there is a problem. Another cause is that the information network service developer must acquire skills related to the development of communication services for communication networks, and it is difficult to secure engineers with such skills. Because there is.

本発明は、このような事情を考慮してなされたもので、その目的は、上記問題を解決し、情報ネットワークサービス開発者にとって通信サービスとの連携サービスの開発が安価で容易にできるようにすることができるサービス連携方法、転送装置、及びプログラムを提供することにある。   The present invention has been made in consideration of such circumstances, and its object is to solve the above-mentioned problems and enable information network service developers to easily and inexpensively develop a link service with a communication service. It is to provide a service cooperation method, a transfer device, and a program that can be used.

上記問題を解決するために、本発明は、転送装置と、通信ネットワークにおける通信サービスを提供する通信サービス提供装置(例えば、一実施形態における呼制御装置6)と、情報ネットワークにおける情報サービスを提供する情報サービス提供装置(例えば、一実施形態における情報ネットワークサーバ8)とを有し、前記通信サービスと前記情報サービスとを連携するサービス連携システムにおけるサービス連携方法であって、前記転送装置が、予め状態遷移情報と信号変換方式(例えば、一実施形態における第1形式変換部131、第2形式変換部132、第3形式変換部133、第4形式変換部134、第5形式変換部135)との対応関係を第1の蓄積手段(例えば、一実施形態における信号判定部11)に蓄積させ、前記情報ネットワークから設定情報を受信し、受信した前記設定情報を第2の蓄積手段(例えば、一実施形態における設定情報蓄積部12)に蓄積させる第1の過程と、前記通信ネットワークから前記状態遷移情報を受信し、受信した前記状態遷移情報に対応する信号変換方式を前記第1の蓄積手段に蓄積される前記対応関係に基づいて特定し、特定した前記信号変換方式に基づき前記状態遷移情報を変換し、前記状態遷移情報に基づき、転送宛先情報を含む前記設定情報を前記第2の蓄積手段から読み出し、読み出した前記設定情報の前記転送宛先情報に基づき、変換した前記状態遷移情報である変換後状態遷移情報を前記情報ネットワークに送信する第2の過程とを有することを特徴とするサービス連携方法である。   In order to solve the above problems, the present invention provides a transfer device, a communication service providing device that provides a communication service in a communication network (for example, the call control device 6 in one embodiment), and an information service in an information network. A service cooperation method in a service cooperation system that includes an information service providing device (for example, the information network server 8 in one embodiment) and cooperates the communication service and the information service, wherein the transfer device is in a state in advance. Transition information and a signal conversion method (for example, the first format converter 131, the second format converter 132, the third format converter 133, the fourth format converter 134, and the fifth format converter 135 in one embodiment). The correspondence is stored in a first storage unit (for example, the signal determination unit 11 in one embodiment), and the information is stored. A first process of receiving setting information from a network, and storing the received setting information in a second storage means (for example, the setting information storage unit 12 in one embodiment), and the state transition information from the communication network. Receiving, specifying a signal conversion method corresponding to the received state transition information based on the correspondence stored in the first storage means, and converting the state transition information based on the specified signal conversion method Based on the state transition information, the setting information including transfer destination information is read from the second storage unit, and the converted state state is converted state transition information based on the transfer destination information of the read setting information. And a second process of transmitting transition information to the information network.

また、本発明のサービス連携方法は、第2の過程が、前記情報ネットワークから前記変換後状態遷移情報に対する応答情報を受信し、受信した前記応答情報を前記状態遷移情報の送信元が有するインタフェースに従う応答情報に変換し、変換した応答情報である変換後応答情報を前記状態遷移情報の送信元に送信することを特徴とする。   In the service cooperation method of the present invention, in the second process, response information for the converted state transition information is received from the information network, and the received response information is in accordance with an interface included in a transmission source of the state transition information. The response information is converted into response information, and the converted response information that is the converted response information is transmitted to the transmission source of the state transition information.

また、本発明は、前記状態遷移情報が、前記通信ネットワークにおける呼制御による状態変化を示す前記状態遷移情報であることを特徴とする。   Further, the present invention is characterized in that the state transition information is the state transition information indicating a state change by call control in the communication network.

また、本発明は、前記状態遷移情報が、前記通信ネットワークにおける加入者情報の変化を示す前記状態遷移情報であることを特徴とする。   Moreover, the present invention is characterized in that the state transition information is the state transition information indicating a change in subscriber information in the communication network.

また、本発明は、転送装置と、通信ネットワークにおける通信サービスを提供する通信サービス提供装置と、情報ネットワークにおける情報サービスを提供する情報サービス提供装置とを有し、前記通信サービスと前記情報サービスとを連携するサービス連携システムにおける転送装置であって、予め状態遷移情報と信号変換方式との対応関係を蓄積する第1の蓄積手段と、前記情報ネットワークから設定情報を受信する設定情報受信手段(例えば、一実施形態における設定情報受付部15)と、前記設定情報受信手段が受信する前記設定情報を蓄積する第2の蓄積手段と、前記通信ネットワークから前記状態遷移情報を受信する状態遷移情報受信手段(例えば、一実施形態における信号判定部11)と、前記状態遷移情報受信手段が受信する前記状態遷移情報に対応する信号変換方式を前記第1の蓄積手段に蓄積される前記対応関係に基づいて特定する信号変換機能特定手段(例えば、一実施形態における信号判定部11)と、前記信号変換機能特定手段が特定する前記信号変換方式に基づき前記状態遷移情報を変換する状態遷移情報変換手段(例えば、一実施形態における信号変換部13)と、前記状態遷移情報に基づき、転送宛先情報を含む前記設定情報を前記第2の蓄積手段から読み出す設定情報取得手段(例えば、一実施形態における信号変換部13)と、前記設定情報取得手段が読み出す前記設定情報の前記転送宛先情報に基づき、前記状態遷移情報変換手段によって変換済みである変換後状態遷移情報を前記情報ネットワークに送信する状態遷移情報送信手段(例えば、一実施形態における信号変換部13)とを有することを特徴とする。   The present invention also includes a transfer device, a communication service providing device that provides a communication service in a communication network, and an information service providing device that provides an information service in an information network, and the communication service and the information service A transfer device in a service cooperation system to cooperate, a first storage unit that stores in advance a correspondence relationship between state transition information and a signal conversion method, and a setting information reception unit that receives setting information from the information network (for example, A setting information receiving unit 15) according to an embodiment; a second storage unit that stores the setting information received by the setting information receiving unit; and a state transition information receiving unit that receives the state transition information from the communication network. For example, the signal determination unit 11) in one embodiment and the state transition information receiving unit receive Signal conversion function specifying means (for example, the signal determination unit 11 in one embodiment) for specifying a signal conversion method corresponding to the state transition information based on the correspondence stored in the first storage means, and the signal State transition information conversion means for converting the state transition information based on the signal conversion method specified by the conversion function specifying means (for example, the signal conversion unit 13 in one embodiment), and transfer destination information based on the state transition information. Based on the setting information acquisition means (for example, the signal conversion unit 13 in one embodiment) that reads the setting information including the setting information from the second storage means, and the transfer destination information of the setting information that the setting information acquisition means reads. State transition information transmitting means for transmitting the converted state transition information that has been converted by the state transition information converting means to the information network (for example, , And having a signal conversion unit 13) in one embodiment.

また、本発明の転送装置は、前記情報ネットワークから前記変換後状態遷移情報に対する応答情報を受信する応答情報受信手段(例えば、一実施形態における信号変換部13)と、前記応答情報受信手段が受信する前記応答情報を、前記状態遷移情報の送信元が有するインタフェースに従う応答情報に変換する応答情報変換手段(例えば、一実施形態における信号変換部13)と、前記応答情報変換手段によって変換済みの応答情報である変換後応答情報を前記状態遷移情報の送信元に送信する応答情報送信手段(例えば、一実施形態における信号転送部14)とをさらに備えることを特徴とする。   The transfer apparatus according to the present invention includes a response information receiving unit (for example, the signal converting unit 13 in one embodiment) that receives response information for the converted state transition information from the information network, and the response information receiving unit receives the response information. Response information converting means (for example, the signal converting unit 13 in one embodiment) that converts the response information to be converted into response information that conforms to the interface of the transmission source of the state transition information, and the response converted by the response information converting means Response information transmitting means (for example, the signal transfer unit 14 in one embodiment) that transmits post-conversion response information that is information to the transmission source of the state transition information is further provided.

また、本発明は、転送装置と、通信ネットワークにおける通信サービスを提供する通信サービス提供装置と、情報ネットワークにおける情報サービスを提供する情報サービス提供装置とを有し、前記通信サービスと前記情報サービスとを連携するサービス連携システムに用いられるコンピュータのプログラムであって、予め状態遷移情報と信号変換方式との対応関係を第1の蓄積手段に蓄積させるステップと、前記情報ネットワークから設定情報を受信する設定情報受信ステップと、受信した前記設定情報を第2の蓄積手段に蓄積させる設定情報蓄積ステップと、前記通信ネットワークから状態遷移情報を受信する状態遷移情報受信ステップと、受信した前記状態遷移情報に対応する信号変換方式を前記第1の蓄積手段に蓄積される前記対応関係に基づいて特定する信号変換機能特定ステップと、特定した前記信号変換方式に基づき前記状態遷移情報を変換する状態遷移情報変換ステップと、前記状態遷移情報に基づき、転送宛先情報を含む前記設定情報を前記第2の蓄積手段から読み出す設定情報取得ステップと、読み出した前記設定情報の前記転送宛先情報に基づき、変換した前記状態遷移情報である変換後状態遷移情報を前記情報ネットワークに送信する状態遷移情報送信ステップとをコンピュータに実行させることを特徴とする。   The present invention also includes a transfer device, a communication service providing device that provides a communication service in a communication network, and an information service providing device that provides an information service in an information network, and the communication service and the information service A computer program used for a service cooperation system to cooperate, a step of storing in a first storage means a correspondence relationship between state transition information and a signal conversion method in advance, and setting information for receiving setting information from the information network Corresponding to the receiving step, the setting information storing step for storing the received setting information in the second storing means, the state transition information receiving step for receiving the state transition information from the communication network, and the received state transition information The correspondence stored in the first storage means signal conversion method A signal conversion function specifying step that is specified based on a relationship; a state transition information converting step that converts the state transition information based on the specified signal conversion method; and the setting information that includes transfer destination information based on the state transition information A setting information acquisition step of reading out from the second storage means, and a state transition for transmitting the converted state transition information, which is the converted state transition information, to the information network based on the transfer destination information of the read setting information The information transmission step is executed by a computer.

本発明によれば、転送装置が、予め状態遷移情報と信号変換方式との対応関係を第1の蓄積手段に蓄積させるステップと、情報ネットワークから設定情報を受信する設定情報受信ステップと、受信した設定情報を第2の蓄積手段に蓄積させる設定情報蓄積ステップとからなる第1の過程と、通信ネットワークから状態遷移情報を受信する状態遷移情報受信ステップと、受信した状態遷移情報を変換する信号変換方式を前記第1の蓄積手段に蓄積される前記対応関係に基づいて特定する信号変換機能特定ステップと、特定した信号変換方式に基づき状態遷移情報を変換する状態遷移情報変換ステップと、状態遷移情報に基づき、転送宛先情報を含む設定情報を前記第2の蓄積手段から読み出す設定情報取得ステップと、読み出した設定情報の転送宛先情報に基づき、変換した状態遷移情報である変換後状態遷移情報を情報ネットワークに送信する状態遷移情報送信ステップとからなる第2の過程とを有することとした。
これにより、連携サービスの開発において通信ネットワークから送信される情報を受信し、処理する特殊な装置が情報ネットワークの情報サービスの開発・提供者側に必要なくなるという効果がある。
また、本発明によれば、通信ネットワーク特有のプロトコルを情報ネットワークで一般的に用いられているプロトコルに変換することにより、通信ネットワークの通信サービスを開発するスキルがない技術者であっても、サービスアプリケーションが容易に開発可能となり、技術者の確保が容易となることにより、結果としては安価にサービス開発が可能となるという効果がある。
したがって、情報ネットワークの情報サービスの開発者にとって通信サービスとの連携サービスの開発が一般的な開発手法、開発環境において可能とする効果がある。
According to the present invention, the transfer device stores the correspondence between the state transition information and the signal conversion method in the first storage unit, the setting information receiving step for receiving the setting information from the information network, A first process comprising a setting information storage step for storing setting information in the second storage means, a state transition information receiving step for receiving state transition information from the communication network, and a signal conversion for converting the received state transition information A signal conversion function specifying step for specifying a method based on the correspondence stored in the first storage means, a state transition information converting step for converting state transition information based on the specified signal conversion method, and state transition information Based on the setting information acquisition step of reading the setting information including the transfer destination information from the second storage means, and the transfer of the read setting information. Based on the destination information, it was decided to have a second step consisting of a state transition information transmission step of transmitting the converted state transition information is converted state transition information to the information network.
Accordingly, there is an effect that a special apparatus for receiving and processing information transmitted from the communication network in the development of the cooperation service is not necessary on the information service developer / provider side of the information network.
Further, according to the present invention, even a technician who does not have a skill to develop a communication service of a communication network by converting a protocol specific to the communication network into a protocol generally used in an information network, The application can be easily developed, and it becomes easy to secure engineers. As a result, there is an effect that the service can be developed at low cost.
Therefore, there is an effect that the information service developer of the information network can develop the cooperation service with the communication service in a general development method and development environment.

また、この発明によれば、第2の過程が、変換後状態遷移情報に対する応答情報を情報ネットワークから受信する応答情報受信ステップと、受信した応答情報を状態遷移情報の送信元が有するインタフェースに従う応答情報に変換する応答情報変換ステップと、変換した応答情報である変換後応答情報を状態遷移情報の送信元に送信する応答情報送信ステップとをさらに備えることとした。
これにより、転送装置は、情報ネットワークから送信される、情報ネットワークのプロトコルによる応答情報を通信ネットワークのプロトコルに変換することができるようになるという効果がある。
According to the present invention, the second process includes a response information receiving step for receiving response information for the converted state transition information from the information network, and a response according to the interface that the transmission source of the state transition information has for the received response information. A response information conversion step for converting the information into information and a response information transmission step for transmitting the converted response information, which is the converted response information, to the transmission source of the state transition information are further provided.
Thereby, the transfer apparatus can convert response information transmitted from the information network according to the protocol of the information network into the protocol of the communication network.

以下、本発明の一実施形態によるサービス連携システムを図面を参照して説明する。
図1は、サービス連携システムの全体構成を示す図である。本実施形態において、サービス連携システムは、通信ネットワーク1と情報ネットワーク2との少なくとも2つのネットワークが転送装置9に接続する。
また、図1において、通信ネットワーク1は、情報通信事業者が構築する電話網やVoIP(Voice over IP)網等の通信ネットワークである。情報ネットワーク2は、企業が本社−支店間や外部事業者のシステムを接続するネットワークやウェブサービスが提供されているインターネットを表す情報ネットワークである。通信ネットワーク1あるいは情報ネットワーク2に接続する通信端末3、情報端末4、兼用端末5は、利用者がサービスを受ける端末装置である。
Hereinafter, a service cooperation system according to an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a diagram illustrating an overall configuration of a service cooperation system. In the present embodiment, in the service cooperation system, at least two networks of the communication network 1 and the information network 2 are connected to the transfer device 9.
In FIG. 1, a communication network 1 is a communication network such as a telephone network or a VoIP (Voice over IP) network constructed by an information communication carrier. The information network 2 is an information network representing the Internet where a company provides a network or web service for connecting a system between a head office and a branch office or an external business operator. The communication terminal 3, the information terminal 4, and the dual-purpose terminal 5 connected to the communication network 1 or the information network 2 are terminal devices that receive services from users.

ここで、通信端末3は、例えば、電話機やVoIP端末などの通信端末である。情報端末4は、例えば、ウェブブラウザやメーラーなどのソフトウェアがインストールされているコンピュータ端末、PC(Personal Computer)等の情報端末である。兼用端末5は、例えば、ウェブアクセス機能搭載携帯電話のような、通話機能と情報通信機能との両方の機能を備える兼用の端末である。設定端末16は、情報ネットワーク2に接続し、情報ネットワークサービス開発者の操作に操作され、当該操作により入力された設定情報を転送装置9に送信する。また、設定端末16は、例えば、ウェブブラウザやメーラーがインストールされているPCのような端末装置である。なお、情報ネットワークサービス開発者による操作によって設定情報を転送装置9に送信する装置は、情報端末4であってもよい。   Here, the communication terminal 3 is a communication terminal such as a telephone or a VoIP terminal. The information terminal 4 is, for example, a computer terminal in which software such as a web browser or a mailer is installed, or an information terminal such as a PC (Personal Computer). The dual-purpose terminal 5 is a dual-purpose terminal having both a call function and an information communication function, such as a mobile phone with a web access function. The setting terminal 16 is connected to the information network 2 and is operated by an operation of the information network service developer, and transmits the setting information input by the operation to the transfer device 9. The setting terminal 16 is a terminal device such as a PC in which a web browser or a mailer is installed, for example. The device that transmits the setting information to the transfer device 9 by an operation by the information network service developer may be the information terminal 4.

通信ネットワーク1は、呼制御装置6と、アプリケーションサーバ7と、転送装置9とを含むネットワークである。通信ネットワーク1において、呼制御装置6は、例えば、交換機やSIPサーバなど、通信端末3や兼用端末5からの発呼信号などの通信制御要求に応じて信号処理を行う装置である。
また、アプリケーションサーバ7は、通信端末3や兼用端末5のような端末の位置情報を取得し、位置情報要求信号に応じて位置情報を提供するサービスや、加入者の状態を取得し、加入者状態情報要求信号に応じて加入者状況情報を提供するサービス等、通信ネットワーク1における高度な通信サービスの提供を行うサーバ装置である。
The communication network 1 is a network including a call control device 6, an application server 7, and a transfer device 9. In the communication network 1, the call control device 6 is a device that performs signal processing in response to a communication control request such as a call signal from the communication terminal 3 or the dual-purpose terminal 5 such as an exchange or a SIP server.
In addition, the application server 7 acquires position information of a terminal such as the communication terminal 3 or the dual-purpose terminal 5, acquires a service that provides position information in accordance with a position information request signal, a subscriber status, and a subscriber. It is a server device that provides advanced communication services in the communication network 1, such as a service that provides subscriber status information in response to a status information request signal.

また、転送装置9は、呼制御装置6、又は、アプリケーションサーバ7から状態遷移情報を受信し、受信した状態遷移情報のプロトコルを変換し、変換した状態遷移情報を情報ネットワークサーバ8に送信する装置である。
ここで、状態遷移情報は、呼制御による状態変化に対応して呼制御装置6から受信する状態遷移情報や、加入者情報の変化に対応してアプリケーションサーバ7から受信する状態遷移情報である。
The transfer device 9 receives state transition information from the call control device 6 or the application server 7, converts the protocol of the received state transition information, and transmits the converted state transition information to the information network server 8. It is.
Here, the state transition information is state transition information received from the call control device 6 in response to a state change due to call control, or state transition information received from the application server 7 in response to a change in subscriber information.

情報ネットワーク2は、情報ネットワークサーバ8を含むネットワークである。情報ネットワーク2において、情報ネットワークサーバ8は、例えば、ウェブインターネットサービス事業者や企業により運営されるウェブサーバ、メールサーバおよびファイルサーバ等であり、情報端末4および兼用端末5の端末からの接続要求に応じて、インターネット接続や、メールサービス、ファイルサーバ提供サービス等の各種サービスを提供する装置である。   The information network 2 is a network including the information network server 8. In the information network 2, the information network server 8 is, for example, a web server, a mail server, a file server, or the like operated by a web internet service provider or company, and responds to connection requests from the terminals of the information terminal 4 and the combined terminal 5. Accordingly, it is a device that provides various services such as Internet connection, mail service, and file server providing service.

次に、本実施形態におけるサービス連携システムを構成する装置の詳細な構成について、図2の機能ブロック図を用いて説明する。ここで、図1と同様の構成については、同一の符号を付し、図1と異なる構成についてのみ説明する。   Next, the detailed configuration of the devices constituting the service cooperation system in the present embodiment will be described with reference to the functional block diagram of FIG. Here, the same components as those in FIG. 1 are denoted by the same reference numerals, and only components different from those in FIG. 1 will be described.

呼制御装置6は、呼制御部60と状態遷移検出部61とを備え、通信ネットワーク1に接続する利用者の端末である通信端末3や兼用端末5から、呼制御要求信号を受信して、接続などの呼制御を行う。また、呼制御装置6は、受信した呼制御要求信号に応じた状態遷移情報のうち、所定の転送条件情報に該当する状態遷移情報を転送装置9に送信する。
呼制御装置6において、呼制御部60は、通信ネットワーク1に接続する通信端末3又は兼用端末5から受信する発呼信号等の呼制御要求信号を受信する。また、呼制御部60は、受信した呼制御要求信号を状態遷移検出部61に出力する。
The call control device 6 includes a call control unit 60 and a state transition detection unit 61. The call control device 6 receives a call control request signal from the communication terminal 3 or the combined terminal 5 that is a user terminal connected to the communication network 1, Performs call control such as connection. Further, the call control device 6 transmits state transition information corresponding to predetermined transfer condition information to the transfer device 9 among the state transition information corresponding to the received call control request signal.
In the call control device 6, the call control unit 60 receives a call control request signal such as a call signal received from the communication terminal 3 or the combined terminal 5 connected to the communication network 1. Further, the call control unit 60 outputs the received call control request signal to the state transition detection unit 61.

状態遷移検出部61は、通信端末3や兼用端末5からの状態情報と、状態変化の原因情報とを含む呼制御要求信号を呼制御部60を介して受信し、受信した呼制御要求信号が、予め記憶する所定の転送条件情報に該当する状態変化であるか否かを判定し、転送条件情報に該当すると判定した場合は転送装置9に、状態遷移情報を送信する。ここで、状態遷移情報は、呼制御要求信号に含まれる状態情報と、状態変化の原因情報とを含む情報である。また、状態情報は、例えば、呼び出し中、呼び出し成功、呼び出し成功の確認応答、通話終了などの通信状態を識別することができる状態識別情報である。また、状態変化の原因情報は、例えば、呼び出し中に、利用者によって受話器が上げられる、利用者によって受話器が置かれるなどの通信状態が変化した原因を示す原因識別情報である。
また、状態遷移検出部61が予め記憶する転送条件情報としては、例えば「sip:9999@xxx.co.jpというSIP−URI宛のSIP信号が到着した場合は、転送装置9にSIP信号を転送する」等である。
The state transition detection unit 61 receives the call control request signal including the state information from the communication terminal 3 or the dual-purpose terminal 5 and the cause information of the state change via the call control unit 60, and the received call control request signal is Then, it is determined whether or not the state change corresponds to predetermined transfer condition information stored in advance, and when it is determined that the transfer condition information corresponds, state transition information is transmitted to the transfer device 9. Here, the state transition information is information including state information included in the call control request signal and cause change cause information. The state information is state identification information that can identify a communication state such as, for example, during a call, a successful call, a confirmation response of a successful call, and a call end. The cause change information of the state change is cause identification information indicating the cause of the change in the communication state such as, for example, when the user picks up the handset or when the user places the handset during the call.
As the transfer condition information stored in advance by the state transition detection unit 61, for example, when a SIP signal addressed to the SIP-URI “sip: 9999@xxx.co.jp” arrives, the SIP signal is transferred to the transfer device 9. To do. "

アプリケーションサーバ7は、加入者情報管理部70と、状態遷移検出部71とを備え、通信ネットワーク1に接続する通信端末3や兼用端末5から加入者情報を取得して、取得した加入者情報が前回加入者情報取得時と変化している場合、加入者情報の変化が、所定の転送条件情報に該当するか否かを判定することにより、転送装置9に状態遷移情報を送信するか否かを判定する。また、アプリケーションサーバ7は、所定の転送条件情報に該当する状態変化であった場合、状態遷移情報を転送装置9に送信する。   The application server 7 includes a subscriber information management unit 70 and a state transition detection unit 71. The application server 7 acquires subscriber information from the communication terminal 3 and the dual-purpose terminal 5 connected to the communication network 1, and the acquired subscriber information Whether or not the state transition information is transmitted to the transfer device 9 by determining whether or not the change of the subscriber information corresponds to predetermined transfer condition information when it has changed from the previous acquisition of the subscriber information Determine. The application server 7 transmits state transition information to the transfer device 9 when the state change corresponds to the predetermined transfer condition information.

アプリケーションサーバ7において、加入者情報管理部70は、例えば、通信端末3や兼用端末5の端末がいずれの基地局に接続しているかを示す接続基地局情報などの加入者情報を取得し、端末識別情報と対応付けて記憶する。また、加入者情報管理部70は、加入者情報を取得した際、前回取得の加入者情報と取得した加入者情報とが異なる場合、加入者情報が変化したことと、変化前後の2つの加入者情報とを状態遷移検出部71に通知する。   In the application server 7, the subscriber information management unit 70 acquires subscriber information such as connection base station information indicating to which base station the terminal of the communication terminal 3 or the dual-purpose terminal 5 is connected, for example, It is stored in association with the identification information. In addition, when the subscriber information is acquired, if the previously acquired subscriber information is different from the acquired subscriber information, the subscriber information management unit 70 indicates that the subscriber information has changed and the two subscriptions before and after the change. The state transition detection unit 71 is notified of the person information.

状態遷移検出部71は、加入者情報管理部70から加入者情報の変化が通知されると、加入者情報管理部70が記憶していた変化前の加入者情報と、変化後の加入者情報とに基づいて状態変化の有無を判定する。例えば、兼用端末5の位置情報が変化した場合や加入者の状態が変化した場合、状態遷移検出部71は、予め記憶する所定の転送条件情報に該当する加入者情報の状態変化であるか否かを判定し、転送条件情報に該当すると判定した場合は転送装置9に対して状態情報や、状態変化の原因情報を含む状態遷移情報を送信する。
また、状態遷移検出部71が予め記憶する転送条件情報としては、例えば「兼用端末5が接続している基地局の識別子が変化した場合は、転送装置9に転送する」等である。
When the change of the subscriber information is notified from the subscriber information management unit 70, the state transition detection unit 71 stores the subscriber information before the change stored in the subscriber information management unit 70 and the subscriber information after the change. Based on the above, the presence / absence of a state change is determined. For example, when the position information of the shared terminal 5 changes or when the subscriber's state changes, the state transition detection unit 71 determines whether or not the subscriber information state changes corresponding to predetermined transfer condition information stored in advance. If it is determined that it corresponds to the transfer condition information, the state information including the state information and the cause information of the state change is transmitted to the transfer device 9.
The transfer condition information stored in advance by the state transition detection unit 71 is, for example, “if the identifier of the base station to which the dual-purpose terminal 5 is connected changes, it is transferred to the transfer device 9”.

通信ネットワーク1の転送装置9は、信号判定部11と、設定情報蓄積部12と、信号変換部13と、信号転送部14と、設定情報受付部15とを備え、呼制御装置6又はアプリケーションサーバ7から受信する通信ネットワーク1のプロトコルの状態遷移情報を、状態遷移情報の宛先に応じたプロトコルに変換し、変換した状態遷移情報を送信する。
転送装置9において、設定情報受付部15は、設定端末16から送信される設定情報を受信し、受信した設定情報を設定情報蓄積部12に書き込む。
The transfer device 9 of the communication network 1 includes a signal determination unit 11, a setting information storage unit 12, a signal conversion unit 13, a signal transfer unit 14, and a setting information reception unit 15, and includes a call control device 6 or an application server. 7 converts the state transition information of the protocol of the communication network 1 received from 7 into a protocol corresponding to the destination of the state transition information, and transmits the converted state transition information.
In the transfer device 9, the setting information receiving unit 15 receives the setting information transmitted from the setting terminal 16 and writes the received setting information in the setting information storage unit 12.

設定情報蓄積部12は、設定情報受付部15が受信した加入者ごとの識別情報と、その加入者に対する宛先情報とを含む設定情報を記憶する。ここで、加入者ごとの識別情報は、例えば、電話番号や、SIP−URI等の加入者ごとの識別情報である。また、宛先情報とは、その識別情報を有する装置に情報を送信する際の送信先のアドレスであり、例えば、情報ネットワーク2の情報ネットワークサーバ8であるウェブサーバ、メールサーバ、ファイルサーバ等のURL(Uniform Resource Locators)や、メールアドレス等の宛先情報である。   The setting information storage unit 12 stores setting information including identification information for each subscriber received by the setting information receiving unit 15 and destination information for the subscriber. Here, the identification information for each subscriber is, for example, identification information for each subscriber such as a telephone number or SIP-URI. The destination information is an address of a transmission destination when information is transmitted to a device having the identification information. For example, a URL of a web server, a mail server, a file server, or the like that is the information network server 8 of the information network 2 (Uniform Resource Locators) and destination information such as a mail address.

信号判定部11は、呼制御装置6あるいはアプリケーションサーバ7から状態遷移情報を受信する。また、信号判定部11は、受信した状態遷移情報のプロトコルと状態遷移情報内の宛先を示す宛先識別情報をもとに、受信した状態遷移情報をいずれの変換方式によって変換を行うかを判定する。この変換方式の判定は、信号判定部11が予め内部の記憶領域に所定の変換方式判定条件を記憶しており、この内部の記憶領域が記憶する所定の変換方式判定条件に該当するか否かによって判定する。
信号判定部11は、判定した状態遷移情報の変換方式に対応する情報変換部131〜135の識別情報と状態遷移情報とを信号変換部13に出力する。ここで、判定した状態遷移情報の変換方式に対応する情報変換部の識別情報とは、信号変換部13が有する変換方式ごとの複数の情報変換部のいずれであるかを示す識別情報である。
The signal determination unit 11 receives state transition information from the call control device 6 or the application server 7. Further, the signal determination unit 11 determines which conversion method is used to convert the received state transition information based on the protocol of the received state transition information and the destination identification information indicating the destination in the state transition information. . In this conversion method determination, the signal determination unit 11 stores a predetermined conversion method determination condition in an internal storage area in advance, and whether or not a predetermined conversion method determination condition stored in the internal storage area is satisfied. Judgment by.
The signal determination unit 11 outputs the identification information and the state transition information of the information conversion units 131 to 135 corresponding to the determined conversion method of the state transition information to the signal conversion unit 13. Here, the identification information of the information conversion unit corresponding to the determined conversion method of the state transition information is identification information indicating which of the plurality of information conversion units for each conversion method the signal conversion unit 13 has.

信号変換部13は、変換方式ごとの情報変換部として、第1形式変換部131、第2形式変換部132、第3形式変換部133、第4形式変換部134、第5形式変換部135を備え、信号判定部11から入力される情報変換部の識別情報に従って、状態遷移情報を変換する。
具体的には、例えば、転送装置9が受信した状態遷移情報がSIPの呼接続信号であるINVITE信号であり、このSIP信号をHTTPに変換するという場合、信号変換部13は、INVITE信号に設定されている宛先を示すSIP−URIアドレスを検索キーとして、設定情報蓄積部12から、情報ネットワークサーバ8であるウェブサーバのURLを読み出す。そして、信号変換部13は、INVITE信号に含まれる送信元SIP−URIや、SIP信号に含まれる媒体情報(音声・映像など)をHTTPのリクエストパラメータとし、情報ネットワークサーバ8のプロトコルに対応するHTTPリクエストを生成する。
The signal converter 13 includes a first format converter 131, a second format converter 132, a third format converter 133, a fourth format converter 134, and a fifth format converter 135 as information converters for each conversion method. The state transition information is converted according to the identification information of the information conversion unit input from the signal determination unit 11.
Specifically, for example, when the state transition information received by the transfer device 9 is an INVITE signal that is a SIP call connection signal, and the SIP signal is converted to HTTP, the signal conversion unit 13 sets the INVITE signal. The URL of the web server that is the information network server 8 is read out from the setting information storage unit 12 using the SIP-URI address indicating the destination as a search key. Then, the signal conversion unit 13 uses the source SIP-URI included in the INVITE signal and the medium information (such as audio / video) included in the SIP signal as HTTP request parameters, and the HTTP corresponding to the protocol of the information network server 8. Generate a request.

また、信号変換部13は、状態遷移情報に含まれる宛先情報を検索キーとして、設定情報蓄積部12から変換後の状態遷移情報を送信する宛先情報を含む情報を読み出し、情報ネットワーク2の情報ネットワークサーバ8に変換後の状態遷移情報を送信する。また、信号変換部13は、情報ネットワークサーバ8から受信する応答情報を通信ネットワーク1に適合した信号に戻す。具体的には、例えば、信号変換部13は、受信した応答情報に基づき、呼制御装置6、又は、アプリケーションサーバ7から受信したSIP信号の宛先情報を、受信した応答情報に含まれる宛先情報に書き換える。
信号転送部14は、信号変換部13により通信ネットワーク1に適合した応答情報を通信ネットワーク1に送信する。
Further, the signal conversion unit 13 reads out information including destination information for transmitting the converted state transition information from the setting information storage unit 12 using the destination information included in the state transition information as a search key, and the information network of the information network 2 The converted state transition information is transmitted to the server 8. Further, the signal converter 13 returns the response information received from the information network server 8 to a signal suitable for the communication network 1. Specifically, for example, the signal conversion unit 13 converts the destination information of the SIP signal received from the call control device 6 or the application server 7 into the destination information included in the received response information based on the received response information. rewrite.
The signal transfer unit 14 transmits response information suitable for the communication network 1 to the communication network 1 by the signal conversion unit 13.

なお、信号判定部11は、内部の記憶領域に、例えば、以下のような、状態遷移情報の変換方式判定条件と、その変換方式判定条件に対応する変換方式との対応関係を記憶する。信号判定部11は、この対応関係に基づいて状態遷移情報の変換方式判定を行う。
状態遷移情報が、「SIPプロトコルのINVITE信号」かつ「Toヘッダ」が「0120」から始まる番号であった場合、信号判定部11は、状態遷移情報をSip信号からHttpリクエストへ変換する第1形式変換部131を選択する。
同様に、状態遷移情報が、「SIPプロトコルのINVITE信号」かつ「Toヘッダ」が「0660」から始まる番号であった場合、信号判定部11は、SipからHttpリクエストへ変換する第2形式変換部132を選択する。
状態遷移情報が、「SIPプロトコルのINVITE信号」であった場合、信号判定部11は、SIPからSOAPリクエストへ変換する第3形式変換部133を選択する。
状態遷移情報が、「SIPプロトコルの200OK信号」であった場合、信号判定部11は、SIPからSOAPリクエストへ変換する第4形式変換部134を選択する。
状態遷移情報が、「HTTPプロトコル」かつ「GETパラメータに”LOCATION”というデータが設定されている」場合、信号判定部11は、Http位置情報からHttpリクエストへ変換する第5形式変換部135を選択する。
The signal determination unit 11 stores, in the internal storage area, for example, the correspondence relationship between the conversion method determination condition for the state transition information and the conversion method corresponding to the conversion method determination condition as follows. The signal determination unit 11 performs the state transition information conversion method determination based on this correspondence.
In the case where the state transition information is a number starting with “0120” and the “To header” of the SIP protocol INVITE signal, the signal determination unit 11 converts the state transition information from the SIP signal to the HTTP request. The conversion unit 131 is selected.
Similarly, when the state transition information is “SIP protocol INVITE signal” and “To header” is a number starting from “0660”, the signal determination unit 11 converts the SIP into an HTTP request. 132 is selected.
When the state transition information is “INVITE signal of SIP protocol”, the signal determination unit 11 selects the third format conversion unit 133 that converts the SIP into a SOAP request.
When the state transition information is “200 OK signal of SIP protocol”, the signal determination unit 11 selects the fourth format conversion unit 134 that converts the SIP into a SOAP request.
When the state transition information is “HTTP protocol” and “DATA parameter“ LOCATION ”is set”, the signal determination unit 11 selects the fifth format conversion unit 135 for converting the HTTP position information into the HTTP request. To do.

なお、本実施形態における信号変換部13が備える状態遷移情報の変換機能は、上記に限られず、状態遷移情報を受信した際のプロトコルや、宛先情報、状態情報などの組み合わせごとにそれぞれ異なる変換機能を備えることが可能である。例えば、信号変換部13が備える状態遷移情報の変換機能としては、HTTP変換、SMTP変換、FTP変換等がある。   Note that the state transition information conversion function provided in the signal conversion unit 13 in the present embodiment is not limited to the above, and a different conversion function for each combination of protocol, destination information, state information, and the like when the state transition information is received. Can be provided. For example, the state transition information conversion function of the signal conversion unit 13 includes HTTP conversion, SMTP conversion, FTP conversion, and the like.

情報ネットワーク2において、情報ネットワークサーバ8は、受信したHTTPリクエストのリクエストパラメータに基づいて信号処理を行うことで、利用者にサービスを提供するアプリケーションを備えている。また、情報ネットワークサーバ8は、HTTPリクエストに対する応答情報を送信する場合、すなわち、転送装置9から、発呼に応じる端末のSIP−URIを要求する要求信号を受信した際に、応答情報として、任意のSIP−URIを返信するものとする。
ここで、例えば、情報ネットワークサーバ8を管理する事業者がコールセンタ用として、複数の電話回線を契約していた場合、HTTPリクエストの応答情報としていずれか一つの電話番号を応答する。任意のSIP−URIとは、このような場合において、契約している複数の電話回線のいずれかの電話回線のSIP−URIであることを意味する。
In the information network 2, the information network server 8 includes an application that provides a service to the user by performing signal processing based on the request parameter of the received HTTP request. Further, when the information network server 8 transmits the response information for the HTTP request, that is, when the request signal for requesting the SIP-URI of the terminal responding to the call is received from the transfer device 9, the information network server 8 is arbitrarily set as the response information. The SIP-URI is returned.
Here, for example, when a business operator managing the information network server 8 has contracted a plurality of telephone lines for a call center, any one telephone number is returned as response information of an HTTP request. Arbitrary SIP-URI means that in such a case, it is a SIP-URI of one of a plurality of contracted telephone lines.

次に、本発明の一実施形態におけるサービス連携システムの動作例について図3を用いて説明する。
本実施形態において、以下の場合を例にして、第1の過程と、第2の過程とからなる動作例を説明する。第1の過程は、情報ネットワーク管理者により操作される設定端末16が、当該操作により入力される設定情報を転送装置9に送信し、転送装置9において、設定情報受付部15が受信した設定情報を設定情報蓄積部12に書き込む過程である。
Next, an operation example of the service cooperation system in an embodiment of the present invention will be described with reference to FIG.
In the present embodiment, an operation example including the first process and the second process will be described by taking the following case as an example. In the first process, the setting terminal 16 operated by the information network administrator transmits the setting information input by the operation to the transfer device 9, and the setting information received by the setting information receiving unit 15 in the transfer device 9. Is written in the setting information storage unit 12.

第2の過程は、呼制御装置6が、発呼信号を通信端末3から受信し、呼制御装置6が、受信した発呼信号に対応する状態遷移情報を転送装置9に対して送信する。転送装置9において、呼制御装置6から受信した状態遷移情報の変換を行い、情報ネットワークサーバ8に変換した状態遷移情報を送信する。ここで、情報ネットワークサーバ8は、HTTPリクエストを受け付けるウェブアプリケーションを備えているものとする。情報ネットワークサーバ8は、受信した変換後の状態遷移情報に対応する応答情報を転送装置9に送信し、転送装置9は、受信した応答情報を呼制御装置6のプロトコルに対応させて変換し、変換した応答情報を呼制御装置6に送信する。ここで、連携サービスとしては、情報ネットワークサービス開発者によって、時間によって応答する電話機を変更するウェブアプリケーションが開発され、情報ネットワークサーバ8上に当該ウェブアプリケーションが備えられる場合を例に説明する。   In the second process, the call control device 6 receives a call signal from the communication terminal 3, and the call control device 6 transmits state transition information corresponding to the received call signal to the transfer device 9. In the transfer device 9, the state transition information received from the call control device 6 is converted, and the converted state transition information is transmitted to the information network server 8. Here, it is assumed that the information network server 8 includes a web application that accepts an HTTP request. The information network server 8 transmits response information corresponding to the received state transition information after conversion to the transfer device 9, and the transfer device 9 converts the received response information according to the protocol of the call control device 6, The converted response information is transmitted to the call control device 6. Here, as an example of the cooperation service, a case where a web application that changes a telephone that responds with time is developed by an information network service developer and the web application is provided on the information network server 8 will be described as an example.

<第1の過程>
図3において、設定端末16は、情報ネットワーク管理者によって操作され、当該操作により入力される設定情報を転送装置9に送信する(ステップS1)。転送装置9において、設定情報受付部15は、設定情報を受信し(ステップS2)、受信した設定情報を設定情報蓄積部12に蓄積する(ステップS3)。
また、設定端末16は、情報ネットワーク管理者の入力を受け付け、情報ネットワークサーバ8にウェブサービスにおけるアプリケーションとして、8時〜18時は○○番で応答し、これ以外の時間は××番で応答するというアプリケーションを書き込む(ステップS4)。
<First process>
In FIG. 3, the setting terminal 16 is operated by the information network manager and transmits the setting information input by the operation to the transfer device 9 (step S1). In the transfer device 9, the setting information receiving unit 15 receives the setting information (step S2), and stores the received setting information in the setting information storage unit 12 (step S3).
In addition, the setting terminal 16 receives input from the information network administrator, and responds to the information network server 8 as an application in the web service by responding with an XX number from 8:00 to 18:00, and responding with an XX number at other times. The application to be written is written (step S4).

<第2の過程>
通信端末3は、呼制御装置6に発呼を示す発呼信号を送信する(ステップS5)。呼制御装置6において、呼制御部60は、発呼信号を受信し、受信した発呼信号を状態遷移検出部61に出力する(ステップS6)。状態遷移検出部61は、入力された発呼信号が転送条件に該当する状態変化であるか否かを判定する(ステップS7)。このとき、入力された発呼信号が転送条件に該当しないと判定された場合、呼制御部60は、発呼信号に応じた信号処理を行って、処理を終了する(ステップS20)。一方、入力された発呼信号が転送条件に該当すると判定された場合、状態遷移検出部61は、発呼信号に応じた状態遷移情報を転送装置9に送信する(ステップS8)。
<Second process>
The communication terminal 3 transmits a call signal indicating a call to the call control device 6 (step S5). In the call control device 6, the call control unit 60 receives the call signal and outputs the received call signal to the state transition detection unit 61 (step S6). The state transition detection unit 61 determines whether or not the input call signal is a state change corresponding to the transfer condition (step S7). At this time, when it is determined that the input call signal does not satisfy the transfer condition, the call control unit 60 performs signal processing according to the call signal and ends the process (step S20). On the other hand, when it is determined that the input call signal satisfies the transfer condition, the state transition detection unit 61 transmits the state transition information corresponding to the call signal to the transfer device 9 (step S8).

転送装置9において、信号判定部11は、状態遷移情報を受信し(ステップS9)、受信した状態遷移情報のプロトコル、状態情報、状態変化の原因情報に基づき、上述のように、状態遷移情報の変換方式を判定し、信号変換部13に判定した変換方式に対応する情報変換部の識別情報と、状態遷移情報とを出力する(ステップS10)。
信号変換部13において、入力された情報変換部の識別情報に対応する情報変換部、例えば、第1形式変換部131は、入力された状態遷移情報を、所定の変換方式に従って、情報ネットワークサーバ8が受付可能なHTTPリクエストの形式に状態遷移情報を変換する。ここで、呼制御装置6から受信した状態遷移情報は、通信端末3からの発呼信号に基づく状態遷移情報であるため、HTTPリクエストは、通信端末3の通話先となるSIP−URIを要求する要求信号を含むこととなる。
In the transfer device 9, the signal determination unit 11 receives the state transition information (step S9), and based on the received protocol of the state transition information, the state information, and the cause information of the state change, as described above, The conversion method is determined, and the identification information of the information conversion unit corresponding to the determined conversion method and the state transition information are output to the signal conversion unit 13 (step S10).
In the signal conversion unit 13, the information conversion unit corresponding to the input identification information of the information conversion unit, for example, the first format conversion unit 131 converts the input state transition information into the information network server 8 according to a predetermined conversion method. The state transition information is converted into an HTTP request format that can be accepted. Here, since the state transition information received from the call control device 6 is state transition information based on a call signal from the communication terminal 3, the HTTP request requests a SIP-URI that is a communication destination of the communication terminal 3. A request signal will be included.

また、第1形式変換部131は、入力された状態遷移情報の宛先情報を検索キーとして設定情報蓄積部12から変換後の状態遷移情報の送信先のアドレスを読み出す(ステップS11)。
第1形式変換部131は、読み出した返信先のアドレスに基づいて、変換後の状態遷移情報を情報ネットワーク2の情報ネットワークサーバ8に送信する(ステップS12)。
The first format conversion unit 131 reads the destination address of the converted state transition information from the setting information storage unit 12 using the destination information of the input state transition information as a search key (step S11).
The first format conversion unit 131 transmits the converted state transition information to the information network server 8 of the information network 2 based on the read reply destination address (step S12).

情報ネットワークサーバ8は、転送装置9から変換後の状態遷移情報を受信すると、変換後の状態遷移情報であるHTTPリクエストのSIP−URIを要求する要求信号に応じて、応答情報を生成する。このとき、ステップS4において、設定端末16から書き込まれたアプリケーションによって、HTTPリクエストの受信時間に応じた電話番号を示すSIP−URIを含む情報を応答情報とし、生成した応答情報を転送装置9に送信する(ステップS13)。   When the information network server 8 receives the converted state transition information from the transfer device 9, the information network server 8 generates response information in response to a request signal for requesting the SIP request URI of the HTTP request that is the converted state transition information. At this time, in step S4, the application written from the setting terminal 16 uses the information including the SIP-URI indicating the telephone number corresponding to the reception time of the HTTP request as response information, and transmits the generated response information to the transfer device 9. (Step S13).

転送装置9は、情報ネットワークサーバ8から応答情報を受信すると(ステップS14)、上述のように、信号変換部13は、呼制御装置6から受信したSIP信号の宛先情報を、情報ネットワークサーバ8から受信した応答情報のSIP−URIに書き換えることにより、通信ネットワーク1に適合した応答情報に変換する(ステップS15)。信号変換部13は、変換した応答情報を呼制御装置6に送信し(ステップS16)、呼制御装置6において、呼制御部60が応答情報を受信し接続処理を行う(ステップS17)。   When the transfer device 9 receives the response information from the information network server 8 (step S14), as described above, the signal conversion unit 13 receives the destination information of the SIP signal received from the call control device 6 from the information network server 8. By rewriting the SIP-URI of the received response information, the response information is converted into response information suitable for the communication network 1 (step S15). The signal conversion unit 13 transmits the converted response information to the call control device 6 (step S16). In the call control device 6, the call control unit 60 receives the response information and performs connection processing (step S17).

上記に述べたとおり、本発明を実施するための最良の形態によれば、情報ネットワークの情報サービスの開発者にとって通信サービスとの連携サービスの開発が一般的な開発手法、開発環境において可能になる効果がある。また、本発明によれば、通信ネットワークにて管理している呼制御の状態変化、あるいは加入者情報の変化を情報通信ネットワークの情報サービスにおいて利用可能となり、それらの情報を用いた新たな情報サービスの開発が容易に可能となるという利点が得られる。
また、本発明によれば、情報ネットワークの情報サービスと通信ネットワークの通信サービスとを連携した新たな連携サービスの開発が促進され、通信ネットワークサービス事業者と情報ネットワークサービス事業者の両者にとって新たなサービス市場を開拓できるという利点が得られる。
As described above, according to the best mode for carrying out the present invention, it is possible for an information service developer of an information network to develop a cooperation service with a communication service in a general development method and development environment. effective. Further, according to the present invention, a change in the state of call control managed in the communication network or a change in subscriber information can be used in the information service of the information communication network, and a new information service using the information It is possible to obtain the advantage that development of the above can be easily performed.
Further, according to the present invention, development of a new link service that links an information service of an information network and a communication service of a communication network is promoted, and a new service is provided for both the communication network service provider and the information network service provider. The advantage of opening up the market is obtained.

なお、一実施形態において、情報ネットワークサーバ8が応答情報として、契約している複数の電話回線のいずれかの電話回線のSIP−URIを宛先情報として転送装置9に送信する構成としたが、その他に、例えば、通話元である加入者のSIP−URIによって重要顧客だと判断した場合、すなわち、予め重要顧客のSIP−URIを情報ネットワークサーバ8が記憶しており、情報ネットワークサーバ8がステップS12において受信する要求情報の送信元のSIP−URIと情報ネットワークサーバ8が記憶する重要顧客のSIP−URIとが一致した場合、応答情報の宛先情報として送信するSIP−URIとして、つながりやすいSIP−URIや、重要顧客専用のSIP−URIなどを指定し、重要顧客のSIP−URIが要求情報の送信元のSIP−URIと一致しない、一般の顧客からの要求情報であると判断した場合は、SIP−URIを変更しないなどであってもよい。本発明よれば、このような、通信ネットワークと通信するアプリケーションを開発する際、通信ネットワークの通信サービスを開発するスキルがない技術者であっても容易に、情報ネットワークサーバ8が備える従来よりも一層高度な転送サービスを提供するアプリケーションを開発することが可能となる。   In the embodiment, the information network server 8 is configured to transmit the SIP-URI of one of a plurality of contracted telephone lines as response information to the transfer apparatus 9 as response information. For example, when it is determined that the customer is an important customer based on the SIP-URI of the subscriber who is the caller, that is, the information network server 8 stores the SIP-URI of the important customer in advance, and the information network server 8 performs step S12. If the SIP-URI of the transmission source of the request information received at the information network server 8 matches the SIP-URI of the important customer stored in the information network server 8, the SIP-URI that is easily connected as the SIP-URI to be transmitted as the destination information of the response information Or SIP-URI for important customers, etc., and SIP-URI for important customers It does not match the source of the SIP-URI of the determined information, if it is determined that the request information from the general customer, it may be a not change the SIP-URI. According to the present invention, when developing such an application that communicates with a communication network, even an engineer who does not have a skill to develop a communication service of the communication network can easily perform the process more than the conventional one provided in the information network server 8. It is possible to develop an application that provides an advanced transfer service.

また、本発明によれば、アプリケーションサーバ7が加入者の位置情報の変更を検出した場合、加入者情報である利用者の位置情報の変化がHTTPリクエストとして情報ネットワークサーバ8に送信することは、転送装置9を備えることによって、容易に実施可能となり、情報ネットワークにおけるサービス開発者が常に加入者の位置を把握したサービスを提供することが可能となり、近年注目されている加入者の状況に応じて動的にサービス内容を変化させることを特徴とするユビキタスサービスの実現も容易となる効果がある。
また、本発明によれば、状態遷移情報が、アプリケーションサーバ7や、情報ネットワークサーバ8が提供するサービスにおいて、利用者に提供中のサービスのサービス状態の状態遷移情報についても適用可能である。
Further, according to the present invention, when the application server 7 detects a change in the location information of the subscriber, the change in the location information of the user as the subscriber information is transmitted to the information network server 8 as an HTTP request. By providing the transfer device 9, it can be easily implemented, and a service developer in the information network can always provide a service that grasps the location of the subscriber. There is an effect that it is easy to realize a ubiquitous service characterized by dynamically changing service contents.
Further, according to the present invention, the state transition information can be applied to the state transition information of the service state of the service being provided to the user in the service provided by the application server 7 or the information network server 8.

また、設定情報蓄積部12が記憶する設定情報を、設定情報受付部15を介して情報ネットワークサービス開発者から容易に変更可能とすることにより、例えば、ウェブサーバのURILを変更するなど、情報ネットワークサーバ8上のサービスの仕様に変更を加えた場合でも容易に連携サービスに反映させることが可能となる。
なお、本発明は、図1〜図3を用いて説明した形態に限定されるものではなく、本発明に係わる技術的思想を逸脱しない範囲であれば、種々の変更が可能である。
In addition, the setting information stored in the setting information storage unit 12 can be easily changed from the information network service developer via the setting information receiving unit 15, for example, by changing the URIL of the web server. Even when the service specifications on the server 8 are changed, it can be easily reflected in the linked service.
The present invention is not limited to the embodiment described with reference to FIGS. 1 to 3, and various modifications can be made without departing from the technical idea related to the present invention.

なお、上述の通信端末3、情報端末4、兼用端末5、呼制御装置6、アプリケーションサーバ7、情報ネットワークサーバ8、及び転送装置9は、内部にコンピュータシステムを有している。そして、転送装置9の信号判定部11、信号変換部13、信号転送部14、設定情報受付部15、並びに、呼制御装置6の呼制御部60、状態遷移検出部61、アプリケーションサーバ7の70、状態遷移検出部71、情報ネットワークサーバ8の動作の過程は、プログラムの形式でコンピュータ読み取り可能な記録媒体に記憶されており、このプログラムをコンピュータシステムが読み出して実行することによって、上記処理が行われる。ここでいうコンピュータシステムとは、CPU及び各種メモリやOS、周辺機器等のハードウェアを含むものである。
また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、フラッシュメモリ等の書き込み可能な不揮発性メモリ、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。
Note that the communication terminal 3, the information terminal 4, the dual purpose terminal 5, the call control device 6, the application server 7, the information network server 8, and the transfer device 9 described above have a computer system therein. The signal determination unit 11, the signal conversion unit 13, the signal transfer unit 14, the setting information reception unit 15 of the transfer device 9, the call control unit 60 of the call control device 6, the state transition detection unit 61, and 70 of the application server 7. The operation process of the state transition detection unit 71 and the information network server 8 is stored in a computer-readable recording medium in the form of a program. The computer system reads and executes this program, so that the above processing is performed. Is called. The computer system here includes a CPU, various memories, an OS, and hardware such as peripheral devices.
Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW system is used.
The “computer-readable recording medium” means a flexible disk, a magneto-optical disk, a ROM, a writable nonvolatile memory such as a flash memory, a portable medium such as a CD-ROM, a hard disk built in a computer system, etc. This is a storage device.

さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(例えばDRAM(Dynamic Random Access Memory))のように、一定時間プログラムを保持しているものも含むものとする。
また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。
また、上記プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、前述した機能をコンピュータシステムに既に記録されているプログラムとの組合せで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。
Further, the “computer-readable recording medium” means a volatile memory (for example, DRAM (Dynamic DRAM) in a computer system that becomes a server or a client when a program is transmitted through a network such as the Internet or a communication line such as a telephone line. Random Access Memory)), etc., which hold programs for a certain period of time.
The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting the program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.
The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.

上記に説明したとおり、本発明が産業上の利用が可能であることは明らかである。即ち、連携サービスの開発において情報ネットワークサービス開発者に特殊な装置が必要なくなり、通信ネットワークの通信サービスを開発するスキルがない技術者であっても、ウェブサービスを提供するアプリケーションが容易に開発可能となり、技術者の確保が容易となることにより、結果として、安価にサービス開発が可能となる。また通信ネットワークが管理する呼制御の状態変化、あるいは加入者情報の変化を情報通信ネットワークの情報サービスにおいて利用可能となり、これらの情報を用いた新たな情報サービスの開発が容易に可能となり、さらに情報ネットワークの情報サービスと通信ネットワークの通信サービスとを連携した新たな連携サービスの開発が促進されることから、連携サービスの利用が拡大し、システム及び関連装置の需要が一層高まることが期待できる。   As described above, it is obvious that the present invention can be industrially used. In other words, special devices are not required for information network service developers in the development of collaborative services, and even an engineer who does not have skills to develop communication services for communication networks can easily develop applications that provide web services. As a result, it becomes possible to develop a service at a low cost by securing engineers. In addition, changes in the state of call control managed by the communication network, or changes in subscriber information can be used in information services of the information communication network, and new information services using these information can be easily developed. Since the development of a new cooperative service that links the network information service and the communication service of the communication network is promoted, it is expected that the use of the cooperative service will expand and the demand for the system and related devices will further increase.

本発明の一実施形態によるサービス連携システムの全体構成を示すブロック図である。1 is a block diagram illustrating an overall configuration of a service cooperation system according to an embodiment of the present invention. 同実施形態による主として転送装置9の内部構成を示すブロック図である。4 is a block diagram mainly showing an internal configuration of a transfer device 9 according to the embodiment. FIG. 同実施形態によるサービス連携システムの動作フローを示す図である。It is a figure which shows the operation | movement flow of the service cooperation system by the embodiment.

符号の説明Explanation of symbols

1…通信ネットワーク
2…情報ネットワーク
3…通信端末(電話機、VoIP端末等)
4…情報端末(PC等)
5…兼用端末(ウェブアクセス機能付き携帯電話、PDA等)
6…呼制御装置(SIPサーバ、電話交換機等)
7…アプリケーションサーバ
8…情報ネットワークサーバ(ウェブサーバ、メールサーバ等)
9…転送装置
11…信号判定部
12…設定情報蓄積部
13…信号変換部
14…信号転送部
15…設定情報受付部
16…設定端末
60…呼制御部
61…状態遷移検出部
70…加入者情報管理部
71…状態遷移検出部
131…第1形式変換部
132…第2形式変換部
133…第3形式変換部
134…第4形式変換部
135…第5形式変換部
DESCRIPTION OF SYMBOLS 1 ... Communication network 2 ... Information network 3 ... Communication terminal (telephone, VoIP terminal, etc.)
4 ... Information terminal (PC etc.)
5 ... Dual-purpose terminal (cell phone with PDA, PDA, etc.)
6. Call control device (SIP server, telephone exchange, etc.)
7 ... Application server 8 ... Information network server (web server, mail server, etc.)
DESCRIPTION OF SYMBOLS 9 ... Transfer apparatus 11 ... Signal determination part 12 ... Setting information storage part 13 ... Signal conversion part 14 ... Signal transfer part 15 ... Setting information reception part 16 ... Setting terminal 60 ... Call control part 61 ... State transition detection part 70 ... Subscriber Information management unit 71 ... state transition detection unit 131 ... first format conversion unit 132 ... second format conversion unit 133 ... third format conversion unit 134 ... fourth format conversion unit 135 ... fifth format conversion unit

Claims (7)

転送装置と、通信ネットワークにおける通信サービスを提供する通信サービス提供装置と、情報ネットワークにおける情報サービスを提供する情報サービス提供装置とを有し、前記通信サービスと前記情報サービスとを連携するサービス連携システムにおけるサービス連携方法であって、
前記転送装置が、予め状態遷移情報と信号変換方式との対応関係を第1の蓄積手段に蓄積させるステップと、
前記情報ネットワークから設定情報を受信する設定情報受信ステップと、
受信した前記設定情報を第2の蓄積手段に蓄積させる設定情報蓄積ステップとからなる第1の過程と、
前記通信ネットワークから前記状態遷移情報を受信する状態遷移情報受信ステップと、
受信した前記状態遷移情報に対応する信号変換方式を前記第1の蓄積手段に蓄積される前記対応関係に基づいて特定する信号変換機能特定ステップと、
特定した前記信号変換方式に基づき前記状態遷移情報を変換する状態遷移情報変換ステップと、
前記状態遷移情報に基づき、転送宛先情報を含む前記設定情報を前記第2の蓄積手段から読み出す設定情報取得ステップと、
読み出した前記設定情報の前記転送宛先情報に基づき、変換した前記状態遷移情報である変換後状態遷移情報を前記情報ネットワークに送信する状態遷移情報送信ステップとからなる第2の過程と
を有することを特徴とするサービス連携方法。
In a service cooperation system that includes a transfer device, a communication service providing device that provides a communication service in a communication network, and an information service providing device that provides an information service in an information network, and links the communication service and the information service Service linkage method,
The transfer device storing the correspondence between the state transition information and the signal conversion method in the first storage means in advance;
A setting information receiving step for receiving setting information from the information network;
A first process comprising a setting information storage step of storing the received setting information in a second storage means;
A state transition information receiving step for receiving the state transition information from the communication network;
A signal conversion function specifying step for specifying a signal conversion method corresponding to the received state transition information based on the correspondence stored in the first storage means;
A state transition information conversion step for converting the state transition information based on the identified signal conversion method;
A setting information acquisition step for reading out the setting information including transfer destination information from the second storage unit based on the state transition information;
A second process comprising a state transition information transmitting step of transmitting the converted state transition information, which is the converted state transition information, to the information network based on the transfer destination information of the read setting information. A characteristic service linkage method.
前記第2の過程は、
前記情報ネットワークから前記変換後状態遷移情報に対する応答情報を受信する応答情報受信ステップと、
受信した前記応答情報を前記状態遷移情報の送信元が有するインタフェースに従う応答情報に変換する応答情報変換ステップと、
変換した応答情報である変換後応答情報を前記状態遷移情報の送信元に送信する応答情報送信ステップとを有する
ことを特徴とする請求項1に記載のサービス連携方法。
The second process includes:
A response information receiving step for receiving response information for the converted state transition information from the information network;
A response information conversion step of converting the received response information into response information according to an interface included in a transmission source of the state transition information;
The service cooperation method according to claim 1, further comprising: a response information transmission step of transmitting converted response information that is converted response information to a transmission source of the state transition information.
前記状態遷移情報受信ステップにおいて受信する前記状態遷移情報は、
前記通信ネットワークにおける呼制御による状態変化を示す前記状態遷移情報である
ことを特徴とする請求項1または2に記載の連携サービス提供方法。
The state transition information received in the state transition information receiving step is:
The cooperative service providing method according to claim 1 or 2, wherein the state transition information indicates a state change by call control in the communication network.
前記状態遷移情報受信ステップにおいて受信する前記状態遷移情報は、
前記通信ネットワークにおける加入者情報の変化を示す前記状態遷移情報である
ことを特徴とする請求項1または2に記載の連携サービス提供方法。
The state transition information received in the state transition information receiving step is:
It is the said state transition information which shows the change of the subscriber information in the said communication network. The cooperation service provision method of Claim 1 or 2 characterized by the above-mentioned.
転送装置と、通信ネットワークにおける通信サービスを提供する通信サービス提供装置と、情報ネットワークにおける情報サービスを提供する情報サービス提供装置とを有し、前記通信サービスと前記情報サービスとを連携するサービス連携システムにおける転送装置であって、
予め状態遷移情報と信号変換方式との対応関係を蓄積する第1の蓄積手段と、
前記情報ネットワークから設定情報を受信する設定情報受信手段と、
前記設定情報受信手段が受信する前記設定情報を蓄積する第2の蓄積手段と、
前記通信ネットワークから前記状態遷移情報を受信する状態遷移情報受信手段と、
前記状態遷移情報受信手段が受信する前記状態遷移情報に対応する信号変換方式を前記第1の蓄積手段に蓄積される前記対応関係に基づいて特定する信号変換機能特定手段と、
前記信号変換機能特定手段が特定する前記信号変換方式に基づき前記状態遷移情報を変換する状態遷移情報変換手段と、
前記状態遷移情報に基づき、転送宛先情報を含む前記設定情報を前記第2の蓄積手段から読み出す設定情報取得手段と、
前記設定情報取得手段が読み出す前記設定情報の前記転送宛先情報に基づき、前記状態遷移情報変換手段によって変換済みである変換後状態遷移情報を前記情報ネットワークに送信する状態遷移情報送信手段と
を有することを特徴とする転送装置。
In a service cooperation system that includes a transfer device, a communication service providing device that provides a communication service in a communication network, and an information service providing device that provides an information service in an information network, and links the communication service and the information service A transfer device,
First storage means for storing the correspondence between the state transition information and the signal conversion method in advance;
Setting information receiving means for receiving setting information from the information network;
Second storage means for storing the setting information received by the setting information receiving means;
State transition information receiving means for receiving the state transition information from the communication network;
A signal conversion function specifying means for specifying a signal conversion method corresponding to the state transition information received by the state transition information receiving means based on the correspondence stored in the first storage means;
State transition information converting means for converting the state transition information based on the signal conversion method specified by the signal conversion function specifying means;
Setting information acquisition means for reading out the setting information including transfer destination information from the second storage means based on the state transition information;
State transition information transmitting means for transmitting the converted state transition information converted by the state transition information converting means to the information network based on the transfer destination information of the setting information read by the setting information acquiring means. A transfer device characterized by the above.
前記情報ネットワークから前記変換後状態遷移情報に対する応答情報を受信する応答情報受信手段と、
前記応答情報受信手段が受信する前記応答情報を、前記状態遷移情報の送信元が有するインタフェースに従う応答情報に変換する応答情報変換手段と、
前記応答情報変換手段によって変換済みの応答情報である変換後応答情報を前記状態遷移情報の送信元に送信する応答情報送信手段と、
をさらに備えることを特徴とする請求項5に記載の転送装置。
Response information receiving means for receiving response information for the converted state transition information from the information network;
Response information conversion means for converting the response information received by the response information receiving means into response information according to an interface of a transmission source of the state transition information;
Response information transmitting means for transmitting response information after conversion, which is response information converted by the response information converting means, to a transmission source of the state transition information;
The transfer device according to claim 5, further comprising:
転送装置と、通信ネットワークにおける通信サービスを提供する通信サービス提供装置と、情報ネットワークにおける情報サービスを提供する情報サービス提供装置とを有し、前記通信サービスと前記情報サービスとを連携するサービス連携システムに用いられるコンピュータのプログラムであって、
予め状態遷移情報と信号変換方式との対応関係を第1の蓄積手段に蓄積させるステップと、
前記情報ネットワークから設定情報を受信する設定情報受信ステップと、
受信した前記設定情報を第2の蓄積手段に蓄積させる設定情報蓄積ステップと、
前記通信ネットワークから状態遷移情報を受信する状態遷移情報受信ステップと、
受信した前記状態遷移情報に対応する信号変換方式を前記第1の蓄積手段に蓄積される前記対応関係に基づいて特定する信号変換機能特定ステップと、
特定した前記信号変換方式に基づき前記状態遷移情報を変換する状態遷移情報変換ステップと、
前記状態遷移情報に基づき、転送宛先情報を含む前記設定情報を前記第2の蓄積手段から読み出す設定情報取得ステップと、
読み出した前記設定情報の前記転送宛先情報に基づき、変換した前記状態遷移情報である変換後状態遷移情報を前記情報ネットワークに送信する状態遷移情報送信ステップと
をコンピュータに実行させることを特徴とするプログラム。
A service cooperation system that includes a transfer device, a communication service providing device that provides a communication service in a communication network, and an information service providing device that provides an information service in an information network, and links the communication service and the information service. A computer program used,
Storing the correspondence between the state transition information and the signal conversion method in the first storage means in advance;
A setting information receiving step for receiving setting information from the information network;
A setting information storage step for storing the received setting information in a second storage means;
A state transition information receiving step for receiving state transition information from the communication network;
A signal conversion function specifying step for specifying a signal conversion method corresponding to the received state transition information based on the correspondence stored in the first storage means;
A state transition information conversion step for converting the state transition information based on the identified signal conversion method;
A setting information acquisition step for reading out the setting information including transfer destination information from the second storage unit based on the state transition information;
A program for causing a computer to execute a state transition information transmission step of transmitting, to the information network, post-conversion state transition information that is converted state transition information based on the transfer destination information of the read setting information .
JP2006310256A 2006-11-16 2006-11-16 Service cooperation method, transfer device, and program Expired - Fee Related JP4767821B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006310256A JP4767821B2 (en) 2006-11-16 2006-11-16 Service cooperation method, transfer device, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006310256A JP4767821B2 (en) 2006-11-16 2006-11-16 Service cooperation method, transfer device, and program

Publications (2)

Publication Number Publication Date
JP2008131080A true JP2008131080A (en) 2008-06-05
JP4767821B2 JP4767821B2 (en) 2011-09-07

Family

ID=39556543

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006310256A Expired - Fee Related JP4767821B2 (en) 2006-11-16 2006-11-16 Service cooperation method, transfer device, and program

Country Status (1)

Country Link
JP (1) JP4767821B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012531149A (en) * 2009-06-23 2012-12-06 ドイチェ テレコム アクチエンゲゼルシャフト Method and program for starting a second service in response to a first service

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004247916A (en) * 2003-02-13 2004-09-02 Nippon Telegr & Teleph Corp <Ntt> Sip service control system coping with web link and control method
JP2004362236A (en) * 2003-06-04 2004-12-24 Oki Electric Ind Co Ltd Communication system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004247916A (en) * 2003-02-13 2004-09-02 Nippon Telegr & Teleph Corp <Ntt> Sip service control system coping with web link and control method
JP2004362236A (en) * 2003-06-04 2004-12-24 Oki Electric Ind Co Ltd Communication system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012531149A (en) * 2009-06-23 2012-12-06 ドイチェ テレコム アクチエンゲゼルシャフト Method and program for starting a second service in response to a first service
US9235431B2 (en) 2009-06-23 2016-01-12 Deutsche Telekom Ag Method and program for initiating a second service in dependency of a first service

Also Published As

Publication number Publication date
JP4767821B2 (en) 2011-09-07

Similar Documents

Publication Publication Date Title
JP5444995B2 (en) Session sharing system, method and program, and user terminal
US8396973B2 (en) Distributed speech service
RU2499359C2 (en) Client controlled dynamic call forwarding
EP3367650A1 (en) Dynamic user state dependent processing
CN101911664A (en) Service control device, service control system, and method
JP5227885B2 (en) Cooperation method for linking Web system and VoIP system, VoIP system, and cooperation program
JP4832482B2 (en) Protocol conversion apparatus and protocol conversion method
JPWO2006003758A1 (en) COMMUNICATION SYSTEM, TRANSFER CONTROL METHOD, TELEPHONE DEVICE, COMMUNICATION DEVICE, AND PROGRAM USED FOR THE SAME
JP4767821B2 (en) Service cooperation method, transfer device, and program
JP4813339B2 (en) Network service platform apparatus, service cooperation system, service cooperation method, and service cooperation program
JP5775034B2 (en) Communication destination solving apparatus, gateway apparatus, communication destination solving method, and program
JP2010516131A (en) Method for discovering a telephone-based web server, and electronic equipment and computer program related to the method
JP4044082B2 (en) Selection device, conversion device, selection method, conversion method, computer program
CN113726968B (en) Terminal communication method, device, server and storage medium
JP2006333220A (en) Network telephone system, and server device thereof
JP2008113381A (en) Communication system
JP5678473B2 (en) Information processing terminal
JP3937346B2 (en) Terminal, answering machine system and program
JP2004214948A (en) Packet communication method, packet communication equipment, packet communication program and packet communication program recording medium
JP7340835B2 (en) Program, information processing method, and information processing device
JP3844724B2 (en) Wide area network system and wide area network communication method
JP2004070753A (en) Method and program for starting logical address service, logical address management device, application execution device, logical address service management program, storage medium storing logical address service management program, and storage medium storing logical address service starting program
JP2008177756A (en) Communication control processing providing system, device, method, and program
JP2009048476A (en) Media application service system and media application service method
Liscano et al. Projecting Web services using presence communication protocols for pervasive computing

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090123

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110201

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110328

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

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

Free format text: PAYMENT UNTIL: 20140624

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees