JP5753316B2 - テキスト・メッセージングのための、RESTfulウェブ・サービスとパケット交換ネットワークとの間におけるインターフェース - Google Patents
テキスト・メッセージングのための、RESTfulウェブ・サービスとパケット交換ネットワークとの間におけるインターフェース Download PDFInfo
- Publication number
- JP5753316B2 JP5753316B2 JP2014515836A JP2014515836A JP5753316B2 JP 5753316 B2 JP5753316 B2 JP 5753316B2 JP 2014515836 A JP2014515836 A JP 2014515836A JP 2014515836 A JP2014515836 A JP 2014515836A JP 5753316 B2 JP5753316 B2 JP 5753316B2
- Authority
- JP
- Japan
- Prior art keywords
- text message
- map
- restful
- sip request
- web application
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 238000006243 chemical reaction Methods 0.000 claims description 56
- 238000000034 method Methods 0.000 claims description 29
- 238000013519 translation Methods 0.000 claims description 14
- 230000000977 initiatory effect Effects 0.000 claims description 4
- 238000013507 mapping Methods 0.000 claims 4
- 230000011664 signaling Effects 0.000 description 22
- 230000005540 biological transmission Effects 0.000 description 13
- 238000004891 communication Methods 0.000 description 11
- 238000010586 diagram Methods 0.000 description 9
- 238000013475 authorization Methods 0.000 description 5
- 230000004044 response Effects 0.000 description 5
- 239000000284 extract Substances 0.000 description 3
- 239000008186 active pharmaceutical agent Substances 0.000 description 2
- 238000003491 array Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000006855 networking Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/12—Messaging; Mailboxes; Announcements
- H04W4/14—Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/1066—Session management
- H04L65/1101—Session protocols
- H04L65/1104—Session initiation protocol [SIP]
-
- 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/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- 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/53—Network services using third party service providers
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/06—Message adaptation to terminal or network requirements
- H04L51/063—Content adaptation, e.g. replacement of unsuitable content
-
- 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/56—Provisioning of proxy services
- H04L67/565—Conversion or adaptation of application format or content
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/08—Protocols for interworking; Protocol conversion
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Multimedia (AREA)
- Telephonic Communication Services (AREA)
- Mobile Radio Communication Systems (AREA)
- Information Transfer Between Computers (AREA)
Description
− SendSms
− GetSmsDeliveryStatus
− GetReceivedSms
− StartSmsNotification
− StopSmsNotification
− NotifySmsReception
− NotifySmsDeliveryReceipt
それぞれのRESTfulインターフェース/メソッドは、1つのHTTPバーブ/オペレーションに属する。表1は、3GPP MAPおよびSMPP PDUとのRESTfulプロファイル(RESTful profile)の関係を示している。
ACKまたはエラーに関するmt−ForwardSM−res/SMS−DELIVER
#7 その200 OK応答は、mo−ForwardSM/SMS−SUBMITにマップする
#8 その200 OK応答は、deliver_smにマップする
− 200 OK
− 202 Accepted
− 400 Bad Request
− 403 Forbidden
− 500 Internal Server Error
POST /openapi/sms/rest/v1.0/sendsms HTTP/1.1
Authorization: Basic XMVDTdx+
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatle-lucent.com
Content-Type: application/json
Content-Length: (...)
{"SendSMS":[{"sendAddress":"sip:+16302241234@acp.alcatel-lucent.com","address":"tel:+16303556789","message body":"Hello, Alice","DateTime":"2010-25T15:30:00"}]}
このPOSTオペレーションは、SMSメッセージを送信するためのSendSmsコマンドを含む。発信者のアドレスは、+1 630 224 1234であり、受信者のアドレスは、+1 630 355 6789であり、SMSテキスト本文は、「Hello, Alice」である。ウェブ・アプリケーション610は、このPOSTオペレーションを変換システム620へ送信する(矢印701を参照されたい)。変換システム620は、HTTP 202 Acceptedメッセージを用いてウェブ・アプリケーション610に応答する(矢印702を参照されたい)。
GET /openapi/sms/rest/v1.0/registration/7777/messages HTTP/1.1
Authorization: Basic XMVDTdx+
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatel-lucent.com
Accept application/json
Content-Length: 0
変換システム620は、配信情報を含むHTTP 200 OKメッセージを用いてウェブ・アプリケーション610に返答する(矢印704を参照されたい)。HTTP 200 OKの一例は、下記のとおりである。
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: (...)
{"DeliveryInformation":[{"address":"tel:+16303556789","deliveryStatus": "DeliveredToNetwork"}]}
POST /openapi/sms/rest/vl.0/receivedsmsnotification HTTP/1.1
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatle-lucent.com
Content-Type: application/json
Content-Length: (...)
{"senderAddress": "tel: +16302241234", "smsServiceActivationNumber":
"7777","message":"Hello, Alice", "dateTime":"2010-12-25T16:30:15"}
次いで変換システム620は、POST(NotifySmsReception)オペレーションをウェブ・アプリケーション610へ送信する(矢印717を参照されたい)。ウェブ・アプリケーション610は、HTTP 200 OKを用いて変換システム620に応答する(矢印718を参照されたい)。
POST /openapi/sms/rest/v1.0/deliveryreceiptnotification HTTP/1.1
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatle-lucent.com
Content-Type: application/json
Content-Length: (...)
{"requestedID":"123456789","deliveryInformation":{"address: "tel: +16303556789", "deliveryStatus":"deliveredToNetwork"}}
次いで変換システム620は、POSTオペレーションをウェブ・アプリケーション610へ送信する(矢印725を参照されたい)。ウェブ・アプリケーション610は、HTTP 200 OKを用いて変換システム620に応答する(矢印726を参照されたい)。図7が、SMS配信において使用されるメッセージングの概観を提供しているが、MT SMSメッセージと、その関連付けられているステータス情報とを配信するために使用されるさらなるメッセージングが存在することが可能である。
POST /openapi/sms/rest/vl.0/startSmsNotification HTTP/1.1
Authorization: Basic XMVDTdx+
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatle-lucent.com
Content-Type: application/json
Content-Length: (...)
{"smsServiceActivationNumber":"tel:7777","reference": {"endpoint":"http://135.44. 0.88:8080/sms/ReceiptSMSNotification","interfaceName":"smsnotification","correlator":"6666"},"criteria":"a"}
次いでウェブ・アプリケーション610は、POSTオペレーションを変換システム620へ送信する(矢印801を参照されたい)。変換システム620は、HTTP 200 OKを用いてウェブ・アプリケーション610に返答する(矢印802を参照されたい)。
POST /openapi/sms/rest/vl.0/receivedsmsnotification HTTP/1.1
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatle-lucent.com
Content-Type: application/json
Content-Length: (...)
{"senderAddress":"tel: +16303556789", "smsServiceAxtivationNumber":"7777","message":"Hello, Bob", "dateTime":"2010-12-25T18:30:15"}
変換システム620は、POSTオペレーションをウェブ・アプリケーション610へ送信する(矢印809を参照されたい)。ウェブ・アプリケーション610は、HTTP 200 OKを用いて変換システム620に返答する(矢印810を参照されたい)。
GET /openapi/sms/rest/v1.0/registration/7777/messages HTTP/1.1
Authorization: Basic XMVDTdx+
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatel-lucent.com
Accept application/json
Content-Length: 0
次いで変換システム620は、GETオペレーション(GetSmsDeliveryStatus)をウェブ・アプリケーション610へ送信する(矢印811を参照されたい)。ウェブ・アプリケーション610は、ステータス情報を含むHTTP 200 OKを用いて変換システム620に返答する(矢印812を参照されたい)。HTTP 200 OKの一例は、下記のとおりである。
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: (...)
{"DeliveryInformation":[{"address":"tel:+16302441234","deliveryStatus": "DeliveredToNetwork"}]}
POST /openapi/sms/rest/vl.0/receivedsmsnotification HTTP/1.1
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatle-lucent.com
Content-Type: application/json
Content-Length: (...)
{"senderAddress":"te1: +16303356789",
"smsServiceActivationNumber":"7777","message":"Hello, Bob",
"dateTime": "2010-12-25T18:30:30"}
POST /openapi/sms/rest/vl.0/deliveryreceiptnotification HTTP/1.1
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatle-lucent.com
Content-Type: application/json
Content-Length: (...)
{"requestedlD":"123456789","deliveryInformation":{"address: "tel:
+16302441234","deliveryStatus":"deliveredToNetwork"}}
次いでウェブ・アプリケーション610は、POSTオペレーション(NotifySmsDeliveryReceipt)を変換システム620へ送信する(矢印821を参照されたい)。変換システム620は、HTTP 200 OKを用いてウェブ・アプリケーション610に返答する(矢印822を参照されたい)。
GET /openapi/sms/rest/v1.0/registration/7777/messages HTTP/1.1
Authorization: Basic XMVDTdx+
X-Partner-Id: ACP123@acp.alcatel-lucent.com
X-Service-Id: APP123@ACP123
Host: acp.alcatel-lucent.com
Accept application/json
Content-Length: 0
次いでウェブ・アプリケーション610は、GETオペレーションを変換システム620へ送信する(矢印916を参照されたい)。変換システム620は、ユーザのために格納されているMO SMSメッセージを識別し、その格納されているMO SMSメッセージをウェブ・アプリケーション610のためのRESTful受信オペレーションへと変換する。この例においては、RESTful受信オペレーションは、MO SMSメッセージをカプセル化しているHTTP 200 OKである。HTTP 200 OKの一例は、下記のとおりである。
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: (...)
{"receivedSMS":[{"sendAddress":"tel:+16303556789","smsServiceActivation
Number":"7777","message body":"Hello, Bob","DateTime":" 2010-12-25T18:30:30"}]}
次いで変換システム620は、HTTP 200 OKをウェブ・アプリケーション610へ送信する(矢印917を参照されたい)。そして図9におけるコール・フローは、図8の場合のようにMOテキスト・メッセージに関するステータス情報をUE640に提供し続ける(矢印918〜925を参照されたい)。
Claims (10)
- ウェブ・アプリケーションとパケット交換ネットワークとの間で実行される変換システムであって、
モバイル着信(MT)テキスト・メッセージを受信者へ送信するためのRESTful送信オペレーションをウェブ・アプリケーションから受信するように動作可能であるインターフェースと、
前記MTテキスト・メッセージに関する前記RESTful送信オペレーションを、MAP−RPデータをカプセル化している第1のセッション開始プロトコル(SIP)要求に変換し、前記MTテキスト・メッセージに関するアドレス・データ及びSMS本文を前記RESTful送信オペレーションから抽出し、前記アドレス・データを、前記第1のSIP要求のMAP RP−Originating−Addressフィールド及びMAP RP−Destination−Addressフィールドにマップし、前記MTテキスト・メッセージに関する前記SMS本文を、前記第1のSIP要求のMAP RP−User−Dataフィールドに含まれるTPDUのMAP TP−User−Dataフィールドにマップするように動作可能であるコントローラと、を有する変換システムを含み、
前記インターフェースが、前記受信者への前記MTテキスト・メッセージの配信のために、前記MTテキスト・メッセージに関する前記第1のSIP要求を前記パケット交換ネットワークへ送信するようにさらに動作可能である、システム。 - 前記第1のSIP要求が、SIPメッセージである、
請求項1に記載のシステム。 - 前記インターフェースが、前記MTテキスト・メッセージに関する配信ステータスを示す第2のSIP要求を前記パケット交換ネットワークから受信するようにさらに動作可能であり、前記第2のSIP要求は、前記MAP−RPデータをカプセル化しており、
前記コントローラが、前記第2のSIP要求をRESTfulステータス・オペレーションに変換し、前記受信者へ前記MTテキスト・メッセージの配信ステータスを示すために、前記第2のSIP要求の前記MAP RP−User−Dataフィールドに含まれる前記TPDUの前記MAP TP−User−Dataフィールドを解析し、前記MTテキスト・メッセージの前記配信ステータスを前記RESTfulステータス・オペレーション内にカプセル化するようにさらに動作可能であり、
前記インターフェースが、前記RESTfulステータス・オペレーションを前記ウェブ・アプリケーションへ送信するようにさらに動作可能である、
請求項1に記載のシステム。 - 前記インターフェースが、モバイル発信(MO)テキスト・メッセージに関する第3のSIP要求を前記パケット交換ネットワークから受信するようにさらに動作可能であり、
前記第3のSIP要求が、前記MAP−RPデータ内に前記MOテキスト・メッセージをカプセル化しており、
前記コントローラが、前記第3のSIP要求を、RESTful受信オペレーションに変換し、前記第3のSIP要求の前記MAP RP−User−Dataフィールドに含まれる前記TPDUの前記MAP TP−User−Dataフィールドから前記MOテキスト・メッセージに関するSMS本文を抽出し、前記MOテキスト・メッセージに関する前記SMS本文を前記RESTful受信オペレーション内にカプセル化するようにさらに動作可能であり、
前記インターフェースが、前記ウェブ・アプリケーションのユーザへの前記MOテキスト・メッセージの配信のために、前記MOテキスト・メッセージに関する前記RESTful受信オペレーションを前記ウェブ・アプリケーションへ送信するようにさらに動作可能である、
請求項1に記載のシステム。 - 前記インターフェースが、前記ウェブ・アプリケーションの前記ユーザへの前記MOテキスト・メッセージに関する配信ステータスを示すRESTfulステータス・オペレーションを前記ウェブ・アプリケーションから受信するようにさらに動作可能であり、
前記コントローラが、前記RESTfulステータス・オペレーションを、前記MAP−RPデータをカプセル化している第4のSIP要求に変換し、前記RESTfulステータス・オペレーションから、前記第4のSIP要求の前記MAP RP−User−Dataフィールドに含まれる前記TPDUの前記MAP TP−User−Dataフィールドへ、前記配信ステータスをマップするようにさらに動作可能であり、
前記インターフェースが、前記第4のSIP要求を前記パケット交換ネットワークへ送信するようにさらに動作可能である、
請求項4に記載のシステム。 - ウェブ・アプリケーションとパケット交換ネットワークとの間で実行される変換システムにおいて行われる方法であって、
モバイル着信(MT)テキスト・メッセージを受信者へ送信するためのRESTful送信オペレーションをウェブ・アプリケーションから受信するステップと、
前記MTテキスト・メッセージに関する前記RESTful送信オペレーションを、MAP−RPデータをカプセル化している第1のセッション開始プロトコル(SIP)要求に変換するステップと、
前記MTテキスト・メッセージに関するアドレス・データ及びSMS本文を前記RESTful送信オペレーションから抽出するステップと、
前記アドレス・データを、前記第1のSIP要求のMAP RP−Originating−Addressフィールド及びMAP RP−Destination−Addressフィールドにマップするステップと、
前記MTテキスト・メッセージに関する前記SMS本文を、前記第1のSIP要求のMAP RP−User−Dataフィールドに含まれるTPDUのMAP TP−User−Dataフィールドにマップするステップと、
前記受信者への前記MTテキスト・メッセージの配信のために、前記MTテキスト・メッセージに関する前記第1のSIP要求を前記パケット交換ネットワークへ送信するステップと
を含む方法。 - 前記第1のSIP要求が、SIPメッセージである、
請求項6に記載の方法。 - 前記MTテキスト・メッセージに関する配信ステータスを示す第2のSIP要求を前記パケット交換ネットワークから受信するステップであって、前記第2のSIP要求は、前記MAP−RPデータをカプセル化している、ステップと、
前記第2のSIP要求をRESTfulステータス・オペレーションに変換するステップと、
前記受信者へ前記MTテキスト・メッセージの配信ステータスを示すために、前記第2のSIP要求の前記MAP RP−User−Dataフィールドに含まれる前記TPDUの前記MAP TP−User−Dataフィールドを解析するステップと、
前記MTテキスト・メッセージの前記配信ステータスを前記RESTfulステータス・オペレーション内にカプセル化するステップと、
前記RESTfulステータス・オペレーションを前記ウェブ・アプリケーションへ送信するステップと
をさらに含む、請求項6に記載の方法。 - モバイル発信(MO)テキスト・メッセージに関する第3のSIP要求を前記パケット交換ネットワークから受信するステップであって、前記第3のSIP要求が、前記MAP−RPデータ内に前記MOテキスト・メッセージをカプセル化している、ステップと、
前記第3のSIP要求を、RESTful受信オペレーションに変換するステップと、
前記第3のSIP要求の前記MAP RP−User−Dataフィールドに含まれる前記TPDUの前記MAP TP−User−Dataフィールドから前記MOテキスト・メッセージに関するSMS本文を抽出するステップと、
前記MOテキスト・メッセージに関する前記SMS本文を前記RESTful受信オペレーション内にカプセル化するステップと、
前記ウェブ・アプリケーションのユーザへの前記MOテキスト・メッセージの配信のために、前記MOテキスト・メッセージに関する前記RESTful受信オペレーションを前記ウェブ・アプリケーションへ送信するステップと
をさらに含む、請求項6に記載の方法。 - 前記ウェブ・アプリケーションの前記ユーザへの前記MOテキスト・メッセージに関する配信ステータスを示すRESTfulステータス・オペレーションを前記ウェブ・アプリケーションから受信するステップと、
前記RESTfulステータス・オペレーションを、前記MAP−RPデータをカプセル化している第4のSIP要求に変換するステップと、
前記RESTfulステータス・オペレーションから、前記第4のSIP要求の前記MAP RP−User−Dataフィールドに含まれる前記TPDUの前記MAP TP−User−Dataフィールドへ、前記配信ステータスをマップするステップと、
前記第4のSIP要求を前記パケット交換ネットワークへ送信するステップと
をさらに含む、請求項9に記載の方法。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/160,658 | 2011-06-15 | ||
US13/160,658 US8923899B2 (en) | 2011-06-15 | 2011-06-15 | Interface between restful web services and packet-switched networks for text messaging |
PCT/US2012/039052 WO2012173752A1 (en) | 2011-06-15 | 2012-05-23 | Interface between restful web services and packet-switched networks for text messaging |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014523151A JP2014523151A (ja) | 2014-09-08 |
JP5753316B2 true JP5753316B2 (ja) | 2015-07-22 |
Family
ID=46210433
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014515836A Expired - Fee Related JP5753316B2 (ja) | 2011-06-15 | 2012-05-23 | テキスト・メッセージングのための、RESTfulウェブ・サービスとパケット交換ネットワークとの間におけるインターフェース |
Country Status (6)
Country | Link |
---|---|
US (1) | US8923899B2 (ja) |
EP (1) | EP2721847A1 (ja) |
JP (1) | JP5753316B2 (ja) |
KR (1) | KR101567292B1 (ja) |
CN (1) | CN103636243A (ja) |
WO (1) | WO2012173752A1 (ja) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140201293A1 (en) * | 2013-01-14 | 2014-07-17 | Talk.to FZC | Choosing a service to provide a message |
US9385974B2 (en) | 2014-02-14 | 2016-07-05 | Sprint Communications Company L.P. | Data message queue management to identify message sets for delivery metric modification |
US9634900B2 (en) * | 2014-02-28 | 2017-04-25 | Futurewei Technologies, Inc. | Declarative approach to virtual network creation and operation |
CN106211105B (zh) * | 2015-04-30 | 2019-09-06 | 中国电信股份有限公司 | 处理短信的方法和系统、及应用服务器 |
CN107086951B (zh) * | 2017-04-05 | 2019-12-03 | 中国联合网络通信集团有限公司 | 行业短信的传输方法、短信网关及行业短信接入网关 |
EP3782351B1 (en) * | 2018-04-18 | 2024-09-18 | Mavenir Networks, Inc. | Services-based architecture for ims |
WO2019204201A1 (en) | 2018-04-18 | 2019-10-24 | Mavenir Networks, Inc. | Rcs authentication |
CN112003855B (zh) * | 2020-08-20 | 2021-09-03 | 杭州诚智天扬科技有限公司 | 基于ims网络的隐私号码业务平台系统及其应用方法 |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6094578A (en) * | 1996-07-10 | 2000-07-25 | American Pcs Communications, Llc | Gateway unit |
FI104873B (fi) * | 1997-04-16 | 2000-04-14 | Nokia Networks Oy | Datapalvelu matkaviestinverkossa |
US20020056001A1 (en) * | 2000-11-09 | 2002-05-09 | Magee Stephen D. | Communication security system |
US7254614B2 (en) * | 2001-11-20 | 2007-08-07 | Nokia Corporation | Web services push gateway |
JP3730228B2 (ja) * | 2003-03-24 | 2005-12-21 | Kddi株式会社 | プロトコル変換装置およびプロトコル変換方法 |
US7644170B2 (en) * | 2003-08-11 | 2010-01-05 | Teamon Systems, Inc. | Communications system providing extensible protocol translation features and related methods |
EP1557989A1 (en) * | 2004-01-20 | 2005-07-27 | Lg Electronics Inc. | System and method for making multimedia message service compatible |
US8113277B2 (en) * | 2007-03-05 | 2012-02-14 | Fiberod, Inc. | Sucker rod end fittings and method of using same |
WO2009133544A1 (en) * | 2008-05-02 | 2009-11-05 | Markport Limited | A messaging device and server system |
US8438295B2 (en) * | 2008-10-14 | 2013-05-07 | Microsoft Corporation | Declarative programming model for modeling and execution of triggers for resource oriented system |
JP5193902B2 (ja) * | 2009-02-25 | 2013-05-08 | 日本電信電話株式会社 | プレゼンスサービスシステム及びプレゼンスサービス方法 |
US8473595B2 (en) * | 2009-12-30 | 2013-06-25 | Bmc Software, Inc. | Method and system to automatically adapt web services from one protocol/idiom to another protocol/idiom |
US8219628B2 (en) * | 2010-07-23 | 2012-07-10 | International Business Machines Corporation | Method to change instant messaging status based on text entered during conversation |
-
2011
- 2011-06-15 US US13/160,658 patent/US8923899B2/en active Active
-
2012
- 2012-05-23 CN CN201280029395.7A patent/CN103636243A/zh active Pending
- 2012-05-23 WO PCT/US2012/039052 patent/WO2012173752A1/en unknown
- 2012-05-23 JP JP2014515836A patent/JP5753316B2/ja not_active Expired - Fee Related
- 2012-05-23 KR KR1020137033211A patent/KR101567292B1/ko not_active Expired - Fee Related
- 2012-05-23 EP EP12726287.1A patent/EP2721847A1/en active Pending
Also Published As
Publication number | Publication date |
---|---|
WO2012173752A1 (en) | 2012-12-20 |
US20120322468A1 (en) | 2012-12-20 |
US8923899B2 (en) | 2014-12-30 |
JP2014523151A (ja) | 2014-09-08 |
KR20140015539A (ko) | 2014-02-06 |
KR101567292B1 (ko) | 2015-11-09 |
CN103636243A (zh) | 2014-03-12 |
EP2721847A1 (en) | 2014-04-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5753316B2 (ja) | テキスト・メッセージングのための、RESTfulウェブ・サービスとパケット交換ネットワークとの間におけるインターフェース | |
JP5684949B2 (ja) | テキスト・メッセージングのためのウェブ・アプリケーションとパケット交換ネットワークとの間のインターフェース | |
JP5666020B2 (ja) | パケット交換ネットワークを介してアプリケーション発信テキスト・メッセージを配送するための方法および装置 | |
JP2012256330A (ja) | 統合ipメッセージングサービスにおけるメッセージスレッドを管理する方法及びシステム | |
KR20140066765A (ko) | 문자 메시지들에 대한 보관 제어 | |
CN103181126B (zh) | Sip通信中针对文本消息的传递报告 | |
US20120155459A1 (en) | Converged messaging across legacy and ip domains | |
CN101223746B (zh) | 寻呼模式消息收发 | |
US20140040405A1 (en) | Method and Apparatus for Messaging Service Internetworking | |
CN101374254A (zh) | 通信系统中传送报告的方法及设备 | |
CN103379017A (zh) | 语音留言方法及系统、融合消息服务器及客户端 | |
EP2136517B1 (en) | Short message delivery | |
US20120117166A1 (en) | Method and System of Communication Between Instant Messaging Clients and Mobile Cellular Devices | |
KR20080090250A (ko) | 이종 메시지의 상호 연동을 통한 메시지 전송 방법 | |
KR20170034016A (ko) | 무선 통신 시스템에서 메시지 수신 정보를 송신하기 위한 장치 및 방법 | |
KR101467970B1 (ko) | 패킷-스위치된 네트워크를 통해 ao 문자 메시지들을 전달하기 위한 방법 및 장치 | |
CN102291823A (zh) | 通信系统中传送报告的方法及设备 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20141210 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20141216 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20150316 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150330 |
|
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: 20150423 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150521 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5753316 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |