JP2011066468A - Communication terminal device, communication control method for communication terminal device and communication control program - Google Patents

Communication terminal device, communication control method for communication terminal device and communication control program Download PDF

Info

Publication number
JP2011066468A
JP2011066468A JP2009212608A JP2009212608A JP2011066468A JP 2011066468 A JP2011066468 A JP 2011066468A JP 2009212608 A JP2009212608 A JP 2009212608A JP 2009212608 A JP2009212608 A JP 2009212608A JP 2011066468 A JP2011066468 A JP 2011066468A
Authority
JP
Japan
Prior art keywords
terminal
communication
key information
encrypted data
conference terminal
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
JP2009212608A
Other languages
Japanese (ja)
Other versions
JP5482046B2 (en
Inventor
Satoshi Tanaka
聡史 田中
Hirokazu Sato
弘和 佐藤
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.)
Brother Industries Ltd
Original Assignee
Brother Industries Ltd
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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2009212608A priority Critical patent/JP5482046B2/en
Publication of JP2011066468A publication Critical patent/JP2011066468A/en
Application granted granted Critical
Publication of JP5482046B2 publication Critical patent/JP5482046B2/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 communication terminal device unfailingly delivering key information to an opposite party's terminal before the arrival of encrypted data to the opposite party's terminal, and also to provide a communication control method for the communication terminal device, and a communication control program. <P>SOLUTION: When key exchange starts on an opposite party's conference terminal 4 to perform encrypted communication, a conference terminal 3 considers a half of a communication time between transmission of INVITE to the conference terminal 4 and return of Ringing as an arrival time required for reaching of the data from the conference terminal 3 to the conference terminal 4. Then, the key information is added to ACK and transmits to the conference terminal 4, and after the arrival time elapses, the encrypted data are transmitted. In this way, the encrypted audio/video data are prevented from reaching the conference terminal 4 before the key information, irrespective of the network condition of the Internet. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、通信端末装置、通信端末装置の通信制御方法及び通信制御プログラムに関し、詳細には、SIPを用いたシステムで使用され、相手側端末との間でネットワークを介して暗号化したデータを送受信する機能を備えた通信端末装置、通信端末装置の通信制御方法及び通信制御プログラムに関する。   The present invention relates to a communication terminal device, a communication control method for a communication terminal device, and a communication control program. Specifically, the present invention is used in a system using SIP and encrypts data encrypted with a partner terminal via a network. The present invention relates to a communication terminal device having a function of transmitting and receiving, a communication control method for the communication terminal device, and a communication control program.

従来、SIP(Session Initiation Protocol)を用いたシステムで使用され、相手側端末との間でネットワークを介してデータを送受信する機能を備えた通信装置が知られている(例えば、特許文献1参照)。このような通信装置で、クライアントと暗号化通信を行う際には、暗号化に用いる鍵情報をクライアント間で交換する必要がある。鍵情報を交換するプロトコルはいくつか提案されており、例えば、SDES(Session Description Protocol Security for Media Streams)というプロトコルが知られている。   2. Description of the Related Art Conventionally, a communication device that is used in a system using SIP (Session Initiation Protocol) and has a function of transmitting and receiving data to and from a partner terminal via a network is known (for example, see Patent Document 1). . In such a communication device, when performing encrypted communication with a client, it is necessary to exchange key information used for encryption between the clients. Several protocols for exchanging key information have been proposed. For example, a protocol called SDES (Session Description Protocol Security for Media Streams) is known.

このSDESは、SIPメッセージに付与するSDPの中に、暗号化の鍵情報を書き込むことで、クライアント間で鍵交換を行うプロトコルである。このようなプロトコルを用いて、相手先に音声・映像データを送信する際、相手先に送信した鍵情報を使ってデータを暗号化する。その場合、受け取った暗号化された音声・映像データを復号化するためには、相手先から鍵情報を先に受け取っている必要がある。   This SDES is a protocol for exchanging keys between clients by writing encryption key information in the SDP attached to the SIP message. When audio / video data is transmitted to the other party using such a protocol, the data is encrypted using the key information transmitted to the other party. In this case, in order to decrypt the received encrypted audio / video data, it is necessary to receive key information from the other party first.

特開2006−311125号公報JP 2006-31125 A

しかしながら、呼び出し要求「INVITE」された側から鍵情報を交換し始めた場合、「INVITE」した側の鍵情報が相手側に届いたかどうかを確認することなく、音声・映像データの送信を開始することになる。そして、ネットワークの状況によっては、鍵情報よりも先に暗号化された音声・映像データが到着することがある。この場合、鍵情報がまだ到着していないため、データを復号化できないという問題点があった。   However, when the key information is exchanged from the side where the call request is “INVITE”, the transmission of the audio / video data is started without confirming whether the key information of the “INVITE” side has arrived at the other side. It will be. Depending on network conditions, encrypted audio / video data may arrive before the key information. In this case, there is a problem that the data cannot be decrypted because the key information has not yet arrived.

また、映像と音声を端末間で送受信することで遠隔会議を実施するテレビ会議システムでは、IピクチャとPピクチャで映像データを送受信するため、複号化できない部分にIピクチャが含まれると、そのIピクチャを参照して映像となるPピクチャも復号できないので、長時間映像が再生できなくなるという問題点もあった。   Also, in a video conference system that conducts a remote conference by transmitting and receiving video and audio between terminals, video data is transmitted and received in I and P pictures, so if an I picture is included in a portion that cannot be decoded, There is also a problem that it is impossible to reproduce a video for a long time because a P picture that is a video cannot be decoded with reference to an I picture.

本発明は、上記課題を解決するためになされたものであり、暗号化データが相手側の端末に届くよりも先に鍵情報を確実に届けることができる通信端末装置、通信端末装置の通信制御方法及び通信制御プログラムを提供することを目的とする。   The present invention has been made to solve the above-described problem, and is capable of reliably delivering key information before encrypted data reaches the partner terminal, and communication control of the communication terminal apparatus. It is an object to provide a method and a communication control program.

本発明の第1態様に係る通信端末装置は、SIP(Session Initiation Protocol)を用いたシステムで使用され、相手側端末との間でネットワークを介して暗号化したデータを送受信する機能を備えた通信端末装置であって、前記相手側端末との間にセッションを確立するために通信開始要求メッセージを前記相手側端末に送信する通信開始要求メッセージ送信手段と、前記通信開始要求メッセージを受信した前記相手側端末から出力され、通信開始要求に応じたことを通知する成功メッセージを受信する成功メッセージ受信手段と、当該成功メッセージを受信した場合に、前記暗号化したデータを解読するための鍵の情報である鍵情報を付与した応答メッセージを前記相手側端末に送信する応答メッセージ送信手段と、当該応答メッセージ送信手段によって前記応答メッセージが前記相手側端末に送信された後、所定条件で待機した後で、前記暗号化したデータを前記相手側端末に送信する暗号化データ送信手段とを備えている。   The communication terminal device according to the first aspect of the present invention is a communication that is used in a system using SIP (Session Initiation Protocol) and has a function of transmitting / receiving encrypted data to / from a partner terminal via a network. A terminal device, a communication start request message transmitting means for transmitting a communication start request message to the counterpart terminal in order to establish a session with the counterpart terminal, and the counterpart that has received the communication start request message A success message receiving means for receiving a success message that is output from the terminal and notifying that the communication start request has been accepted, and information on a key for decrypting the encrypted data when the success message is received. Response message transmission for transmitting a response message with certain key information to the counterpart terminal And encrypted data transmission means for transmitting the encrypted data to the counterpart terminal after waiting on a predetermined condition after the response message is transmitted to the counterpart terminal by the response message transmission means. It has.

第1態様に係る通信端末装置は、SIP(Session Initiation Protocol)を用いたシステムで使用され、相手側端末との間でネットワークを介して暗号化したデータを送受信する機能を備えるものである。まず、通信開始要求メッセージ送信手段が、相手側端末との間にセッションを確立するために通信開始要求メッセージを相手側端末に送信する。次いで、成功メッセージが通信開始要求メッセージを受信した相手側端末から出力され、通信開始要求に応じたことを通知する成功メッセージを成功メッセージ受信手段によって受信する。さらに、成功メッセージを受信した場合に、応答メッセージ送信手段が、暗号化したデータを解読するための鍵の情報である鍵情報を付与した応答メッセージを相手側端末に送信する。そして、その応答メッセージ送信手段によって応答メッセージが相手側端末に送信された後、暗号化データ送信手段が、所定条件で待機した後で、暗号化したデータを相手側端末に送信する。これにより、相手側端末で、鍵情報が受信された後で暗号化したデータが受信されるので、相手側端末では暗号化したデータを鍵情報で確実に復号化できる。   The communication terminal device according to the first aspect is used in a system using SIP (Session Initiation Protocol), and has a function of transmitting / receiving encrypted data to / from a partner terminal via a network. First, the communication start request message transmitting means transmits a communication start request message to the counterpart terminal in order to establish a session with the counterpart terminal. Next, a success message is output from the counterpart terminal that received the communication start request message, and a success message notifying that the communication start request has been accepted is received by the success message receiving means. Further, when the success message is received, the response message transmitting means transmits a response message to which the key information, which is key information for decrypting the encrypted data, is added to the counterpart terminal. Then, after the response message is transmitted to the counterpart terminal by the response message transmission means, the encrypted data transmission means transmits the encrypted data to the counterpart terminal after waiting on a predetermined condition. Thus, since the encrypted data is received after the key information is received at the counterpart terminal, the encrypted data can be reliably decrypted with the key information at the counterpart terminal.

また、第1態様において、前記相手側端末から鍵情報を受信する鍵情報受信手段と、当該鍵情報受信手段によって前記鍵情報を受信したか否かを判断する鍵情報受信判断手段とを備え、前記応答メッセージ送信手段は、前記成功メッセージ受信手段によって前記成功メッセージが受信され、且つ前記鍵情報受信判断手段によって前記鍵情報が受信したと判断された場合に、自拠点側の前記鍵情報を付与した応答メッセージを前記相手側端末に送信するようにしてもよい。これにより、相手側から鍵交換が開始され、それに対応する鍵情報を相手側端末に送信する場合でも、相手側端末で、鍵情報が受信された後で暗号化したデータが受信されるので、相手側端末では暗号化したデータを鍵情報で確実に復号化できる。   Further, in the first aspect, comprising: key information receiving means for receiving key information from the counterpart terminal; and key information reception determining means for determining whether or not the key information has been received by the key information receiving means, The response message transmission means adds the key information on the local site side when the success message is received by the success message reception means and the key information reception determination means determines that the key information has been received. The response message may be transmitted to the counterpart terminal. As a result, even when key exchange is started from the other party and the corresponding key information is transmitted to the other terminal, the encrypted data is received after the key information is received at the other terminal. The partner terminal can securely decrypt the encrypted data with the key information.

また、第1態様において、通信端末間のネットワーク遅延時間を測定する遅延時間計測手段と、当該遅延時間計測手段によって計測された前記遅延時間に基づき、前記応答メッセージの前記相手側端末における到達時間を推測する到達時間推測手段とを備え、前記暗号化データ送信手段は、前記到達時間推測手段によって推測された前記到達時間が経過するまで待機し、前記到達時間が経過した場合に前記暗号化したデータを送信するようにしてもよい。つまり、遅延時間計測手段によって計測された遅延時間に基づき、到達時間推測手段が、応答メッセージの相手側端末における到達時間を推測する。そして、暗号化データ送信手段は、その到達時間推測手段によって推測された到達時間が経過するまで待機し、到達時間が経過した場合に暗号化したデータを送信する。これにより、鍵情報を相手側端末に送信した場合の到達時間を推測できるので、その到達時間が経過した後で、暗号化データを送信することで、相手側端末では、鍵情報が受信された後で暗号化したデータを受信できる。よって、相手側端末では暗号化したデータを鍵情報で確実に復号化できる。   In the first aspect, the delay time measuring means for measuring the network delay time between the communication terminals, and the arrival time of the response message at the counterpart terminal based on the delay time measured by the delay time measuring means. And the encrypted data transmission means waits until the arrival time estimated by the arrival time estimation means elapses, and the encrypted data when the arrival time elapses. May be transmitted. That is, based on the delay time measured by the delay time measuring means, the arrival time estimating means estimates the arrival time of the response message at the partner terminal. The encrypted data transmission unit waits until the arrival time estimated by the arrival time estimation unit elapses, and transmits the encrypted data when the arrival time elapses. As a result, the arrival time when the key information is transmitted to the partner terminal can be estimated, and after the arrival time has elapsed, the encrypted data is transmitted to the partner terminal so that the key information is received. You can receive encrypted data later. Therefore, the partner terminal can reliably decrypt the encrypted data with the key information.

また、第1態様において、前記相手側端末から送信された前記暗号化データを受信する暗号化データ受信手段を備え、前記暗号化データ送信手段は、前記暗号化データ受信手段が、前記相手側端末から送信された前記暗号化データを受信するまで待機し、前記暗号化データを受信した場合に、自拠点側で暗号化したデータを前記相手側端末に送信するようにしてもよい。暗号化データ受信手段が、相手側端末から送信された前記暗号化データを受信する。そして、暗号化データ送信手段は、その暗号化データ受信手段が、相手側端末から送信された暗号化データを受信するまで待機し、暗号化データを受信した場合に、自拠点側で暗号化したデータを相手側端末に送信する。つまり、相手側端末からデータが送信される前に、鍵情報を既に送信しているので、相手側端末から送信されたデータを受信した場合は、鍵情報は相手側端末に既に届いている。よって、相手側端末から送信された暗号化データを受信するまで待機し、暗号化データを受信した場合に、自拠点側で暗号化したデータを相手側端末に送信することで、相手側端末では、鍵情報が受信された後で暗号化したデータを受信できる。よって、相手側端末では暗号化したデータを鍵情報で確実に復号化できる。   In the first aspect, the data processing device further comprises encrypted data receiving means for receiving the encrypted data transmitted from the counterpart terminal, wherein the encrypted data receiving means is configured such that the encrypted data receiving means is the counterpart terminal. It is possible to wait until the encrypted data transmitted from the mobile station is received, and when the encrypted data is received, the data encrypted on the local site side may be transmitted to the counterpart terminal. Encrypted data receiving means receives the encrypted data transmitted from the counterpart terminal. Then, the encrypted data transmitting means waits until the encrypted data receiving means receives the encrypted data transmitted from the counterpart terminal, and when the encrypted data is received, the encrypted data is encrypted at the local site side. Send data to the partner terminal. That is, since the key information has already been transmitted before the data is transmitted from the counterpart terminal, when the data transmitted from the counterpart terminal is received, the key information has already reached the counterpart terminal. Therefore, it waits until the encrypted data transmitted from the partner terminal is received. When the encrypted data is received, the partner terminal transmits the encrypted data to the partner terminal. The encrypted data can be received after the key information is received. Therefore, the partner terminal can reliably decrypt the encrypted data with the key information.

本発明の第2態様に係る通信端末装置の通信制御方法は、SIP(Session Initiation Protocol)を用いたシステムで使用され、相手側端末との間でネットワークを介して暗号化したデータを送受信する機能を備えた通信端末装置の通信制御方法であって、前記相手側端末との間でセッションを確立するために通信開始要求メッセージを前記相手側端末に送信する通信開始要求メッセージ送信ステップと、前記通信開始メッセージを受信した前記相手側端末から出力され、通信開始要求に応じたことを通知する成功メッセージを受信する成功メッセージ受信ステップと、当該成功メッセージを受信した場合に、前記暗号化したデータを解読するための鍵の情報である鍵情報を付与した応答メッセージを前記相手側端末に送信する応答メッセージ送信ステップと、当該応答メッセージ送信ステップにおいて前記応答メッセージが前記相手側端末に送信された後、所定条件で待機した後で、前記暗号化したデータを前記相手側端末に送信する暗号化データ送信ステップとを備えている。   The communication control method of the communication terminal device according to the second aspect of the present invention is a function that is used in a system using SIP (Session Initiation Protocol) and transmits / receives encrypted data to / from a partner terminal via a network. A communication start request message transmission step of transmitting a communication start request message to the counterpart terminal in order to establish a session with the counterpart terminal; and A success message receiving step that receives a success message that is output from the counterpart terminal that has received the start message and notifies that a communication start request has been accepted, and decrypts the encrypted data when the success message is received A response message with key information, which is key information for A response message transmission step to be transmitted to the terminal, and after the response message is transmitted to the counterpart terminal in the response message transmission step, the encrypted data is transmitted to the counterpart terminal after waiting on a predetermined condition And an encrypted data transmission step.

第2態様に係る通信端末装置の通信制御方法は、SIP(Session Initiation Protocol)を用いたシステムで使用され、相手側端末との間でネットワークを介して暗号化したデータを送受信するものである。まず、通信開始要求メッセージ送信ステップにおいて、相手側端末との間でセッションを確立するために通信開始要求メッセージが相手側端末に送信される。次いで、成功メッセージ受信ステップにおいて、通信開始メッセージを受信した前記相手側端末から出力され、通信開始要求に応じたことを通知する成功メッセージが受信される。さらに成功メッセージを受信した場合に、応答メッセージ送信ステップにおいて、暗号化したデータを解読するための鍵の情報である鍵情報を付与した応答メッセージが相手側端末に送信される。そして、応答メッセージが相手側端末に送信された後、暗号化データ送信ステップにおいて、所定条件で待機した後で、暗号化したデータが相手側端末に送信される。これにより、相手側端末で、鍵情報が受信された後で暗号化したデータが受信されるので、相手側端末では暗号化したデータを鍵情報で確実に復号化できる。   The communication control method of the communication terminal device according to the second aspect is used in a system using SIP (Session Initiation Protocol), and transmits / receives encrypted data to / from a partner terminal via a network. First, in a communication start request message transmission step, a communication start request message is transmitted to the counterpart terminal in order to establish a session with the counterpart terminal. Next, in a success message receiving step, a success message is received that is output from the counterpart terminal that has received the communication start message and notifies that the communication start request has been accepted. Further, when the success message is received, in the response message transmission step, a response message to which key information that is key information for decrypting the encrypted data is added is transmitted to the counterpart terminal. Then, after the response message is transmitted to the counterpart terminal, in the encrypted data transmission step, after waiting on a predetermined condition, the encrypted data is transmitted to the counterpart terminal. Thus, since the encrypted data is received after the key information is received at the counterpart terminal, the encrypted data can be reliably decrypted with the key information at the counterpart terminal.

本発明の第3態様に係る通信制御プログラムは、請求項1乃至4の何れかに記載の通信端末装置の各種処理手段としてコンピュータを機能させることを特徴とする。   A communication control program according to a third aspect of the present invention is characterized by causing a computer to function as various processing means of a communication terminal device according to any one of claims 1 to 4.

第3態様に係る通信制御プログラムは、請求項1乃至4の何れかに記載の通信端末装置の各種処理手段としてコンピュータを機能させるので、請求項1乃至4の何れかに記載の効果を得ることができる。   Since the communication control program according to the third aspect causes the computer to function as various processing means of the communication terminal device according to any one of claims 1 to 4, the effect according to any one of claims 1 to 4 is obtained. Can do.

会議システム1の構成を示すシステム図である。1 is a system diagram showing a configuration of a conference system 1. FIG. 会議端末3と会議端末4とにおける通信の流れを時系列で示したシーケンス図(会議端末3から鍵交換を開始した場合)である。It is the sequence figure (when key exchange was started from conference terminal 3) which showed the flow of communication in conference terminal 3 and conference terminal 4 in time series. 会議端末3,4の電気的構成を示すブロック図である。It is a block diagram which shows the electrical structure of the conference terminals 3 and 4. FIG. RAM43の各種記憶領域を示すブロック図である。3 is a block diagram showing various storage areas of a RAM 43. FIG. CPU41によるデータ送信開始処理のフローチャートである。It is a flowchart of the data transmission start process by CPU41. 会議端末3と会議端末4との通信の流れを時系列で示したシーケンス図(会議端末4から鍵交換を開始した場合)である。It is the sequence figure (when key exchange was started from conference terminal 4) which showed the flow of communication with conference terminal 3 and conference terminal 4 in time series. CPU41によるデータ送信開始処理の第1変形例のフローチャートである。It is a flowchart of the 1st modification of the data transmission start process by CPU41. CPU41によるデータ送信開始処理の第2変形例のフローチャートである。It is a flowchart of the 2nd modification of the data transmission start process by CPU41. 第2変形例における会議端末3と会議端末4との通信の流れを時系列で示したシーケンス図(会議端末4から鍵交換を開始した場合)である。It is the sequence figure (when key exchange was started from conference terminal 4) which showed the flow of communication with conference terminal 3 and conference terminal 4 in the 2nd modification in time series.

以下、本発明の一実施形態である会議端末3,4について、図面を参照して説明する。なお、これらの図面は、本発明が採用しうる技術的特徴を説明するために用いられるものであり、記載されている装置、端末の構成、各種処理のフローチャートなどは、特に特定的な記載がない限り、それのみに限定する趣旨ではなく、単なる説明例である。   Hereinafter, conference terminals 3 and 4 according to an embodiment of the present invention will be described with reference to the drawings. These drawings are used to explain the technical features that can be adopted by the present invention, and the described devices, terminal configurations, flowcharts of various processes, and the like have particularly specific descriptions. As long as there is not, it is not the meaning limited only to it but a mere explanatory example.

はじめに、会議端末3,4を構成要素とする会議システム1の概要について、図1を参照して説明する。会議システム1は、インターネット2に接続された会議端末3と、会議端末4と、通信制御装置5とを備えている。会議端末3,4の間で、インターネット2を介して、映像データと音声データを送受信することによって、遠隔会議を実施できる。なお、本実施形態では、説明の便宜上、会議端末3を自拠点側とし、会議端末4を相手拠点側として説明する。   First, an overview of the conference system 1 including the conference terminals 3 and 4 as constituent elements will be described with reference to FIG. The conference system 1 includes a conference terminal 3 connected to the Internet 2, a conference terminal 4, and a communication control device 5. A remote conference can be performed by transmitting and receiving video data and audio data between the conference terminals 3 and 4 via the Internet 2. In the present embodiment, for convenience of explanation, the conference terminal 3 is described as the local site side, and the conference terminal 4 is described as the partner site side.

まず、会議端末3,4について説明する。会議端末3,4は、インターネット2を介して他の端末と通信を行い、端末の所有者間で通話を実行させる機能(IP電話機能)を少なくとも備えている。IP電話機能を実現するための呼制御プロトコルとして、SIP(Session Initiation Protocol)が用いられる。会議端末3,4としては、専用端末の他、据え置き型のPC、携帯端末等が利用可能である。会議端末3,4には、ユーザを撮影するためのカメラ52が各々設けられている。   First, the conference terminals 3 and 4 will be described. The conference terminals 3 and 4 have at least a function (IP telephone function) for communicating with other terminals via the Internet 2 and executing a call between terminal owners. SIP (Session Initiation Protocol) is used as a call control protocol for realizing the IP telephone function. As the conference terminals 3 and 4, a stationary PC, a portable terminal, etc. can be used in addition to a dedicated terminal. The conference terminals 3 and 4 are each provided with a camera 52 for photographing the user.

会議端末3,4には、ユーザを識別するための識別情報がそれぞれ割り当てられている。SIPにおいては、SIPアドレスが識別情報に相当する。ユーザは、SIPアドレスを指定して特定のユーザの通話端末を呼び出すことによって、特定のユーザと通話を行うことが可能となる。   Identification information for identifying the user is assigned to each of the conference terminals 3 and 4. In SIP, the SIP address corresponds to identification information. The user can make a call with a specific user by designating the SIP address and calling the specific user's call terminal.

次に、通信制御装置5について説明する。通信制御装置5は、SIPにおけるSIPサーバとして機能する。通信制御装置5は、ユーザ、電話番号、IPアドレス等を集中管理している。通信制御装置5は、会議端末3,4からの問い合わせ(リクエスト)を受け取って中継するプロキシ機能を少なくとも備えている。なお、通信制御装置5は、会議端末3,4からの登録要求を受け付けるレジスタ機能、相手の会議端末3,4の移動先を調べて問い合わせ元に教えるリダイレクト機能、会議端末3,4の情報(端末の場所等)を管理するロケーション機能を備えていてもよい。   Next, the communication control device 5 will be described. The communication control device 5 functions as a SIP server in SIP. The communication control device 5 centrally manages users, telephone numbers, IP addresses, and the like. The communication control device 5 has at least a proxy function that receives and relays an inquiry (request) from the conference terminals 3 and 4. The communication control device 5 has a register function that accepts registration requests from the conference terminals 3 and 4, a redirect function that examines the destination of the other conference terminal 3 and 4 and tells the inquiry source, and information on the conference terminals 3 and 4 ( A location function for managing the location of the terminal) may be provided.

次に、通信制御装置5のプロキシ機能について説明する。プロキシ機能では、会議端末3,4からの呼び出し要求を受け付けて、相手側の会議端末3,4にパケットを転送する。そこで、一例として、会議端末3の接続要求を受けて、相手側の会議端末4にパケットを転送する一般的な例について、図2のシーケンス図を参照して説明する。   Next, the proxy function of the communication control device 5 will be described. The proxy function accepts a call request from the conference terminals 3 and 4 and transfers the packet to the conference terminals 3 and 4 on the other side. Therefore, as an example, a general example of receiving a connection request from the conference terminal 3 and transferring a packet to the conference terminal 4 on the other side will be described with reference to the sequence diagram of FIG.

まず、T1タイミングで、会議端末3が、通話の開始を要求するための信号(以下、呼び出し要求「INVITE」という。)を通信制御装置5に対して送信する。通信制御装置5では、呼び出し要求「INVITE」を受信した場合、相手先の会議端末4のSIPアドレスなどを調査し、T2タイミングで、受信した呼び出し要求「INVITE」を調査した会議端末4に対して転送する。次いで、T3タイミングで、呼び出し要求「INVITE」の実行中であることを通知するための信号(以下、実行応答「100 Trying」という。)を、会議端末3に送信する。   First, the conference terminal 3 transmits a signal for requesting the start of a call (hereinafter referred to as a call request “INVITE”) to the communication control device 5 at the timing T1. When the communication control device 5 receives the call request “INVITE”, the communication control device 5 checks the SIP address of the conference terminal 4 of the other party, and responds to the conference terminal 4 that investigated the received call request “INVITE” at the timing T2. Forward. Next, a signal for notifying that the call request “INVITE” is being executed (hereinafter referred to as an execution response “100 Trying”) is transmitted to the conference terminal 3 at the timing T3.

一方、呼び出し要求を受けた相手先の会議端末4では、呼び出し処理が実行され、T4タイミングで、暫定的な応答を通知するための信号(以下、暫定応答「180 Ringing」という。)が通信制御装置5に送信される。通信制御装置5では、暫定応答「180 Ringing」を受信した場合、T5タイミングで、その暫定応答「180 Ringing」を会議端末3に対して転送する。さらに相手先の会議端末4では、オフフックされると、T6タイミングで、通信が成功したことを通知するための信号(以下、成功応答「200 OK」)が通信制御装置5に対して送信される。   On the other hand, in the destination conference terminal 4 that has received the call request, a call process is executed, and a signal for notifying a provisional response (hereinafter referred to as provisional response “180 Ringing”) at the timing T4 is communication controlled. It is transmitted to the device 5. When receiving the provisional response “180 Ringing”, the communication control device 5 transfers the provisional response “180 Ringing” to the conference terminal 3 at the timing T5. Further, when the destination conference terminal 4 is off-hooked, a signal for notifying that the communication has succeeded (hereinafter, a success response “200 OK”) is transmitted to the communication control device 5 at the timing T6. .

そして、通信制御装置5では、成功応答「200 OK」を受信した場合、T7タイミングで、その成功応答を会議端末3に転送する。会議端末3では、成功応答を受信すると、T8タイミングで、セッションを確立したことを了解する旨の信号(以下、確認応答「ACK」という。)を通信制御装置5に送信する。通信制御装置5では、確認応答「ACK」を受信した場合、その確認応答を会議端末4に転送する。そして、会議端末4にて確認応答「ACK」が受信されると、会議端末3と会議端末4との間で映像データ及び音声データ通信が開始される(T9,T10タイミング)。   When the communication control device 5 receives the success response “200 OK”, the communication control device 5 transfers the success response to the conference terminal 3 at T7 timing. Upon receiving the success response, the conference terminal 3 transmits a signal indicating that the session has been established (hereinafter referred to as an acknowledgment “ACK”) to the communication control device 5 at T8 timing. When receiving the confirmation response “ACK”, the communication control device 5 transfers the confirmation response to the conference terminal 4. When the confirmation response “ACK” is received by the conference terminal 4, video data and audio data communication is started between the conference terminal 3 and the conference terminal 4 (timing T 9 and T 10).

次に、SDESについて説明する。会議システム1では、会議端末3と4との間で、暗号化した映像データ及び音声データを送受信する暗号化通信が行われる。暗号化通信を行う際には、鍵情報をクライアント間で交換する必要がある。本実施形態では、鍵情報を交換するプロトコルとして、SDES(Session Description Protocol Security Description for Media Streams)を使用する。SDESは、暗号化及び復号化の処理が早いことから、映像データ及び音声データを送受信するシステムに適している。SDESでは、SIPメッセージに付与するSDPの中に、暗号化するための鍵情報が書き込まれる。これにより、クライアント間で鍵交換を行うことができる。   Next, SDES will be described. In the conference system 1, encrypted communication for transmitting / receiving encrypted video data and audio data is performed between the conference terminals 3 and 4. When performing encrypted communication, it is necessary to exchange key information between clients. In this embodiment, SDES (Session Description Protocol Security Description for Media Streams) is used as a protocol for exchanging key information. SDES is suitable for a system that transmits and receives video data and audio data because encryption and decryption are fast. In SDES, key information for encryption is written in the SDP added to the SIP message. Thereby, key exchange can be performed between clients.

次に、鍵交換をする場合において、自拠点側である会議端末3から鍵交換を開始するケース1と、相手拠点である会議端末4から鍵交換を開始するケース2とについて、図2に示すシーケンス図を参照して順に説明する。   Next, FIG. 2 shows a case 1 in which key exchange is started from the conference terminal 3 on the local site side and a case 2 in which key exchange is initiated from the conference terminal 4 on the other site in the case of key exchange. This will be described in sequence with reference to the sequence diagram.

・ケース1:自拠点である会議端末3から鍵交換を開始する例
T1タイミングで、自拠点である会議端末3から呼び出し要求「INVITE」をする際に、そのSIPメッセージに、会議端末3から送信される暗号化データを復号化する際に必要な共通の鍵の情報である鍵情報が書き込まれる。鍵情報は、呼び出し要求「INVITE」と共に、通信制御装置5を経由して、T2タイミングで、相手先の会議端末4に届く。これにより、会議端末4では、会議端末3から送信された暗号化された音声・映像データを、その鍵情報を用いることによって復号化できる。
Case 1: Example of starting key exchange from the conference terminal 3 at the local site When a call request “INVITE” is made from the conference terminal 3 at the local site at the T1 timing, the SIP message is transmitted from the conference terminal 3 The key information, which is common key information necessary for decrypting the encrypted data to be decrypted, is written. The key information reaches the destination conference terminal 4 at the timing T2 via the communication control device 5 together with the call request “INVITE”. Thereby, the conference terminal 4 can decrypt the encrypted audio / video data transmitted from the conference terminal 3 by using the key information.

そして、会議端末3においても、会議端末4から送信された暗号化データを復号化する際に必要な鍵情報が必要となる。そこで、T6タイミングで送信する成功応答「200 OK」のSIPメッセージに鍵情報が書き込まれる。鍵情報は、成功応答「200 OK」と共に、通信制御装置5を経由して、T7タイミングで、会議端末3に届く。これにより、会議端末3では、その後、会議端末4から送信される暗号化された音声・映像データを、その鍵情報を用いることによって復号化できる。   The conference terminal 3 also needs key information necessary for decrypting the encrypted data transmitted from the conference terminal 4. Therefore, the key information is written in the SIP message of the successful response “200 OK” transmitted at the timing T6. The key information reaches the conference terminal 3 at the timing T7 via the communication control device 5 together with the success response “200 OK”. As a result, the conference terminal 3 can subsequently decrypt the encrypted audio / video data transmitted from the conference terminal 4 by using the key information.

・ケース2:相手拠点である会議端末4から鍵交換を開始する例
T6タイミングで、成功応答「200 OK」のSIPメッセージに鍵情報が書き込まれ、通信制御装置5を経由して、T7タイミングで、会議端末3に届く。これにより、会議端末3では、会議端末4から送信される暗号化された音声・映像データを、その鍵情報を用いることによって復号化できる。そして、会議端末4においても、会議端末3から送信された暗号化データを復号化する際に必要な鍵情報が必要となる。そこで、T8タイミングで送信する確認応答「ACK」のSIPメッセージに鍵情報が書き込まれる。鍵情報は、確認応答「ACK」と共に、通信制御装置5を経由して、会議端末4に届く。これにより、会議端末4では、その後、会議端末3から送信される暗号化された音声・映像データを、その鍵情報を用いることによって復号化できる。
Case 2: Example of starting key exchange from the conference terminal 4 that is the partner site Key information is written in the SIP message of the success response “200 OK” at T6 timing, and via the communication control device 5 at T7 timing. To the conference terminal 3. Thereby, the conference terminal 3 can decrypt the encrypted audio / video data transmitted from the conference terminal 4 by using the key information. The conference terminal 4 also requires key information necessary for decrypting the encrypted data transmitted from the conference terminal 3. Therefore, the key information is written in the SIP message of the acknowledgment “ACK” transmitted at the timing T8. The key information reaches the conference terminal 4 through the communication control device 5 together with the confirmation response “ACK”. Thereby, the conference terminal 4 can subsequently decrypt the encrypted audio / video data transmitted from the conference terminal 3 by using the key information.

次に、会議端末3の電気的構成について、図3を参照して説明する。会議端末3は、他端末との通信制御等を実行するCPU41、CPU41の実行する各種プログラム等が記憶されるROM42、鍵情報、フラグ情報、タイマ情報、カウンタ情報等が一時的に記憶されるRAM43、ディスプレイ53に表示させる画像データや、スピーカ47から出力させる音源データなどが記憶されるフラッシュメモリ44等を備えている。そして、CPU41とROM42、RAM43、及びフラッシュメモリ44とは、電気的に互いに接続されている。CPU41は、ROM42、RAM43、及びフラッシュメモリ44の各種記憶エリアに対してアクセスできる。   Next, the electrical configuration of the conference terminal 3 will be described with reference to FIG. The conference terminal 3 includes a CPU 41 that executes communication control with other terminals, a ROM 42 that stores various programs executed by the CPU 41, and a RAM 43 that temporarily stores key information, flag information, timer information, counter information, and the like. And a flash memory 44 in which image data to be displayed on the display 53, sound source data to be output from the speaker 47, and the like are stored. The CPU 41, the ROM 42, the RAM 43, and the flash memory 44 are electrically connected to each other. The CPU 41 can access various storage areas of the ROM 42, the RAM 43, and the flash memory 44.

会議端末3は、インターネット2に接続する為の通信モジュール45を備えている。CPU41と通信モジュール45とは電気的に接続されている。CPU41は、所望のデータをインターネット2に送信することができる。また、CPU41は、インターネット2から受信されるデータを認識することができる。通信モジュール45として、例えば、ネットワークカードが使用可能である。   The conference terminal 3 includes a communication module 45 for connecting to the Internet 2. The CPU 41 and the communication module 45 are electrically connected. The CPU 41 can transmit desired data to the Internet 2. Further, the CPU 41 can recognize data received from the Internet 2. For example, a network card can be used as the communication module 45.

会議端末3は、自拠点の映像を映すためのカメラ52を駆動させるカメラ駆動回路46と、他拠点の音声を出力するスピーカ47と、自拠点の音声を入力するマイク48とを備えている。CPU41と、カメラ駆動回路46、スピーカ47及びマイク48とは、互いに電気的に接続されている。CPU41は、スピーカ47から所望の音声を出力させることができる。CPU41は、マイク48を介して入力された音声を認識することができる。   The conference terminal 3 includes a camera drive circuit 46 that drives a camera 52 for projecting a video of the local site, a speaker 47 that outputs the audio of another site, and a microphone 48 that inputs the audio of the local site. The CPU 41, the camera drive circuit 46, the speaker 47, and the microphone 48 are electrically connected to each other. The CPU 41 can output desired sound from the speaker 47. The CPU 41 can recognize voice input via the microphone 48.

会議端末3は、ディスプレイ53と、画像をディスプレイ53に表示させることが可能な表示ドライバ49とを備えている。CPU41と表示ドライバ49とは電気的に接続されている。表示ドライバ49とディスプレイ53とは電気的に接続されている。CPU41は、ディスプレイ53に、相手先の会議端末4から送信された映像データを表示させることができる。   The conference terminal 3 includes a display 53 and a display driver 49 that can display an image on the display 53. The CPU 41 and the display driver 49 are electrically connected. The display driver 49 and the display 53 are electrically connected. The CPU 41 can display the video data transmitted from the destination conference terminal 4 on the display 53.

会議端末3は、キーボード54と、キーボード54を介してユーザによって入力される情報を検出することが可能な入力ドライバ50とを備えている。CPU41と入力ドライバ50とは電気的に接続されている。入力ドライバ50とキーボード54とは電気的に接続されている。CPU41は、キーボード54を介して入力される情報を認識することができる。   The conference terminal 3 includes a keyboard 54 and an input driver 50 that can detect information input by the user via the keyboard 54. The CPU 41 and the input driver 50 are electrically connected. The input driver 50 and the keyboard 54 are electrically connected. The CPU 41 can recognize information input via the keyboard 54.

会議端末3は、CD−ROM30に記憶された情報を読み取ることが可能なCD−ROMドライブ55を備えている。CPU21とCD−ROMドライブ55とは電気的に接続されている。CD−ROM30には、例えば、CPU21を駆動させるために必要なプログラムや、データ送信開始プログラム等が記憶されている。CPU21は、CD−ROM30に記憶されている情報を認識することが可能である。   The conference terminal 3 includes a CD-ROM drive 55 that can read information stored in the CD-ROM 30. The CPU 21 and the CD-ROM drive 55 are electrically connected. In the CD-ROM 30, for example, a program necessary for driving the CPU 21, a data transmission start program, and the like are stored. The CPU 21 can recognize information stored in the CD-ROM 30.

次に、RAM43の各種記憶エリアについて、図4を参照して説明する。RAM43には、他の会議端末から送信された映像データ及び音声データ等を記憶するための受信データ記憶エリア431と、相手側の会議端末との通信にかかった時間を記憶するための通信時間記憶エリア432と、相手先の端末から送信された鍵情報を記憶するための鍵情報記憶エリア433と等が設けられている。   Next, various storage areas of the RAM 43 will be described with reference to FIG. The RAM 43 stores a reception data storage area 431 for storing video data and audio data transmitted from other conference terminals, and a communication time storage for storing the time taken for communication with the other conference terminal. An area 432, a key information storage area 433 for storing key information transmitted from the counterpart terminal, and the like are provided.

次に、CPU41によるデータ送信開始処理について、図5のフローチャートと、図6のシーケンス図とを参照して説明する。まず、T21タイミングで、呼び出し要求「INVITE」が送信される(S11)。そして、そのタイミングで、図示外のタイマがオンされることによって、通信時間の計測が開始される(S12)。   Next, data transmission start processing by the CPU 41 will be described with reference to the flowchart of FIG. 5 and the sequence diagram of FIG. First, a call request “INVITE” is transmitted at timing T21 (S11). Then, at that timing, a timer (not shown) is turned on to start measuring the communication time (S12).

一方、通信制御装置5では、呼び出し要求「INVITE」を受信した場合、相手先の会議端末4のSIPアドレスなどを調査し、T22タイミングで、受信した呼び出し要求「INVITE」を調査した会議端末4に対して転送する。次いで、T23タイミングで、実行応答「100 Trying」を、会議端末3に送信する。そして、呼び出し要求を受けた相手先の会議端末4では、呼び出し処理が実行され、T24タイミングで、暫定応答「180 Ringing」が通信制御装置5に送信される。通信制御装置5では、暫定応答「180 Ringing」を受信した場合、T25タイミングで、その暫定応答「180 Ringing」を会議端末4に対して転送する。   On the other hand, when the communication control device 5 receives the call request “INVITE”, the communication control device 5 checks the SIP address of the destination conference terminal 4, etc., and at the timing T22, the communication control device 5 Forward. Next, an execution response “100 Trying” is transmitted to the conference terminal 3 at T23 timing. Then, the destination conference terminal 4 that has received the call request executes a call process and transmits a provisional response “180 Ringing” to the communication control device 5 at the timing T24. When receiving the provisional response “180 Ringing”, the communication control device 5 transfers the provisional response “180 Ringing” to the conference terminal 4 at T25 timing.

そして、会議端末3では、暫定応答「180 Ringing」を受信したか否かが判断される(S13)。まだ受信していない場合は(S13:NO)、受信するまで、S13に戻って処理が繰り返される。暫定応答「180 Ringing」を受信した場合(S13:YES)、タイマをオフし、そのタイマによって計測された通信時間、つまり、呼び出し要求「INVITE」を相手先に送信してから、相手先から送信された暫定応答「180 Ringing」を受信するまでの通信時間が、RAM43の通信時間記憶エリア432に記憶される(S14)。   Then, the conference terminal 3 determines whether or not a provisional response “180 Ringing” has been received (S13). If not received yet (S13: NO), the process returns to S13 and is repeated until received. When the provisional response “180 Ringing” is received (S13: YES), the timer is turned off, the communication time measured by the timer, that is, the call request “INVITE” is transmitted to the partner, and then transmitted from the partner. The communication time until the provisional response “180 Ringing” is received is stored in the communication time storage area 432 of the RAM 43 (S14).

一方、相手先の会議端末4では、オフフックされると、T26タイミングで、成功応答「200 OK」が通信制御装置5に対して送信される。通信制御装置5では、成功応答「200 OK」を受信した場合、T27タイミングで、その成功応答を会議端末3に転送する。   On the other hand, when the destination conference terminal 4 is off-hooked, a success response “200 OK” is transmitted to the communication control device 5 at T26 timing. When the communication control device 5 receives the success response “200 OK”, the communication control device 5 transfers the success response to the conference terminal 3 at the timing T27.

そして、会議端末3では、成功応答「200 OK」を受信したか否かが判断される(S15)。まだ受信していない場合は(S15:NO)、受信するまで、S15に戻って処理が繰り返される。そして、T27タイミングで、成功応答「200 OK」を受信した場合(S15:YES)、その成功応答のSIPメッセージに、鍵情報が付与されているか否かが判断される(S16)。鍵情報が付与されていない場合(S16:NO)、相手先の会議端末4との間では暗号化通信をしないので、T28タイミングで、確認応答「ACK」のみが通信制御装置5に送信される(S17)。   Then, the conference terminal 3 determines whether or not the success response “200 OK” has been received (S15). If not received yet (S15: NO), the process returns to S15 and is repeated until received. When the success response “200 OK” is received at the timing T27 (S15: YES), it is determined whether or not key information is attached to the SIP message of the success response (S16). When the key information is not given (S16: NO), since encrypted communication is not performed with the destination conference terminal 4, only the confirmation response “ACK” is transmitted to the communication control device 5 at T28 timing. (S17).

通信制御装置5では、確認応答「ACK」を受信した場合、確認応答を会議端末4に転送する。そして、会議端末4にて確認応答「ACK」が受信される。次いで、カメラ52で撮影された映像データと、マイク48に入力された音声データとを相手先の会議端末4に送信する暗号化データ送信が開始される(S20)。さらに、会議端末4から会議端末3に向けても暗号化データ送信が開始される。この場合は、会議端末3と会議端末4との間では、映像データ及び音声データは暗号化されずに送受信される。   When the communication control device 5 receives the confirmation response “ACK”, it transfers the confirmation response to the conference terminal 4. Then, the conference terminal 4 receives the confirmation response “ACK”. Next, encrypted data transmission for transmitting the video data captured by the camera 52 and the audio data input to the microphone 48 to the destination conference terminal 4 is started (S20). Further, the encrypted data transmission is also started from the conference terminal 4 to the conference terminal 3. In this case, video data and audio data are transmitted and received without being encrypted between the conference terminal 3 and the conference terminal 4.

これに対し、成功応答「200 OK」を受信し(S15:YES)、その成功応答のSIPメッセージに、鍵情報が付与されている場合は(S16:YES)、相手先の会議端末4から鍵交換の開始を要求されているので、T28タイミングで、確認応答「ACK」のSIPメッセージに鍵情報が書き込まれ、鍵情報を付与した確認応答「ACK」が送信される(S18)。鍵情報は、確認応答「ACK」と共に、通信制御装置5を経由して、会議端末4に届く。会議端末4では、確認応答「ACK」に付与された鍵情報は、RAM43の鍵情報記憶エリア433(図4参照)に記憶される。   On the other hand, if the success response “200 OK” is received (S15: YES) and the key information is added to the SIP message of the success response (S16: YES), the key is received from the conference terminal 4 of the other party. Since the start of the exchange is requested, the key information is written in the SIP message of the confirmation response “ACK” at T28 timing, and the confirmation response “ACK” with the key information is transmitted (S18). The key information reaches the conference terminal 4 through the communication control device 5 together with the confirmation response “ACK”. In the conference terminal 4, the key information given to the confirmation response “ACK” is stored in the key information storage area 433 (see FIG. 4) of the RAM 43.

次いで、鍵情報を付与した確認応答「ACK」が送信されてから、RAM43の通信時間記憶エリア432に記憶された通信時間の1/2の時間である到達時間が経過したか否かが判断される(S19)。通信時間は、上述したように、呼び出し要求「INVITE」を相手先に送信してから、相手先から送信された暫定応答「180 Ringing」を受信するまでの時間である。従って、「INVITE」を相手先に送ってから「180 Ringing」が帰ってくるまでの時間の1/2を到達時間とみなすことができる。なお、この到達時間には、通信制御装置5を経由している分だけ遅延が発生しているものと推測される。   Next, it is determined whether or not an arrival time that is ½ of the communication time stored in the communication time storage area 432 of the RAM 43 has elapsed since the confirmation response “ACK” to which the key information was added was transmitted. (S19). As described above, the communication time is the time from when the call request “INVITE” is transmitted to the other party until the provisional response “180 Ringing” transmitted from the other party is received. Therefore, ½ of the time from when “INVITE” is sent to the other party until “180 Ringing” returns can be regarded as the arrival time. Note that it is estimated that this arrival time is delayed by the amount that has passed through the communication control device 5.

そこで、到達時間がまだ経過していない場合(S19:NO)、到達時間が経過するまで、S19に戻って処理が繰り返される。そして、到達時間が経過した場合(S19:YES)、そのときは既に、鍵情報が付与された確認応答「ACK」が相手先の会議端末4に到達しているので、T29タイミングで、暗号化した映像データ及び音声データが会議端末4に向けて送信される(S20)。さらに、T30タイミングで、会議端末4から会議端末3に向けても暗号化データ送信が開始される。   Therefore, when the arrival time has not yet elapsed (S19: NO), the process returns to S19 and is repeated until the arrival time has elapsed. If the arrival time has elapsed (S19: YES), since the confirmation response “ACK” to which the key information has been added has already reached the destination conference terminal 4, encryption is performed at the timing T29. The video data and audio data thus transmitted are transmitted to the conference terminal 4 (S20). Furthermore, transmission of encrypted data is also started from the conference terminal 4 to the conference terminal 3 at the timing T30.

なお、相手先の会議端末4では、暗号化された映像データ及び音声データが受信され、RAM43の受信データ記憶エリア431に一旦記憶される。つまり、インターネット2のネットワーク状況に関わらず、暗号化された音声・映像データが鍵情報よりも先に会議端末4に届くことを防止できる。そして、会議端末4では、RAM43に記憶された鍵情報によって、RAM43に記憶された暗号化した映像データ及び音声データを、最初から全て復号化することができる。これにより、セキュリティを保持しつつ、会議端末3と会議端末4との間で、映像と音声を介して良好に会話をすることができる。   The destination conference terminal 4 receives the encrypted video data and audio data and temporarily stores them in the received data storage area 431 of the RAM 43. That is, it is possible to prevent the encrypted audio / video data from reaching the conference terminal 4 before the key information regardless of the network status of the Internet 2. Then, the conference terminal 4 can decrypt all the encrypted video data and audio data stored in the RAM 43 from the beginning with the key information stored in the RAM 43. Thereby, it is possible to have a good conversation between the conference terminal 3 and the conference terminal 4 via video and audio while maintaining security.

以上説明したように、本実施形態である会議システム1の会議端末3では、暗号化通信を行うために、相手先の会議端末4から鍵交換が開始された場合、「INVITE」を相手先の会議端末4に送ってから「180 Ringing」が帰ってくるまでの通信時間の1/2を、会議端末3から会議端末4にデータが到達するまでの到達時間と見なす。そして、鍵情報を「ACK」に付与して会議端末4に送信してから、すぐに暗号化データを会議端末4に送信するのではなく、到達時間を経過してから送信する。これにより、インターネット2のネットワーク状況に関わらず、暗号化された音声・映像データが鍵情報よりも先に会議端末4に届くことを防止できる。これにより、セキュリティを保持しつつ、会議端末3と会議端末4との間で、映像と音声を介して良好に会話をすることができる。   As described above, in the conference terminal 3 of the conference system 1 according to the present embodiment, in order to perform encrypted communication, when key exchange is started from the conference terminal 4 of the other party, “INVITE” is set to the other party. One half of the communication time from when sending to the conference terminal 4 until “180 Ringing” returns is regarded as the arrival time until data arrives from the conference terminal 3 to the conference terminal 4. Then, after the key information is attached to “ACK” and transmitted to the conference terminal 4, the encrypted data is not transmitted to the conference terminal 4 immediately, but is transmitted after the arrival time has elapsed. Accordingly, it is possible to prevent the encrypted audio / video data from reaching the conference terminal 4 before the key information regardless of the network status of the Internet 2. Thereby, it is possible to have a good conversation between the conference terminal 3 and the conference terminal 4 via video and audio while maintaining security.

また、会議システム1では、IピクチャとPピクチャで映像データを送受信して会議をおこなうが、複号化できない部分にIピクチャが含まれた場合でも、そのIピクチャよりも先に鍵情報が相手側に届くので、そのIピクチャを参照して映像となるPピクチャを確実に復号化できる。これにより映像を良好に再生できる。   In the conference system 1, a conference is performed by transmitting and receiving video data using an I picture and a P picture. Even when an I picture is included in a portion that cannot be decoded, the key information is received before the I picture. Therefore, it is possible to reliably decode a P picture that is a video with reference to the I picture. Thereby, the video can be reproduced satisfactorily.

なお、本発明は上記実施形態に限定されることなく、種々の変更が可能である。例えば、上記実施形態では、相手先の会議端末4から鍵交換が開始された場合、「INVITE」を相手先の会議端末4に送ってから「180 Ringing」が帰ってくるまでの通信時間を計測し、その1/2を会議端末3から会議端末4にデータが到達するまでの到達時間と見なし、鍵情報を「ACK」に付与して会議端末4に送信してその到達時間を経過してから送信している。   The present invention is not limited to the above-described embodiment, and various modifications can be made. For example, in the above embodiment, when key exchange is started from the destination conference terminal 4, the communication time from when “INVITE” is sent to the destination conference terminal 4 until “180 Ringing” returns is measured. Then, 1/2 is regarded as the arrival time until data arrives from the conference terminal 3 to the conference terminal 4, and the key information is attached to “ACK” and transmitted to the conference terminal 4. Is sending from.

これとは別に、例えば、pingコマンドを使って、会議端末3と会議端末4との通信にかかる遅延時間を計測し、その遅延時間だけ暗号化データの送信を待機させてもよい。また、鍵情報を「ACK」に付与して会議端末4に送信した後で、相手先の会議端末4から送信された映像データ及び音声データを受信するまで、暗号化データの送信を待機させてもよい。そこで、前者を第1変形例、後者を第2変形例として、以下順に説明する。   Separately from this, for example, a ping command may be used to measure a delay time required for communication between the conference terminal 3 and the conference terminal 4 and to wait for transmission of the encrypted data by the delay time. In addition, after the key information is assigned to “ACK” and transmitted to the conference terminal 4, the transmission of the encrypted data is made to wait until the video data and audio data transmitted from the conference terminal 4 is received. Also good. Therefore, the former will be described in the following order as the first modification and the latter as the second modification.

・第1変形例
pingコマンドを使って計測した遅延時間を利用したCPU41のデータ送信開始処理について、図6のシーケンス図と、図7のフローチャートとを参照して説明する。まず、T21タイミングで、呼び出し要求「INVITE」が送信される(S31)。次に、遅延時間検出処理が実行される(S32)。遅延時間検出処理では、pingコマンドが使用される。
First Modification A data transmission start process of the CPU 41 using the delay time measured using the ping command will be described with reference to the sequence diagram of FIG. 6 and the flowchart of FIG. First, a call request “INVITE” is transmitted at T21 timing (S31). Next, a delay time detection process is executed (S32). In the delay time detection process, a ping command is used.

pingは、ネットワーク疎通を確認したいホストに対してIPパケットを発行し、そのパケットが正しく届いて返答が行われるかを確認するためのコマンドである。まず、疎通を確認したい会議端末4のホスト名、又はIPアドレスが指定される。そして、例えば、パケットの送受信が所定回数(例えば、4回)行われ、それぞれの回のステータスが各々検出される。ステータスとして、受信したICMPパケットのデータサイズ(bytes)と、パケットを送信してから受信するまでの遅延時間(ミリ秒)とが各々検出される。そしてこれら所定回数のステータスの平均値が試行結果として算出される。そして、その算出された遅延時間の平均値がRAM43に記憶される(S33)。   Ping is a command for issuing an IP packet to a host whose network communication is to be confirmed, and confirming whether the packet has arrived correctly and a response is made. First, the host name or IP address of the conference terminal 4 whose communication is to be confirmed is specified. For example, packet transmission / reception is performed a predetermined number of times (for example, four times), and the status of each time is detected. As the status, a data size (bytes) of the received ICMP packet and a delay time (millisecond) from transmission of the packet to reception are detected. Then, an average value of the predetermined number of statuses is calculated as a trial result. Then, the average value of the calculated delay times is stored in the RAM 43 (S33).

次いで、暫定応答「180 Ringing」を受信したか否かが判断される(S34)。まだ受信していない場合は(S34:NO)、受信するまで、S34に戻って処理が繰り返される。暫定応答「180 Ringing」を受信した場合(S34:YES)、さらに成功応答「200 OK」を受信したか否かが判断される(S35)。まだ受信していない場合は(S35:NO)、受信するまで、S35に戻って処理が繰り返される。成功応答「200 OK」を受信した場合(S35:YES)、その成功応答のSIPメッセージに、鍵情報が付与されているか否かが判断される(S36)。鍵情報が付与されていない場合(S36:NO)、相手先の会議端末4との間では暗号化通信をしないので、T28タイミングで、確認応答「ACK」のみが通信制御装置5に送信される(S37)。   Next, it is determined whether or not a provisional response “180 Ringing” has been received (S34). If it has not been received yet (S34: NO), the process returns to S34 and is repeated until it is received. When the provisional response “180 Ringing” is received (S34: YES), it is further determined whether or not the success response “200 OK” is received (S35). If not received yet (S35: NO), the process returns to S35 and is repeated until received. When the success response “200 OK” is received (S35: YES), it is determined whether or not key information is attached to the SIP message of the success response (S36). When the key information is not given (S36: NO), since encrypted communication is not performed with the destination conference terminal 4, only the confirmation response “ACK” is transmitted to the communication control device 5 at T28 timing. (S37).

通信制御装置5では、確認応答「ACK」を受信した場合、確認応答を会議端末4に転送する。そして、会議端末4にて確認応答「ACK」が受信される。そして、カメラ52で撮影された映像データと、マイク48に入力された音声データとを相手先の会議端末4に送信するデータ送信が開始される(S40)。この場合は、会議端末3と会議端末4との間では、映像データ及び音声データは暗号化されずに送受信される。   When the communication control device 5 receives the confirmation response “ACK”, it transfers the confirmation response to the conference terminal 4. Then, the conference terminal 4 receives the confirmation response “ACK”. Then, data transmission is started in which the video data photographed by the camera 52 and the audio data input to the microphone 48 are transmitted to the destination conference terminal 4 (S40). In this case, video data and audio data are transmitted and received without being encrypted between the conference terminal 3 and the conference terminal 4.

これに対し、成功応答「200 OK」を受信し(S35:YES)、その成功応答のSIPメッセージに、鍵情報が付与されている場合は(S36:YES)、相手先の会議端末4から鍵交換の開始を要求されているので、T28タイミングで、確認応答「ACK」のSIPメッセージに鍵情報が書き込まれ、鍵情報を付与した確認応答「ACK」が送信される(S38)。鍵情報は、確認応答「ACK」と共に、通信制御装置5を経由して、会議端末4に届く。会議端末4では、確認応答「ACK」に付与された鍵情報は、RAM43の鍵情報記憶エリア433(図4参照)に記憶される。   On the other hand, when the success response “200 OK” is received (S35: YES) and the key information is added to the SIP message of the success response (S36: YES), the key is received from the conference terminal 4 of the other party. Since the start of the exchange is requested, the key information is written in the SIP message of the confirmation response “ACK” at the timing T28, and the confirmation response “ACK” with the key information is transmitted (S38). The key information reaches the conference terminal 4 through the communication control device 5 together with the confirmation response “ACK”. In the conference terminal 4, the key information given to the confirmation response “ACK” is stored in the key information storage area 433 (see FIG. 4) of the RAM 43.

次いで、鍵情報を付与した確認応答「ACK」が送信されてから、RAM43に記憶された遅延時間が経過したか否かが判断される(S39)。遅延時間がまだ経過していない場合(S39:NO)、到達時間が経過するまで、S39に戻って処理が繰り返される。そして、遅延時間が経過した場合(S39:YES)、そのときは既に、鍵情報が付与された確認応答「ACK」が相手先の会議端末4に到達しているので、T29タイミングで、暗号化した映像データ及び音声データが会議端末4に向けて送信される(S40)。   Next, it is determined whether or not the delay time stored in the RAM 43 has elapsed since the confirmation response “ACK” with the key information is transmitted (S39). If the delay time has not yet elapsed (S39: NO), the process returns to S39 and is repeated until the arrival time elapses. If the delay time has elapsed (S39: YES), since the confirmation response “ACK” to which the key information has been added has already reached the destination conference terminal 4, encryption is performed at the timing T29. The video data and audio data thus transmitted are transmitted to the conference terminal 4 (S40).

そして、相手先の会議端末4では、暗号化された映像データ及び音声データが受信され、RAM43の受信データ記憶エリア431に一旦記憶される。つまり、インターネット2のネットワーク状況に関わらず、暗号化された音声・映像データが鍵情報よりも先に会議端末4に届くことを防止できる。そして、会議端末4では、RAM43に記憶された鍵情報によって、RAM43に記憶された暗号化した映像データ及び音声データを、最初から全て復号化することができる。これにより、第1変形例においても、セキュリティを保持しつつ、会議端末3と会議端末4との間で、映像と音声を介して良好に会話をすることができる。   The destination conference terminal 4 receives the encrypted video data and audio data and temporarily stores them in the reception data storage area 431 of the RAM 43. That is, it is possible to prevent the encrypted audio / video data from reaching the conference terminal 4 before the key information regardless of the network status of the Internet 2. Then, the conference terminal 4 can decrypt all the encrypted video data and audio data stored in the RAM 43 from the beginning with the key information stored in the RAM 43. Thereby, also in a 1st modification, it is possible to have a good conversation between the conference terminal 3 and the conference terminal 4 via video and audio while maintaining security.

・第2変形例
相手先の会議端末4から送信される映像データ及び音声データを受信するまでデータ送信を待機させるCPU41のデータ送信開始処理について、図8のフローチャートと、図9のシーケンス図とを参照して説明する。まず、T31タイミングで、呼び出し要求「INVITE」が送信される(S51)。
Second Modified Example Regarding the data transmission start processing of the CPU 41 that waits for data transmission until receiving video data and audio data transmitted from the conference terminal 4 of the other party, the flowchart of FIG. 8 and the sequence diagram of FIG. The description will be given with reference. First, a call request “INVITE” is transmitted at timing T31 (S51).

次いで、暫定応答「180 Ringing」を受信したか否かが判断される(S52)。まだ受信していない場合は(S52:NO)、受信するまで、S52に戻って処理が繰り返される。T32タイミングで、暫定応答「180 Ringing」を受信した場合(S52:YES)、さらに成功応答「200 OK」を受信したか否かが判断される(S53)。まだ受信していない場合は(S53:NO)、受信するまで、S53に戻って処理が繰り返される。そして、T33タイミングで、成功応答「200 OK」を受信した場合(S53:YES)、その成功応答のSIPメッセージに、鍵情報が付与されているか否かが判断される(S54)。鍵情報が付与されていない場合(S54:NO)、相手先の会議端末4との間では暗号化通信をしないので、T34タイミングで、確認応答「ACK」のみが通信制御装置5に送信される(S37)。   Next, it is determined whether or not a provisional response “180 Ringing” has been received (S52). If not received yet (S52: NO), the process returns to S52 and is repeated until received. When the provisional response “180 Ringing” is received at the timing T32 (S52: YES), it is further determined whether or not the success response “200 OK” is received (S53). If not received yet (S53: NO), the process returns to S53 and is repeated until received. When the success response “200 OK” is received at the timing T33 (S53: YES), it is determined whether or not key information is attached to the SIP message of the success response (S54). When the key information is not given (S54: NO), since encrypted communication is not performed with the conference terminal 4 of the other party, only the confirmation response “ACK” is transmitted to the communication control device 5 at T34 timing. (S37).

通信制御装置5では、確認応答「ACK」を受信した場合、確認応答を会議端末4に転送する。そして、会議端末4にて確認応答「ACK」が受信されると、暗号化通信は行わないので、カメラ52で撮影された映像データと、マイク48に入力された音声データとを相手先の会議端末4に送信するデータ送信が開始される(S58)。この場合は、会議端末3と会議端末4との間では、映像データ及び音声データは暗号化されずに送受信される。   When the communication control device 5 receives the confirmation response “ACK”, it transfers the confirmation response to the conference terminal 4. When the confirmation response “ACK” is received by the conference terminal 4, since encrypted communication is not performed, the video data captured by the camera 52 and the audio data input to the microphone 48 are used as the conference of the other party. Data transmission to be transmitted to the terminal 4 is started (S58). In this case, video data and audio data are transmitted and received without being encrypted between the conference terminal 3 and the conference terminal 4.

これに対し、成功応答「200 OK」を受信し(S53:YES)、その成功応答のSIPメッセージに、鍵情報が付与されている場合は(S54:YES)、相手先の会議端末4から鍵交換の開始を要求されているので、T34タイミングで、確認応答「ACK」のSIPメッセージに鍵情報が書き込まれ、鍵情報を付与した確認応答「ACK」が送信される(S56)。鍵情報は、確認応答「ACK」と共に、通信制御装置5を経由して、会議端末4に届く。会議端末4では、確認応答「ACK」に付与された鍵情報は、RAM43の鍵情報記憶エリア433(図4参照)に記憶される。   On the other hand, if the success response “200 OK” is received (S53: YES) and the key information is attached to the SIP message of the success response (S54: YES), the key is received from the conference terminal 4 of the other party. Since the start of the exchange is requested, the key information is written in the SIP message of the confirmation response “ACK” at T34 timing, and the confirmation response “ACK” with the key information is transmitted (S56). The key information reaches the conference terminal 4 through the communication control device 5 together with the confirmation response “ACK”. In the conference terminal 4, the key information given to the confirmation response “ACK” is stored in the key information storage area 433 (see FIG. 4) of the RAM 43.

次いで、相手先の会議端末4から送信された映像データ及び音声データを受信したか否かが判断される(S57)。まだ受信していない場合は、S57に戻って処理が繰り返される。そして、T35タイミングで、相手先の映像データ及び音声データを受信した場合(S57:YES)、会議端末3から「ACK」と一緒に送信した鍵情報は会議端末4に既に届いているはずである。よって、T36タイミングで、自拠点の暗号化した映像データ及び音声データの送信が開始される(S58)。   Next, it is determined whether the video data and audio data transmitted from the destination conference terminal 4 have been received (S57). If it has not been received yet, the process returns to S57 and is repeated. If the video data and audio data of the other party are received at the timing T35 (S57: YES), the key information transmitted together with “ACK” from the conference terminal 3 should have already arrived at the conference terminal 4. . Therefore, transmission of the encrypted video data and audio data at the local site is started at T36 timing (S58).

これにより、インターネット2のネットワーク状況に関わらず、暗号化された音声・映像データが鍵情報よりも先に会議端末4に届くことを防止できる。そして、会議端末4では、RAM43に記憶された鍵情報によって、RAM43に記憶された暗号化した映像データ及び音声データを、最初から全て復号化することができる。これにより、第2変形例においても、セキュリティを保持しつつ、会議端末3と会議端末4との間で、映像と音声を介して良好に会話をすることができる。   Accordingly, it is possible to prevent the encrypted audio / video data from reaching the conference terminal 4 before the key information regardless of the network status of the Internet 2. Then, the conference terminal 4 can decrypt all the encrypted video data and audio data stored in the RAM 43 from the beginning with the key information stored in the RAM 43. Thereby, also in a 2nd modification, it can talk favorably between a conference terminal 3 and the conference terminal 4 via an image | video and an audio | voice, maintaining security.

また、上記実施形態では、SIPサーバとして通信制御装置5を設けているが、会議端末3,4同士が直接通話することができるので、通信制御装置5を設けていなくてもよい。   Moreover, in the said embodiment, although the communication control apparatus 5 is provided as a SIP server, since the conference terminals 3 and 4 can talk directly, the communication control apparatus 5 does not need to be provided.

1 会議システム
2 インターネット
3 会議端末
4 会議端末
5 通信制御装置
41 CPU
43 RAM
47 スピーカ
48 マイク
52 カメラ
53 ディスプレイ
431 受信データ記憶エリア
432 通信時間記憶エリア
433 鍵情報記憶エリア
DESCRIPTION OF SYMBOLS 1 Conference system 2 Internet 3 Conference terminal 4 Conference terminal 5 Communication control apparatus 41 CPU
43 RAM
47 Speaker 48 Microphone 52 Camera 53 Display 431 Received data storage area 432 Communication time storage area 433 Key information storage area

Claims (6)

SIP(Session Initiation Protocol)を用いたシステムで使用され、相手側端末との間でネットワークを介して暗号化したデータを送受信する機能を備えた通信端末装置であって、
前記相手側端末との間にセッションを確立するために通信開始要求メッセージを前記相手側端末に送信する通信開始要求メッセージ送信手段と、
前記通信開始要求メッセージを受信した前記相手側端末から出力され、通信開始要求に応じたことを通知する成功メッセージを受信する成功メッセージ受信手段と、
当該成功メッセージを受信した場合に、前記暗号化したデータを解読するための鍵の情報である鍵情報を付与した応答メッセージを前記相手側端末に送信する応答メッセージ送信手段と、
当該応答メッセージ送信手段によって前記応答メッセージが前記相手側端末に送信された後、所定条件で待機した後で、前記暗号化したデータを前記相手側端末に送信する暗号化データ送信手段と
を備えたことを特徴とする通信端末装置。
A communication terminal device used in a system using SIP (Session Initiation Protocol) and having a function of transmitting / receiving encrypted data to / from a partner terminal via a network,
A communication start request message transmitting means for transmitting a communication start request message to the counterpart terminal in order to establish a session with the counterpart terminal;
Success message receiving means for receiving a success message that is output from the counterpart terminal that has received the communication start request message and notifies that the communication start request has been accepted;
A response message transmitting means for transmitting a response message with key information, which is key information for decrypting the encrypted data, to the counterpart terminal when the success message is received;
After the response message is transmitted to the counterpart terminal by the response message transmission means, the encrypted message transmission means transmits the encrypted data to the counterpart terminal after waiting on a predetermined condition. A communication terminal device.
前記相手側端末から鍵情報を受信する鍵情報受信手段と、
当該鍵情報受信手段によって前記鍵情報を受信したか否かを判断する鍵情報受信判断手段と
を備え、
前記応答メッセージ送信手段は、前記成功メッセージ受信手段によって前記成功メッセージが受信され、且つ前記鍵情報受信判断手段によって前記鍵情報が受信したと判断された場合に、自拠点側の前記鍵情報を付与した応答メッセージを前記相手側端末に送信することを特徴とする請求項1に記載の通信端末装置。
Key information receiving means for receiving key information from the counterpart terminal;
Key information reception determining means for determining whether the key information is received by the key information receiving means,
The response message transmission means adds the key information on the local site side when the success message is received by the success message reception means and the key information reception determination means determines that the key information has been received. The communication terminal apparatus according to claim 1, wherein the response message transmitted is transmitted to the counterpart terminal.
通信端末間のネットワーク遅延時間を測定する遅延時間計測手段と、
当該遅延時間計測手段によって計測された前記遅延時間に基づき、前記応答メッセージの前記相手側端末における到達時間を推測する到達時間推測手段と
を備え、
前記暗号化データ送信手段は、
前記到達時間推測手段によって推測された前記到達時間が経過するまで待機し、前記到達時間が経過した場合に前記暗号化したデータを送信することを特徴とする請求項1又は2に記載の通信端末装置。
A delay time measuring means for measuring a network delay time between communication terminals;
Based on the delay time measured by the delay time measuring means, the arrival time estimating means for estimating the arrival time of the response message at the counterpart terminal,
The encrypted data transmission means includes:
The communication terminal according to claim 1 or 2, wherein the communication terminal waits until the arrival time estimated by the arrival time estimation means elapses, and transmits the encrypted data when the arrival time elapses. apparatus.
前記相手側端末から送信された前記暗号化データを受信する暗号化データ受信手段を備え、
前記暗号化データ送信手段は、前記暗号化データ受信手段が、前記相手側端末から送信された前記暗号化データを受信するまで待機し、前記暗号化データを受信した場合に、自拠点側で暗号化したデータを前記相手側端末に送信することを特徴とする請求項1又は2に記載の通信端末装置。
Comprising encrypted data receiving means for receiving the encrypted data transmitted from the counterpart terminal;
The encrypted data transmitting means waits until the encrypted data receiving means receives the encrypted data transmitted from the counterpart terminal, and when receiving the encrypted data, the encrypted data transmitting means The communication terminal apparatus according to claim 1, wherein the converted data is transmitted to the counterpart terminal.
SIP(Session Initiation Protocol)を用いたシステムで使用され、相手側端末との間でネットワークを介して暗号化したデータを送受信する機能を備えた通信端末装置の通信制御方法であって、
前記相手側端末との間でセッションを確立するために通信開始要求メッセージを前記相手側端末に送信する通信開始要求メッセージ送信ステップと、
前記通信開始メッセージを受信した前記相手側端末から出力され、通信開始要求に応じたことを通知する成功メッセージを受信する成功メッセージ受信ステップと、
当該成功メッセージを受信した場合に、前記暗号化したデータを解読するための鍵の情報である鍵情報を付与した応答メッセージを前記相手側端末に送信する応答メッセージ送信ステップと、
当該応答メッセージ送信ステップにおいて前記応答メッセージが前記相手側端末に送信された後、所定条件で待機した後で、前記暗号化したデータを前記相手側端末に送信する暗号化データ送信ステップと
を備えたことを特徴とする通信端末装置の通信制御方法。
A communication control method for a communication terminal device used in a system using SIP (Session Initiation Protocol) and having a function of transmitting / receiving encrypted data to / from a partner terminal via a network,
A communication start request message transmission step for transmitting a communication start request message to the counterpart terminal in order to establish a session with the counterpart terminal;
Success message reception step of receiving a success message that is output from the counterpart terminal that has received the communication start message and notifies that a communication start request has been accepted
A response message sending step for sending a response message with key information, which is key information for decrypting the encrypted data, to the counterpart terminal when the success message is received;
After the response message is transmitted to the counterpart terminal in the response message transmission step, the encrypted message transmission step of transmitting the encrypted data to the counterpart terminal after waiting on a predetermined condition A communication control method for a communication terminal device.
請求項1乃至4の何れかに記載の通信端末装置の各種処理手段としてコンピュータを機能させることを特徴とする通信制御プログラム。   A communication control program for causing a computer to function as various processing means of the communication terminal device according to any one of claims 1 to 4.
JP2009212608A 2009-09-15 2009-09-15 COMMUNICATION TERMINAL DEVICE, COMMUNICATION TERMINAL COMMUNICATION CONTROL METHOD, AND COMMUNICATION CONTROL PROGRAM Expired - Fee Related JP5482046B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009212608A JP5482046B2 (en) 2009-09-15 2009-09-15 COMMUNICATION TERMINAL DEVICE, COMMUNICATION TERMINAL COMMUNICATION CONTROL METHOD, AND COMMUNICATION CONTROL PROGRAM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009212608A JP5482046B2 (en) 2009-09-15 2009-09-15 COMMUNICATION TERMINAL DEVICE, COMMUNICATION TERMINAL COMMUNICATION CONTROL METHOD, AND COMMUNICATION CONTROL PROGRAM

Publications (2)

Publication Number Publication Date
JP2011066468A true JP2011066468A (en) 2011-03-31
JP5482046B2 JP5482046B2 (en) 2014-04-23

Family

ID=43952293

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009212608A Expired - Fee Related JP5482046B2 (en) 2009-09-15 2009-09-15 COMMUNICATION TERMINAL DEVICE, COMMUNICATION TERMINAL COMMUNICATION CONTROL METHOD, AND COMMUNICATION CONTROL PROGRAM

Country Status (1)

Country Link
JP (1) JP5482046B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001230769A (en) * 2000-02-18 2001-08-24 Nippon Telegr & Teleph Corp <Ntt> Transmission terminal, reception terminal and password key synchronization system in packet communication system
JP2004248169A (en) * 2003-02-17 2004-09-02 Nippon Telegr & Teleph Corp <Ntt> Communications control system, communication control method and program, and communication terminal
WO2006087819A1 (en) * 2005-02-21 2006-08-24 Fujitsu Limited Communication device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001230769A (en) * 2000-02-18 2001-08-24 Nippon Telegr & Teleph Corp <Ntt> Transmission terminal, reception terminal and password key synchronization system in packet communication system
JP2004248169A (en) * 2003-02-17 2004-09-02 Nippon Telegr & Teleph Corp <Ntt> Communications control system, communication control method and program, and communication terminal
WO2006087819A1 (en) * 2005-02-21 2006-08-24 Fujitsu Limited Communication device

Also Published As

Publication number Publication date
JP5482046B2 (en) 2014-04-23

Similar Documents

Publication Publication Date Title
US7715872B2 (en) Video calling method capable of providing video through third display
US20080177840A1 (en) Media Instant Messaging for Mobile Device
US8704868B2 (en) Video conferencing system, video conferencing apparatus, video conferencing control method, and video conferencing control program
US8874911B2 (en) Terminal device, system, connection management server, and computer readable medium
WO2009074070A1 (en) A method and equipment for uploading the real-time media content
JP2007060016A (en) Mobile phone, communication terminal, telephone call method, and telephone call program
US8713313B2 (en) Terminal device, system and computer readable medium
EP3399713A1 (en) Device, system, and method to perform real-time communication
JP2006352319A (en) Communication system and communication method
KR20030003098A (en) Data regenerating device and data transmitting device
WO2007145370A2 (en) Authentication method and apparatus for integrating ticket-granting service into session initiation protocol
WO2012079449A1 (en) Method and system for implementing bi-directional voice intercom
JP5482046B2 (en) COMMUNICATION TERMINAL DEVICE, COMMUNICATION TERMINAL COMMUNICATION CONTROL METHOD, AND COMMUNICATION CONTROL PROGRAM
JP5243336B2 (en) Communication system, communication terminal, communication method, and communication program
JP2008060785A (en) Ip telephone communication recording system
JP2007041851A (en) Communication system, its control method, program and storage medium
JP3890048B2 (en) VoIP communication apparatus and encryption communication method
JP7340835B2 (en) Program, information processing method, and information processing device
JP2009135577A (en) Information relay system, information relay apparatus and method thereof, and program
WO2017000781A1 (en) Video communication method and apparatus
KR101528268B1 (en) System and method for streaming content to remote locations
KR100756271B1 (en) Control method of network camera using session initiation protocol, and system thereof
JP2010504675A (en) How to communicate between several terminals
JP2009194489A (en) Voice processing method in image distribution system
JP2015104076A (en) Communication control device, communication control method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120307

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130520

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130528

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130726

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140203

R150 Certificate of patent or registration of utility model

Ref document number: 5482046

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees