JP6073248B2 - 汎用プラグアンドプレイホームネットワーク環境で強化されたイベント通知を提供する方法及び装置 - Google Patents
汎用プラグアンドプレイホームネットワーク環境で強化されたイベント通知を提供する方法及び装置 Download PDFInfo
- Publication number
- JP6073248B2 JP6073248B2 JP2013550409A JP2013550409A JP6073248B2 JP 6073248 B2 JP6073248 B2 JP 6073248B2 JP 2013550409 A JP2013550409 A JP 2013550409A JP 2013550409 A JP2013550409 A JP 2013550409A JP 6073248 B2 JP6073248 B2 JP 6073248B2
- Authority
- JP
- Japan
- Prior art keywords
- information
- incoming event
- wireless device
- telephony
- information related
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 24
- 230000000977 initiatory effect Effects 0.000 claims 1
- 238000004891 communication Methods 0.000 description 9
- 238000013499 data model Methods 0.000 description 7
- 238000010586 diagram Methods 0.000 description 6
- 238000007726 management method Methods 0.000 description 4
- 230000006855 networking Effects 0.000 description 4
- 238000005516 engineering process Methods 0.000 description 3
- 239000004065 semiconductor Substances 0.000 description 3
- 238000012546 transfer Methods 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 238000004590 computer program Methods 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 241000282472 Canis lupus familiaris Species 0.000 description 1
- 101000826116 Homo sapiens Single-stranded DNA-binding protein 3 Proteins 0.000 description 1
- 102100023008 Single-stranded DNA-binding protein 3 Human genes 0.000 description 1
- 230000009471 action Effects 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 244000309464 bull Species 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 229910044991 metal oxide Inorganic materials 0.000 description 1
- 150000004706 metal oxides Chemical class 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000008569 process Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/16—Arrangements for providing special services to substations
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/02—Calling substations, e.g. by ringing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/54—Presence management, e.g. monitoring or registration for receipt of user log-on information, or the connection status of the users
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/2803—Home automation networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M1/00—Substation equipment, e.g. for use by subscribers
- H04M1/57—Arrangements for indicating or recording the number of the calling subscriber at the called subscriber's set
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04Q—SELECTING
- H04Q2213/00—Indexing scheme relating to selecting arrangements in general and for multiplex systems
- H04Q2213/13178—Control signals
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Telephonic Communication Services (AREA)
- Telephone Function (AREA)
Description
…
…
<remoteParty>
<peer:id>ID of the Peer</peer:id>
<RemotePartyInfo type="mime type for page">URL</RemotePartyInfo>
…
…
…
</remoteParty>
…
…
<remoteParty>
<peer:id>ID of the Peer</peer:id>
<thumb_img type="Image_type">URL</thumb_img>
<location type="map/GPS/text">URL/value/text<location>
<service_capabilities>comma separated service list</service_capabilities>
<Presence_Attribute name="Presence attribute name">Value<Presence_Attribute>
…
…
…
</remoteParty>
<?xml version="1.0" encoding="UTF-8"?>=
<peer:peer
xsi:schemaLocation="urn:schemas--upnp-org:phone:peer
http://www.upnp.org/schemas/phone/peer-v1.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:peer="urn:schemas-upnp-org:phone:peer">
<peer:id>
The identifier of the Peer (e.g., phone number, etc.)
</peer:id>
<peer:name>A user friendly name for the Peer</peer:name>
<peer:contactInstanceId>
The instance identifier for a contact referred by the Peer
</peer:contactInstanceId>
<peer:groupInstanceId>
The instance identifier for a group referred by the Peer
</peer:groupInstanceId>
<peer:image type="URL/thumbnail">
<content-type>content type information for the image data
</content-type>
<content-Transfer-Encoding>Encoding information
</content-Transfer-Encoding>
<imagedata>actual image information</imagedata>
</peer:image>
<peer:location type=map/coordinates> Either a URL points to map information; URL for a map image OR it could include longitude and latitude information in ["LAT LON"] order.
</peer:location>
</peer:peer>
<?xml version="1.0" encoding="UTF-8"?>
<messaging:message
xsi:schemaLocation="urn:schemas-upnp-org:phone:messaging
http://www.upnp.org/schemas/phone/messaging-v1.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:messaging="urn:schemas-upnp-org:phone:messaging"
xmlns:peer="urn:schemas-upnp-org:phone:peer">
<messageID>ID of the Message(i.e., abcdef.123456)</messageID>
<sessionID>ID of the Session</sessionID>
<messageClass>Class of the Message</messageClass>
<messageFolder>Folder where the Message is stored</messageFolder>
<messageStatus>Status of the Message</messageStatus>
<replyMessageID>ID of the replied Message</replyMessageID>
<recipientsList>
<recipientTo>
Recipient information (i.e.,
<peer:id>jane.doe@acme.com</peer:id>
<peer:contactInstanceId>12</peer:contactInstanceId>)
</recipientTo>
<!-- Any other recipientTo (if any) go here.-->
<recipientCc>
Cc Recipient information (i.e.,
<peer:id>Bull.Dog@dogs.com</peer:id>)
</recipientCc>
<!-- Any other recipientCc (if any) go here.-->
<recipientBcc>
Bcc Recipient information (i.e.,
<peer:id>Fox.Terrier@dogs.com</peer:id>
<peer:name>Fox Terrier</peer:name>
<peer:contactInstanceId>4</peer:contactInstanceId>)
</recipientBcc>
<!-- Any other recipientBcc (if any) go here.-->
<recipientFrom>
Sender information (i.e.,
<peer:id>The.Sender@fromhere.com</peer:id>
<peer:name>Bob the Sender</peer:name>)
</recipientFrom>
</recipientsList>
<subject>Message title</subject>
<text>Message text</text>
<attachments>
<attachment>
<uri>
URI of the attachment(i.e.,http://192.168.1.3/file1.pdf)
</uri>
<size>Size of the attachment</size>
* <mimeType>MIME type of the attachment</mimeType>
</attachment>
<!-- Any other attachment (if any) go here.-->
</attachments>
<dateSent>Date when the Message is sent</dateSent>
<dateReceived>Date when the Message is received</dateReceived>
</messaging:message>
<?xml version="1.0" encoding="UTF-8"?>
<messaging:sessionsList
xsi:schemaLocation="urn:schemas-upnp-org:phone:messaging
http://www.upnp.org/schemas/phone/messaging-v1.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:messaging="urn:schemas-upnp-org:phone:messaging"
xmlns:peer="urn:schemas-upnp-org:phone:peer">
<sessionInfo>
<sessionID>ID of the Session</sessionID>
<sessionClass>Class of the Session</sessionClass>
<sessionStatus>Status of the Session</sessionStatus>
<recipientsList>
<recipientTo>
Recipient information
</recipientTo>
<!-- Any other recipientTo (if any) go here.-->
<recipientCc>
Cc Recipient information
</recipientCc>
<!-- Any other recipientCc (if any) go here.-->
<recipientBcc>
Bcc Recipient information
</recipientBcc>
<!-- Any other recipientBcc (if any) go here.-->
<recipientFrom>
Session creator information
</recipientFrom>
</recipientsList>
</sessionInfo>
<!-- Any other sessionInfo (if any) go here.-->
</messaging:sessionsList>
<?xml version="1.0" encoding="utf-8"?>
<cams:mediaCapabilityInfo
xsi:schemaLocation="urn:schemas-upnp-org:phone:cams
http://www.upnp.org/schemas/phone/cams.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cams="urn:schemas-upnp-org:phone:cams">
* <mediaMixingCapability></mediaMixingCapability>
<mediaSharingCapability></mediaSharingCapability>
<enableMediaMixing> 1 or 0 </enableMediaMixing>
<shareMedia>Media Session ID</shareMedia>
<mediaCapability format="format of the Media Capability">
Media capability
</mediaCapability>
<nativeMediaCapability format="format of the Native Media Capability">
Media capability
</nativeMediaCapability>
</cams:mediaCapabilityInfo>
<?xml version="1.0" encoding="utf-8"?>
<cams:mediaCapabilityInfo
xsi:schemaLocation="urn:schemas-upnp-org:phone:cams
http://www.upnp.org/schemas/phone/cams.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cams="urn:schemas-upnp-org:phone:cams">
* <Refer_Infortype="Location/Image/...">URL</Refer_Info>
<shareMedia>MediaSession ID</shareMedia>
<mediaCapability format="format of the Media Capability">
Media capability
</mediaCapability>
<nativeMediaCapability format="format of the Native Media Capability">
Media capability
</nativeMediaCapability>
101… UPnPホームネットワーク環境
102… TS
104A… TelCP
104B… TelCP
104N… TelCP
106A… 遠隔当事者デバイス
106N… 遠隔当事者デバイス
108… UPnPホームネットワーク
110… WAN
112… アドレスブック
114… プレゼンスサービス
902… プロセッサ
904… メモリ
906… ROM
908… 送受信機
910… 通信インターフェース
912… バス
914… ディスプレイ
916… 入力デバイス
918… カーソル制御機
920… イベント通知モジュール
Claims (14)
- ホームネットワーク環境でテレフォニーサーバがテレフォニークライアントに着信イベント通知を提供する方法であって、
無線装置に関連する着信イベントを受信するステップと、
前記無線装置に関連する情報を獲得するステップと、
前記着信イベントに関連する呼イベント通知を生成するステップと、
前記ホームネットワーク内の少なくとも一つのテレフォニークライアントに前記着信イベント通知を伝達するステップと、を含み、
前記無線装置に関連する情報は前記テレフォニーサーバまたは他の電子装置に予め記憶され、
前記着信イベント通知は前記無線装置に関連する情報を含み、
前記無線装置に関連する情報は、前記無線装置に対するコンタクト情報、イメージ情報及び位置情報を含む
ことを特徴とする方法。 - 前記着信イベントは、
呼サービス及びメッセージサービスのうち少なくとも一つに関連する
ことを特徴とする請求項1に記載の方法。 - 前記着信イベントは外部ネットワークから受信され、
前記着信イベント通知は前記ホームネットワーク環境により伝達される
ことを特徴とする請求項1に記載の方法。 - 前記少なくとも一つのテレフォニークライアントは、
前記無線装置の情報に関連するURL(Uniform Resource Locator)をディスプレイする
ことを特徴とする請求項1に記載の方法。 - 前記少なくとも一つのテレフォニークライアントは、
前記URLを通してバックエンドサーバから前記無線装置に関連する情報を獲得し、前記無線装置に関連する情報をディスプレイする
ことを特徴とする請求項4に記載の方法。 - ホームネットワークで少なくとも一つのテレフォニークライアントに通信可能に結合されたテレフォニーサーバであって、
トランシーバと、
非一時的な機械判読可能命令を記憶する少なくとも一つの記憶媒体を含むメモリと、
前記テレフォニーサーバに対する非一時的機械判読可能命令を実行する少なくとも一つのプロセッサとを含み、
前記トランシーバが無線装置から着信イベントを受信すると、前記少なくとも一つのプロセッサが前記テレフォニーサーバによって前記無線装置に関連する情報を獲得し、前記着信イベントに関連する呼イベント通知を生成し、前記ホームネットワーク内の少なくとも一つのテレフォニークライアントに前記着信イベント通知を伝達し、
前記無線装置に関連する情報は前記テレフォニーサーバまたは他の電子装置に予め記憶され、
前記着信イベント通知は前記無線装置に関連する情報を含み、
前記少なくとも一つのテレフォニークライアントが前記着信イベント通知に基づいて前記無線装置に関連する情報をディスプレイし、
前記無線装置に関連する情報は、前記無線装置に対するコンタクト情報、イメージ情報及び位置情報を含む
ことを特徴とするテレフォニーサーバ。 - 前記着信イベントは、
呼サービス及びメッセージサービスのうち少なくとも一つに関連する
ことを特徴とする請求項6に記載のテレフォニーサーバ。 - 前記少なくとも一つのテレフォニークライアントは、
前記無線装置の情報に関連するURL(Uniform Resource Locator)をディスプレイする
ことを特徴とする請求項6に記載のテレフォニーサーバ。 - 前記少なくとも一つのテレフォニークライアントは、
前記URLを通してバックエンドサーバから前記無線装置に関連する情報を獲得し、前記無線装置に関連する情報をディスプレイする
ことを特徴とする請求項8に記載のテレフォニーサーバ。 - ホームネットワーク環境で着信イベント内のユーザ情報を提供するための方法であって、
テレフォニークライアントから無線装置に対する着信イベントを開始するための要請を受信するステップと、
前記テレフォニークライアントのユーザに関連する情報を獲得するステップと、
前記ユーザに関連する情報とともに前記着信イベントに関連する着信イベント通知を生成するステップと、
前記無線装置への前記着信イベント通知とともに前記着信イベントを開始するステップとを含み、
前記テレフォニークライアントのユーザに関連する情報は、前記テレフォニークライアントのユーザに対するコンタクト情報、イメージ情報及び位置情報を含む
ことを特徴とする方法。 - 前記着信イベントは、呼、メッセージ、状態アップデートまたはチャットである
ことを特徴とする請求項10に記載の方法。 - 前記無線装置が前記着信イベントを受信すると前記無線装置に対する着信イベント通知とともに前記ユーザに関連する情報をディスプレイするステップをさらに含む
ことを特徴とする請求項10に記載の方法。 - ホームネットワークで少なくとも一つのテレフォニークライアントに通信可能に結合されたテレフォニーサーバであって、
トランシーバと、
非一時的な機械判読可能命令を記憶する少なくとも一つの記憶媒体を含むメモリと、前記テレフォニーサーバに対する非一時的機械判読可能命令を実行する少なくとも一つのプロセッサとを含み、
前記トランシーバがテレフォニークライアントから無線装置に対する着信イベントを開始するための要請を受信すると、前記テレフォニークライアントのユーザに関連する情報を獲得し、前記ユーザに関連する情報とともに前記着信イベントに関連する着信イベント通知を生成し、前記無線装置への着信イベント通知とともに前記着信イベントを開始し、前記無線装置が前記着信イベントを受信すると、前記無線装置に前記着信イベント通知とともに前記ユーザに関連する情報をディスプレイし、
前記テレフォニークライアントのユーザに関連する情報は、前記テレフォニークライアントのユーザに対するコンタクト情報、イメージ情報及び位置情報を含む
ことを特徴とするテレフォニーサーバ。 - 前記着信イベントは、呼、メッセージ、状態アップデートまたはチャットである
ことを特徴とする請求項13に記載のテレフォニーサーバ。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
IN179/CHE/2011 | 2011-01-19 | ||
IN179CH2011 | 2011-01-19 | ||
PCT/KR2012/000508 WO2012099425A2 (en) | 2011-01-19 | 2012-01-19 | Method and system for providing an enhanced event notification in an universal plug and play home network environment |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014506080A JP2014506080A (ja) | 2014-03-06 |
JP6073248B2 true JP6073248B2 (ja) | 2017-02-01 |
Family
ID=46516258
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013550409A Active JP6073248B2 (ja) | 2011-01-19 | 2012-01-19 | 汎用プラグアンドプレイホームネットワーク環境で強化されたイベント通知を提供する方法及び装置 |
Country Status (6)
Country | Link |
---|---|
US (1) | US9124675B2 (ja) |
EP (1) | EP2666257B1 (ja) |
JP (1) | JP6073248B2 (ja) |
KR (1) | KR101872551B1 (ja) |
CN (1) | CN103339898B (ja) |
WO (1) | WO2012099425A2 (ja) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2686981B1 (en) * | 2011-03-18 | 2017-09-27 | Samsung Electronics Co., Ltd. | Method and system for managing contact information in a universal plug and play home network environment |
KR102121918B1 (ko) | 2013-12-20 | 2020-06-11 | 삼성전자주식회사 | 홈 네트워크 시스템에서 이벤트 통지 방법 및 장치 |
CN104022930B (zh) * | 2014-06-25 | 2018-06-19 | 王征 | 可扩展的智能家居通信方法 |
CN114915629B (zh) | 2021-02-10 | 2023-08-15 | 中国移动通信有限公司研究院 | 信息处理方法、装置、系统、电子设备及存储介质 |
Family Cites Families (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020083143A1 (en) * | 2000-12-13 | 2002-06-27 | Philips Electronics North America Corporation | UPnP architecture for heterogeneous networks of slave devices |
JP2004159099A (ja) * | 2002-11-06 | 2004-06-03 | Rohm Co Ltd | 通話装置、着信表示装置及び着信表示システム |
JP2004172656A (ja) * | 2002-11-15 | 2004-06-17 | Nec Infrontia Corp | 発信者情報による転送機能付き通信装置 |
US7372957B2 (en) * | 2002-12-24 | 2008-05-13 | Intel Corporation | Method and apparatus for implementing call processing in packet telephony networks |
US20050041642A1 (en) * | 2003-08-18 | 2005-02-24 | Robinson Jeffrey I. | Method, apparatus and system providing improved voice routing capabilities |
US7738861B2 (en) * | 2004-06-29 | 2010-06-15 | Sony Ericsson Mobile Communications Ab | Caller identification using push-to-talk protocol for wireless communications devices |
WO2006044452A2 (en) * | 2004-10-13 | 2006-04-27 | Pulver. Com | Systems and methods for advanced communications and contol |
DE102005011333A1 (de) * | 2005-03-11 | 2006-09-14 | Deutsche Thomson-Brandt Gmbh | Verfahren zum Übertragen von Daten in einem Netzwerk verteilter Stationen sowie Netzwerkstation |
US8160222B2 (en) * | 2005-07-21 | 2012-04-17 | At&T Intellectual Property I, L.P. | Enhanced caller ID with recipient-selected caller information display |
US7783771B2 (en) | 2005-12-20 | 2010-08-24 | Sony Ericsson Mobile Communications Ab | Network communication device for universal plug and play and internet multimedia subsystems networks |
US20070143488A1 (en) * | 2005-12-20 | 2007-06-21 | Pantalone Brett A | Virtual universal plug and play control point |
US20070203979A1 (en) * | 2006-02-14 | 2007-08-30 | Walker Mark R | Home communications server |
CN101438256B (zh) * | 2006-03-07 | 2011-12-21 | 索尼株式会社 | 信息处理设备、信息通信系统、信息处理方法 |
WO2009102250A1 (en) * | 2008-02-15 | 2009-08-20 | Telefonaktiebolaget Lm Ericsson (Publ) | Displaying caller information on wireless local network connected device |
KR20100021342A (ko) * | 2008-08-14 | 2010-02-24 | 삼성전자주식회사 | 홈 네트워크상에서 호 송수신을 위한 시스템 및 방법 |
US8644304B2 (en) * | 2009-01-22 | 2014-02-04 | Samsung Electronics Co., Ltd. | IP telephony on a home network device |
-
2012
- 2012-01-19 CN CN201280005900.4A patent/CN103339898B/zh active Active
- 2012-01-19 US US13/979,593 patent/US9124675B2/en active Active
- 2012-01-19 JP JP2013550409A patent/JP6073248B2/ja active Active
- 2012-01-19 KR KR1020137019177A patent/KR101872551B1/ko active IP Right Grant
- 2012-01-19 EP EP12736944.5A patent/EP2666257B1/en active Active
- 2012-01-19 WO PCT/KR2012/000508 patent/WO2012099425A2/en active Application Filing
Also Published As
Publication number | Publication date |
---|---|
US9124675B2 (en) | 2015-09-01 |
WO2012099425A2 (en) | 2012-07-26 |
US20130287188A1 (en) | 2013-10-31 |
WO2012099425A9 (en) | 2012-09-13 |
JP2014506080A (ja) | 2014-03-06 |
EP2666257A4 (en) | 2014-12-03 |
KR101872551B1 (ko) | 2018-08-02 |
CN103339898B (zh) | 2016-09-28 |
EP2666257B1 (en) | 2019-05-08 |
EP2666257A2 (en) | 2013-11-27 |
CN103339898A (zh) | 2013-10-02 |
WO2012099425A3 (en) | 2012-12-06 |
KR20140018860A (ko) | 2014-02-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
RU2498520C2 (ru) | Способ обеспечения одноранговой связи на веб-странице | |
US20140324997A1 (en) | Enhanced Message Handling | |
EP2375693A1 (en) | Providing a presence service in a communications system | |
JP2013516702A (ja) | ソーシャルネットワーキングサービスを介した通信メッセージ | |
US20090240829A1 (en) | Translating between implicit and explicit publish-subscribe protocols | |
CN107979520B (zh) | 消息处理方法及消息处理装置 | |
CN102461095B (zh) | 消息通知 | |
JP6073248B2 (ja) | 汎用プラグアンドプレイホームネットワーク環境で強化されたイベント通知を提供する方法及び装置 | |
JP5593359B2 (ja) | 通信制御装置、メッセージ転送方法およびメッセージ転送プログラム | |
KR101923533B1 (ko) | 범용 플러그 앤 플레이 홈 네트워크 환경에서 캘린더 서비스를 제공하는 방법 및 시스템 | |
US10567183B2 (en) | System and method for conference messaging between telephony devices in a first network and devices connected to a second network | |
US10158587B2 (en) | Communication between a web application instance connected to a connection server and a calling entity other than said connection server | |
KR101973531B1 (ko) | 복수의 클라이언트 간의 어플리케이션 자동 공유 방법 및 장치 | |
KR20140016904A (ko) | 유니버셜 플러그 앤 플레이 홈 네트워크 환경에서 연락처 정보를 관리하는 방법 및 시스템 | |
US10075403B2 (en) | Method and system for managing voice mails in a universal plug and play network environment | |
CN103718168B (zh) | 用于激活移动设备以便发起通信的系统和方法 | |
US20130091287A1 (en) | System for contact subscription invitations in a cross-domain converged address book system | |
JP6277458B1 (ja) | Urlを用いたチャットのコネクション確立方法、サーバ及びプログラム | |
EP2294780B1 (en) | A method for masking data | |
JP5042910B2 (ja) | プレゼンスサービスシステム及びプレゼンス表示方法 | |
US20040148438A1 (en) | Internet appliance proxy protocol to support location-based services | |
US9992032B2 (en) | Method and system for managing telephony services in a universal plug and play home network environment | |
JP6056565B2 (ja) | 通信装置および電子メールの送信先決定方法 | |
JP2010258780A (ja) | 電子メールサーバ及び電子メール送受信方法 | |
JP2007013614A (ja) | 通信制御装置及び通信制御方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20141201 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20141226 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150911 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20151005 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20151225 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20160613 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20161013 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20161021 |
|
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: 20161205 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170104 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6073248 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |