JP2005196330A - Presence management system - Google Patents

Presence management system Download PDF

Info

Publication number
JP2005196330A
JP2005196330A JP2004000134A JP2004000134A JP2005196330A JP 2005196330 A JP2005196330 A JP 2005196330A JP 2004000134 A JP2004000134 A JP 2004000134A JP 2004000134 A JP2004000134 A JP 2004000134A JP 2005196330 A JP2005196330 A JP 2005196330A
Authority
JP
Japan
Prior art keywords
sip
client
server
web
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.)
Pending
Application number
JP2004000134A
Other languages
Japanese (ja)
Inventor
Kazuo Ide
和男 井手
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.)
Iwatsu Electric Co Ltd
Original Assignee
Iwatsu Electric Co 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 Iwatsu Electric Co Ltd filed Critical Iwatsu Electric Co Ltd
Priority to JP2004000134A priority Critical patent/JP2005196330A/en
Publication of JP2005196330A publication Critical patent/JP2005196330A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a presence management system by which an SIP client and a Web client can acquire the presence information of the client of an opposite server through the server of a present terminal side without using any protocol for the client application of the opposite server when the SIP server and the Web server are arranged on a network. <P>SOLUTION: A communication channel to which a standard protocol which is being used between a Web server and the client is applied is formed between an SIP server and a Web server connected on a network, thereby acquiring the presence information of the SIP client and the presence information of a Web client mutually between the SIP server and the Web server through the communication channel. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、SIP(Session Initiation Protocol )で規定されているプレゼンス機能を用いたWeb上でのプレゼンス管理システムに関するものである。   The present invention relates to a presence management system on the Web using a presence function defined by SIP (Session Initiation Protocol).

ここで、SIPには、各端末(User Agent)とサーバ間のプレゼンス情報のやりとり、および内容が規定されており(非特許文献1参照)、その機能を使用して、SIP端末以外からもHTTP(Hypertext Transfer Protocol )を使用してSIP端末と同じ情報を取得して設定することができる方法を提供している(非特許文献2参照)。
draft-ietf-simple-presence-10 text "A Presence Event Package for the Sesion Initiation Protocol" RFC 2616 Hypertext Transfer Protocol(HTTP/1.1)
Here, in the SIP, the exchange of presence information between each terminal (User Agent) and the server and the contents thereof are defined (see Non-Patent Document 1). (Hypertext Transfer Protocol) is used to provide a method capable of acquiring and setting the same information as a SIP terminal (see Non-Patent Document 2).
draft-ietf-simple-presence-10 text "A Presence Event Package for the Sesion Initiation Protocol" RFC 2616 Hypertext Transfer Protocol (HTTP / 1.1)

通常、SIPを用いたシステムでは、図5に示すように、SIPに規定されているプレゼンスの為のシーケンスを用いたSIP(プレゼンス)サーバを構築し、SIPクライアント3,3aはそのSIPサーバ1に対して、SIPを使用して自端末のプレゼンス情報の設定、自端末または他のクライアントのプレゼンス情報を取得している。   Usually, in a system using SIP, as shown in FIG. 5, a SIP (presence) server using a sequence for presence defined in SIP is constructed, and the SIP clients 3 and 3a are connected to the SIP server 1. On the other hand, the presence information of the own terminal and the presence information of the own terminal or another client are acquired using SIP.

このように、SIPは独自にクライアント・サーバ間のプレゼンス情報のやり取りの方法および内容を規定しているが、サーバ相互間の情報交換がないので、SIP端末の情報を取得するためには、SIP用のプレゼンスサーバ1からSIPを使用して情報を獲得し、また自端末の情報を設定するためにはさらにSIPを使用した情報のやり取りが必要となる。
従って、以下の問題点がある。
In this way, SIP uniquely defines the method and contents of presence information exchange between the client and the server, but since there is no information exchange between the servers, in order to acquire information on the SIP terminal, SIP is obtained. In order to acquire information from the presence server 1 using SIP and set the information of the terminal itself, it is necessary to exchange information using SIP.
Therefore, there are the following problems.

1)開発に余分な工数が必要となる
図6に示したとおり、従来の技術のみを使用した場合、実際にはSIPを使用しないWebアプリケーション4が単にプレゼンス情報を取得、設定するためだけにSIPを実装する必要がある。言い換えれば、クライアントアプリケーションを作成するために、Webクライアント部分4とSIPクライアント部分3aの両方を作成する必要がある。
1) Extra man-hours are required for development As shown in FIG. 6, when only the conventional technology is used, the SIP application is actually used only for acquiring and setting presence information by the Web application 4 that does not use SIP. Need to be implemented. In other words, in order to create a client application, it is necessary to create both the Web client part 4 and the SIP client part 3a.

2)技術的なフォローアップが必要
また、SIPを実装するためには詳細なSIPのプロトコル及びシーケンスを必要とし、各メーカーでSIPの解釈が異なる場合があり、接続してみて初めて繋がらないことが判明する場合がある。また、SIP自体、完全に規格化されているわけではなく、まだ流動的な部分もあり、今後どのように変更、進化していくか見えない部分がある。
2) Technical follow-up is required. In addition, in order to implement SIP, detailed SIP protocols and sequences are required, and each manufacturer may have different interpretations of SIP. May be found. In addition, SIP itself is not completely standardized, and there are still fluid parts, and there are parts that cannot be seen how it will change and evolve in the future.

3)拡張性が低い
図6のような構成をとる場合、プレゼンス情報は実際にSIPサーバ1側から取得するものが全てとなる。実際には、Webサーバ2側のサービスにより、さらにユーザが欲しい情報があるとしても、それらはクライアント側で独自に情報の同期化を図る必要がある。
また、SIPの拡張によってサービスが拡張された場合、そのサービスが既にWebを使用した構成では実装されていても、再度SIP部分に変更を加える必要がある。
3) Low expandability When the configuration as shown in FIG. 6 is adopted, the presence information is all that is actually acquired from the SIP server 1 side. Actually, even if there is information that the user wants due to the service on the Web server 2 side, it is necessary to independently synchronize the information on the client side.
Further, when a service is extended by SIP extension, it is necessary to change the SIP portion again even if the service is already implemented in the configuration using the Web.

本発明は、ネットワーク上にSIPサーバとWebサーバが配置されている場合に、SIPクライアントとWebクライアントは、相手サーバのクライアントアプリケーション用のプロトコルを用いることなしに、自端末側のサーバを介して相手サーバのクライアントのプレゼンス情報を取得することができるプレゼンス管理システムを提供するものである。   In the present invention, when the SIP server and the Web server are arranged on the network, the SIP client and the Web client can communicate with each other via the server on the own terminal side without using the client application protocol of the partner server. A presence management system capable of acquiring presence information of a client of a server is provided.

この目的を達成するために、本発明によるプレゼンス管理システムは、インターネット,イントラネットを含むネットワーク上に接続されるSIPサーバとWebサーバ間に、該Webサーバと当該Webサーバのクライアントとの間で使用している標準プロトコルが適用された通信チャネルが形成されており、
該通信チャネルを介して、前記SIPサーバに登録されているSIPクライアントとのプレゼンス情報と前記Webサーバに登録されているWebクライアントのプレゼンス情報とを、前記SIPサーバと前記Webサーバ間で相互に取得し得るように形成され、
前記SIPクライアントのプレゼンス情報(または前記Webクライアントのプレゼンス情報)は、前記Webクライアント(又は前記SIP)からの要求によるか又は前記Webサーバ(または前記SIPサーバ)から能動的に、前記通信チャネルを経由して、当該Webクライアント(または前記SIPクライアント)に提供されるように構成されている。
前記標準プロトコルは、HTTPであるように構成することができる。
前記Webサーバには前記SIPサーバ及び前記クライアントからの情報をやりとりするcgiまたはjavaで提供されるサービスが登録されているように構成することができる。
前記Webサーバと通信を行うWebクライアントは、前記Webサーバに対して当該Webクライアントのプレゼンス情報を登録するか、または前記Webサーバ上に登録されたプレゼンス情報を取得する手段を備えることができる。
前記Webクライアントは、前記Webサーバから取得した前記プレゼンス情報を表示する手段を備えるか、または取得した情報を基にSIPを使用したサービスを提供することができる。
In order to achieve this object, the presence management system according to the present invention is used between a SIP server and a Web server connected on a network including the Internet and an intranet, between the Web server and a client of the Web server. Communication channel to which the standard protocol is applied is formed,
Through the communication channel, the SIP server and the Web server mutually acquire presence information with the SIP client registered in the SIP server and Web client presence information registered with the Web server. Formed to be able to
Presence information of the SIP client (or presence information of the Web client) is requested by the Web client (or SIP) or actively from the Web server (or SIP server) via the communication channel. Thus, it is configured to be provided to the Web client (or the SIP client).
The standard protocol can be configured to be HTTP.
The Web server can be configured to register a service provided by cgi or Java that exchanges information from the SIP server and the client.
The Web client that communicates with the Web server may include means for registering presence information of the Web client with the Web server or acquiring presence information registered on the Web server.
The Web client can include means for displaying the presence information acquired from the Web server, or can provide a service using SIP based on the acquired information.

SIPを使用する場合に生じる問題点を解決するために、現在確立されていて広く実用されているプロトコルであるHTTPを使用したプレゼンス情報の設定取得が可能である。
従って、上記した問題点は以下のように解決される。
1)開発工数
WebクライアントはHTTPを理解すれば作成できるので、新たな技術を覚える必要はない。
2)技術的なフォローアップ
SIP部分はWebサーバで吸収されるので、WebクライアントはSIPを意識する必要がない。また、そのため、SIPのメッセージ,シーケンス等が変更された場合でも、Webクライアントへの変更の必要はない。
3)拡張性
Web側が既にSIP上で流れる情報以上のサービスを実装している場合には、サーバ側でサービスを提供することにより、Webクライアントは両方のサービスを一つの手段で手に入れることができる。
4)既にWebアクセスの方法をアプリケーションが持っている場合には、サーバ間の通信に新たなプロトコルを制御する部分を作成する必要がなく、Webプラウザを使用することもできる。従って、SIPを使用した電話アプリケーションだけでなく、例えば、Webクライアントの状態を表示、設定するだけのアプリケーション(在籍管理等)もSIPを意識することなく作成することができる。
In order to solve the problems that occur when using SIP, it is possible to obtain and set presence information using HTTP, which is a protocol that is currently established and widely used.
Therefore, the above problems are solved as follows.
1) Man-hours for development Web clients can be created if they understand HTTP, so there is no need to learn new technologies.
2) Technical follow-up Since the SIP part is absorbed by the Web server, the Web client need not be aware of SIP. Therefore, even when the SIP message, sequence, or the like is changed, there is no need to change the Web client.
3) Extensibility If the Web side has already implemented a service that is more than the information that flows on the SIP, by providing the service on the server side, the Web client can obtain both services with one means. it can.
4) When the application already has a Web access method, it is not necessary to create a part for controlling a new protocol for communication between servers, and a Web browser can be used. Therefore, not only a telephone application using SIP but also an application (such as enrollment management) for displaying and setting the status of a Web client can be created without being aware of SIP.

本発明システムでは、図1に示すように、SIPプレゼンスサーバ1とWebプレゼンスサーバ2間でプレゼンス情報をやり取りする。
SIPクライアント3はSIPプレゼンスサーバ1と、SIPを実装しないアプリケーションはWebプレゼンスサーバ2によりプレゼンス情報をやり取りする。
各クライアントは他のクライアント(SIPクライアント,SIPを実装しないアプリケーション)のプレゼンス情報を取得し、自身のプレゼンス情報の設定をすることができる。
また、プレゼンス情報には、各クライアントの識別情報も含まれるので、表示等に利用することができる。
プレゼンスには、以下の情報が含まれる。
・クライアント情報
クライアントの名前、位置等のクライアントを確定(識別)することができる情報
・プレゼンス情報
在席・通話中等のクライアント状態
In the system of the present invention, presence information is exchanged between the SIP presence server 1 and the Web presence server 2 as shown in FIG.
The SIP client 3 exchanges presence information with the SIP presence server 1, and an application that does not implement SIP exchanges presence information with the Web presence server 2.
Each client can acquire presence information of other clients (SIP clients, applications not implementing SIP) and set its own presence information.
Also, since the presence information includes identification information of each client, it can be used for display or the like.
The presence includes the following information.
・ Client information Information that can confirm (identify) the client such as the client's name and location ・ Presence information Client status such as presence / call

以下本発明システムの構成例を説明する。
本発明システムは、図2に示すように、SIP(プレゼンス)サーバ1、cgi(common gateway interface)またはjavaアプレット/サーブレット等の技術を搭載しているWebプレゼンスサービス2a及びWebサーバ2から構成される。ただし、物理的にはWebサーバ2はWebプレゼンスサービス2aを含むことができる。
A configuration example of the system of the present invention will be described below.
As shown in FIG. 2, the system of the present invention comprises a SIP presence server 1, a web presence service 2a equipped with a technology such as a cgi (common gateway interface) or Java applet / servlet, and a web server 2. . However, physically, the Web server 2 can include a Web presence service 2a.

(SIP(プレゼンス)サーバ)
SIP(プレゼンス)サーバ1はSIPクライアント3よりクライアントのプレゼンス情報を受け取り、プレゼンス情報テーブルを更新する。
また、定期的にWebプレゼンスサービス2aに状態または登録内容の更新を問い合わせ、変化があった場合には、プレゼンス情報テーブルを更新する。
プレゼンス情報テーブルが更新される度に(Webプレゼンスサービス2aから情報を取得した場合を除く)、特定のWebプレゼンスサービス2aへ更新情報を送信する。
(SIP (presence) server)
The SIP (presence) server 1 receives client presence information from the SIP client 3 and updates the presence information table.
Further, the Web presence service 2a is periodically inquired about the update of the status or registered contents, and the presence information table is updated when there is a change.
Every time the presence information table is updated (except when information is acquired from the Web presence service 2a), the update information is transmitted to the specific Web presence service 2a.

(Webプレゼンスサービス)
Webプレゼンスサービス2aには、プレゼンス情報取得用のサービスと、情報登録用のサービスがある。
情報取得サービスでは、特定の場所に保管されているプレゼンス情報をXMLフォーマットで取得することができる。登録サービスでは、SIPサーバ1及びSIPを実装しないアプリケーションから情報の登録、更新を受信し、独自のプレゼンス情報データベース5を更新する。
(Web presence service)
The Web presence service 2a includes a service for acquiring presence information and a service for registering information.
In the information acquisition service, presence information stored in a specific place can be acquired in XML format. In the registration service, registration and update of information are received from the SIP server 1 and an application not implementing SIP, and the unique presence information database 5 is updated.

(シーケンス)
SIPクライアント3とSIPサーバ1間はSIPメッセージを使用して情報の登録を行う。SIPサーバ1とWebサーバ間は、XMLフォーマットを使用したHTTPにより情報をやりとりする。Webクライアント4とWebサーバ2間は、HTTPにより情報をやりとりする。
Webサーバ2とプレゼンスサービス2a間も、XMLフォーマットを使用してHTTPにより情報が送信される。
(sequence)
Information is registered between the SIP client 3 and the SIP server 1 using SIP messages. Information is exchanged between the SIP server 1 and the Web server by HTTP using the XML format. Information is exchanged between the Web client 4 and the Web server 2 by HTTP.
Information is also transmitted between the Web server 2 and the presence service 2a by HTTP using the XML format.

(情報登録シーケンス)
図3にクライアント情報の登録シーケンスを示す。
SIP UA(SIPクライアント)3及びApplication(Webクライアント)4は、自端末が起動された場合、または任意のタイミングで自情報をそれぞれのサーバ1,2に登録する。
SIPサーバ1は、管理下にあるクライアント3の状態が変化した場合、クライアントの情報を付与して状態をWebサーバ2(プレゼンスサービス2a)に再登録する。
Webプレゼンスサービス2aでは、それぞれの情報を自端末のデータベース5等に保存し、新規登録または更新要求に従って、データを更新する。
(Information registration sequence)
FIG. 3 shows a registration sequence of client information.
The SIP UA (SIP client) 3 and the Application (Web client) 4 register their own information in the respective servers 1 and 2 when the own terminal is activated or at an arbitrary timing.
When the status of the client 3 under management changes, the SIP server 1 adds the client information and re-registers the status with the Web server 2 (presence service 2a).
In the Web presence service 2a, each information is stored in the database 5 of the own terminal and the data is updated according to a new registration or update request.

(情報獲得シーケンス)
図4にクライアント情報の取得シーケンスを示す。
SIPサーバ1は定期的にWebサーバ2(プレゼンスサービス2a)に対して、更新情報の取得を行う。SIPサーバ1は定期的にWebサーバ2(プレゼンスサービス2a)に対して、更新情報の取得を行う。情報が更新されている場合には、管理下のSIPUA(SIPクライアント3)に対して状態の通知を行う。
Application 4(Webクライアント)は、任意のタイミングでWebサーバ2(プレゼンスサービス2a)に対して情報の取得要求を行い、更新情報を取得する。
(Information acquisition sequence)
FIG. 4 shows a client information acquisition sequence.
The SIP server 1 periodically acquires update information from the Web server 2 (presence service 2a). The SIP server 1 periodically acquires update information from the Web server 2 (presence service 2a). When the information is updated, the status is notified to the managed SIPUA (SIP client 3).
Application 4 (Web client) makes an information acquisition request to Web server 2 (presence service 2a) at an arbitrary timing, and acquires update information.

ネットワーク上にSIPサーバとWebサーバが配置されている場合に、SIPクライアントとWebクライアントは、相手サーバのクライアントアプリケーション用のプロトコルを用いることなしに、自端末側のサーバを介して相手サーバのクライアントのプレゼンス情報を取得することができる。特別な経済的負担を要せずに、実質上大幅な機能拡張ができる。   When the SIP server and the Web server are arranged on the network, the SIP client and the Web client do not use the protocol for the client application of the partner server, and the client of the partner server passes through the server on the own terminal side. Presence information can be acquired. Virtually significant functional expansion is possible without requiring any special economic burden.

本発明の基本的構成を示すブロック図である。It is a block diagram which shows the basic composition of this invention. 本システムの構成例を示すブロック図である。It is a block diagram which shows the structural example of this system. 本発明に用いられる情報登録シーケンスを示す図である。It is a figure which shows the information registration sequence used for this invention. 本発明に用いる情報取得シーケンスを示す図である。It is a figure which shows the information acquisition sequence used for this invention. 従来技術によるSIPのプレゼンス構成例及びWebのサービス構成例を示すブロック図である。It is a block diagram which shows the example of a SIP presence structure and the example of a web service structure by a prior art. 従来技術によるシステム構成を示すブロック図である。It is a block diagram which shows the system configuration by a prior art.

符号の説明Explanation of symbols

1 SIPサーバ
2 Webサーバ
2a Webプレゼンスサービス
3,3a SIP UA(クライアント)
4 Webクライアント
1 SIP server 2 Web server 2a Web presence service 3, 3a SIP UA (client)
4 Web client

Claims (5)

インターネット,イントラネットを含むネットワーク上に接続されるSIPサーバとWebサーバ間に、該Webサーバと当該Webサーバのクライアントとの間で使用している標準プロトコルが適用された通信チャネルが形成されており、
該通信チャネルを介して、前記SIPサーバに登録されているSIPクライアントとのプレゼンス情報と前記Webサーバに登録されているWebクライアントのプレゼンス情報とを、前記SIPサーバと前記Webサーバ間で相互に取得し得るように形成され、
前記SIPクライアントのプレゼンス情報(または前記Webクライアントのプレゼンス情報)は、前記Webクライアント(又は前記SIP)からの要求によるか又は前記Webサーバ(または前記SIPサーバ)から能動的に、前記通信チャネルを経由して、当該Webクライアント(または前記SIPクライアント)に提供されるように構成されたプレゼンス管理システム。
A communication channel to which a standard protocol used between the Web server and a client of the Web server is applied is formed between the SIP server and the Web server connected on a network including the Internet and an intranet.
Through the communication channel, the SIP server and the Web server mutually acquire presence information with the SIP client registered in the SIP server and Web client presence information registered with the Web server. Formed to be able to
Presence information of the SIP client (or presence information of the Web client) is requested by the Web client (or SIP) or actively from the Web server (or SIP server) via the communication channel. A presence management system configured to be provided to the Web client (or the SIP client).
前記標準プロトコルは、HTTPであることを特徴とする請求項1に記載のプレゼンス管理システム。   The presence management system according to claim 1, wherein the standard protocol is HTTP. 前記Webサーバには前記SIPサーバ及び前記クライアントからの情報をやりとりするcgiまたはjavaで提供されるサービスが登録されていることを特徴とする請求項1または2に記載のプレゼンス管理システム。   The presence management system according to claim 1 or 2, wherein a service provided by cgi or java for exchanging information from the SIP server and the client is registered in the Web server. 前記Webクライアントは、前記Webサーバに対して当該Webクライアントのプレゼンス情報を登録するか、または前記Webサーバ上に登録されたプレゼンス情報を取得する手段を備えることを特徴とする請求項1,2または3に記載のプレゼンス管理システム。   The Web client includes means for registering presence information of the Web client with the Web server or acquiring presence information registered on the Web server. 3. The presence management system according to 3. 前記Webクライアントは、前記Webサーバから取得した前記プレゼンス情報を表示する手段を備えるか、または取得した情報を基にSIPを使用したサービスを提供するように構成されたことを特徴とする請求項4に記載のプレゼンス管理システム。   5. The Web client includes means for displaying the presence information acquired from the Web server, or is configured to provide a service using SIP based on the acquired information. Presence management system described in
JP2004000134A 2004-01-05 2004-01-05 Presence management system Pending JP2005196330A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004000134A JP2005196330A (en) 2004-01-05 2004-01-05 Presence management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004000134A JP2005196330A (en) 2004-01-05 2004-01-05 Presence management system

Publications (1)

Publication Number Publication Date
JP2005196330A true JP2005196330A (en) 2005-07-21

Family

ID=34816064

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004000134A Pending JP2005196330A (en) 2004-01-05 2004-01-05 Presence management system

Country Status (1)

Country Link
JP (1) JP2005196330A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008134914A (en) * 2006-11-29 2008-06-12 Nippon Telegr & Teleph Corp <Ntt> Composite service providing system and method
JP2008181404A (en) * 2007-01-25 2008-08-07 Matsushita Electric Works Ltd Distributed information system and communication method
JP2009059160A (en) * 2007-08-31 2009-03-19 Sony Corp Server device, network system, content discovery notification method and computer program
KR100915187B1 (en) * 2007-05-14 2009-09-02 엔에이치엔(주) system for managing presence and method thereof
KR100977181B1 (en) * 2009-07-22 2010-08-23 엔에이치엔(주) system for managing presence and method thereof

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008134914A (en) * 2006-11-29 2008-06-12 Nippon Telegr & Teleph Corp <Ntt> Composite service providing system and method
JP2008181404A (en) * 2007-01-25 2008-08-07 Matsushita Electric Works Ltd Distributed information system and communication method
JP4725525B2 (en) * 2007-01-25 2011-07-13 パナソニック電工株式会社 Distributed information system and communication method
KR100915187B1 (en) * 2007-05-14 2009-09-02 엔에이치엔(주) system for managing presence and method thereof
JP2009059160A (en) * 2007-08-31 2009-03-19 Sony Corp Server device, network system, content discovery notification method and computer program
KR100977181B1 (en) * 2009-07-22 2010-08-23 엔에이치엔(주) system for managing presence and method thereof

Similar Documents

Publication Publication Date Title
US7480254B2 (en) System, apparatus, and method for providing multi-application support using a single protocol stack
CN100495965C (en) Service providing system, method and device, service providing program and recording medium
CN101321400B (en) Communication system
US20130035079A1 (en) Method and system for establishing data commuication channels
ATE456896T1 (en) INSTANCE IDENTIFICATION
KR20090017629A (en) Remotely updating a user status on a presence server
CN101375566A (en) Domain name system using dynamic DNS and dynamic DNS server global address management method
EP1955476A1 (en) Group communication
JP4300965B2 (en) Service system and service providing method
CN101547221A (en) Method and node for providing peer-to-peer emergency service
US8412804B2 (en) Acquiring information in a communication network relative to a location
EP1911302A2 (en) Technique for displaying information ancillary to a location of an entity in a communication network
JP2004247916A (en) Sip service control system coping with web link and control method
JP2005101922A (en) Network system, protocol converter, and protocol converting method
JP2005196330A (en) Presence management system
NO341143B1 (en) interfacing
EP2583482A1 (en) A system for verifying a video call number entry in a directory service
NO20012608D0 (en) Presence services in H.323-based communications networks
JP2010535439A (en) Method for issuing, querying and contracting information by SIP terminal in VoIP network system, SIP terminal, SIP application server, SIP information center and VoIP network system
US20080242306A1 (en) Apparatus and Method to Facilitate Use of a Cookie to Protect an Intranet
EP1944945B1 (en) Communication system with transparent subscriber mobility based on group registration
JP2006324946A (en) Communication apparatus, communication method and communication identifier selection program
US7664835B2 (en) Communication control unit and communication control method
JP4333315B2 (en) Information distribution system and information distribution method
KR101396767B1 (en) Sip communication system and method