[go: up one dir, main page]

WO2018153231A1 - Procédé et dispositif de traitement d'informations, et support de stockage - Google Patents

Procédé et dispositif de traitement d'informations, et support de stockage Download PDF

Info

Publication number
WO2018153231A1
WO2018153231A1 PCT/CN2018/074979 CN2018074979W WO2018153231A1 WO 2018153231 A1 WO2018153231 A1 WO 2018153231A1 CN 2018074979 W CN2018074979 W CN 2018074979W WO 2018153231 A1 WO2018153231 A1 WO 2018153231A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
party system
service
core network
message
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.)
Ceased
Application number
PCT/CN2018/074979
Other languages
English (en)
Chinese (zh)
Inventor
李富
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.)
ZTE Corp
Original Assignee
ZTE Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Publication of WO2018153231A1 publication Critical patent/WO2018153231A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/18Information format or content conversion, e.g. adaptation by the network of the transmitted or received information for the purpose of wireless delivery to users or terminals

Definitions

  • Embodiments of the present invention relate to, but are not limited to, the field of communications, and in particular, to a method, device, and storage medium for information processing.
  • the Unstructured Supplementary Service Data Gateway (USSDGW) system is used for communication channels between mobile handset terminals and third-party systems, thereby providing convenient and rich applications and services for mobile users.
  • the connection between the USSDGW and the third party is usually a short message peer-to-peer (SMPP, Short Message Peer to Peer)/Man-Machine Language (MML) protocol.
  • SMPP Short Message Peer to Peer
  • MML Man-Machine Language
  • These interface protocols are used to connect to the USSDGW system of the third party.
  • SMPP Short Message Peer to Peer
  • MML Man-Machine Language
  • These interface protocols are used to connect to the USSDGW system of the third party.
  • As a text message channel the message content of the interaction between the mobile terminal and the third-party system is not recognized, and each pair of messages can only perform one specific operation, such as pushing a menu and receiving terminal input, and the terminal input content is correct as no. No judgment is made, and no further action is taken on
  • the embodiment of the present invention is to provide a method, a device, and a storage medium for information processing, which can improve the interaction efficiency of interface messages.
  • An embodiment of the present invention provides a method for information processing, including:
  • Receiving service implementation logic returned by the third-party system performing multiple interactions with the terminal according to the service implementation logic, and collecting information that interacts with the terminal;
  • the collected information is sent to the third party system.
  • the method further includes: verifying the collected information
  • the collected information is sent to the third party system after the verification is passed.
  • the method further includes:
  • the service implementation logic is carried by a VXML (Voice eXtensible Markup Language) message.
  • VXML Vehicle eXtensible Markup Language
  • the collected information is sent to the third-party system through a Hyper Text Transfer Protocol (HTTP) message.
  • HTTP Hyper Text Transfer Protocol
  • An embodiment of the present invention further provides an apparatus for information processing, including:
  • a first transmission module configured to receive a service request message for accessing a third-party system, and send the service request message to the third-party system
  • the processing module is configured to receive the service implementation logic returned by the third-party system, perform multiple interactions with the terminal according to the service implementation logic, and collect information that interacts with the terminal;
  • a second transmission module configured to send the collected information to the third-party system.
  • the processing module is further configured to verify whether the collected information is correct, and trigger the second transmission module when verifying that the collected information is correct;
  • the second transmission module sends the collected information to the third-party system after being triggered.
  • the second transmission module is further configured to receive the service access result information returned by the third-party system, and send the service access result information to the terminal.
  • An embodiment of the present invention further provides a USSDGW, including the foregoing information processing apparatus.
  • the embodiment of the present invention further provides a method for processing information, which is applied to a third-party system, including: after receiving a service request message of a core network, parsing the service request message, and analyzing corresponding service implementation logic;
  • the returning the service implementation logic to the core network includes:
  • the service implementation logic is returned to the core network by outputting a synthesized speech VXML message.
  • the method further includes:
  • the embodiment of the invention further provides an apparatus for processing information, which is applied to a third-party system, including:
  • the parsing module is configured to parse the service request message after receiving the service request message of the core network, and analyze the corresponding service implementation logic;
  • a transmission module configured to return the service implementation logic to the core network.
  • the device may further include:
  • the processing module is configured to: after receiving the information that the core network collects and interact with the terminal, perform corresponding service logic operations, and return service access result information to the core network.
  • An embodiment of the present invention further provides an apparatus for information processing, including: a processor and a memory;
  • the memory is configured to save a program for performing entropy decoding
  • the processor is configured to run a program, wherein the method for performing the above information processing when the program is running.
  • the embodiment of the present invention further provides a storage medium, where the storage medium includes a stored program, wherein the method for performing the above information processing when the program runs.
  • the USSDGW After the method and device for information processing provided by the embodiment of the present invention, the USSDGW and the storage medium, the USSDGW sends the service request message to the third-party system after receiving the service request message of the third-party system;
  • the service implementation logic returned by the three-party system performs multiple interactions with the terminal according to the service implementation logic, collects information that interacts with the terminal, and sends the collected information to the third-party system. In this way, the interaction efficiency of interface messages can be improved.
  • FIG. 1 is a flowchart of a method for information processing according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a method for processing information on a third-party system side according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of an apparatus for information processing according to an embodiment of the present disclosure
  • FIG. 4 is a schematic diagram of a USSDGW according to an embodiment of the present invention.
  • FIG. 5 is a flowchart of a method for information processing provided by the present invention.
  • FIG. 6 is a schematic diagram of an apparatus for information processing according to an embodiment of the present invention.
  • a method or apparatus comprising a plurality of elements includes not only the Elements, but also other elements not explicitly listed, or elements that are inherent to the implementation of the method or device.
  • an element defined by the phrase “comprising a " does not exclude the presence of additional related elements in the method or device including the element (eg, a step in the method or a unit in the device)
  • a unit may be a partial circuit, a partial processor, a partial program or software, or the like.
  • the method for information processing provided by the embodiment of the present invention includes a series of steps, but the method for information processing provided by the embodiment of the present invention is not limited to the steps described, and similarly, the information processing device provided by the embodiment of the present invention A series of modules are included, but the apparatus provided by the embodiments of the present invention is not limited to including the modules explicitly described, and may also include a unit that is required to be set when acquiring related information or processing based on the information.
  • FIG. 1 is a flowchart of a method for accessing a third-party system according to an embodiment of the present invention. As shown in FIG. 1 , the method in this embodiment includes:
  • Step 11 After receiving a service request message for accessing a third-party system, sending the service request message to the third-party system;
  • Step 12 Receive service implementation logic returned by the third-party system, perform multiple (two or more) interactions with the terminal according to the service implementation logic, and collect information that interacts with the terminal.
  • Step 13 Send the collected information to the third-party system.
  • the method further includes: verifying whether the collected information is correct, and collecting information when the collected information is correct. Sent to the third party system.
  • the method further includes:
  • the service implementation logic is carried by a VXML message.
  • the collected information is sent to the third party system via an HTTP message.
  • FIG. 2 is a flowchart of a method for processing information on a third-party system side according to an embodiment of the present invention. As shown in FIG. 2, the method in this embodiment includes:
  • Step 21 After receiving the service request message of the core network, the third-party system parses the service request message, and analyzes the corresponding service implementation logic.
  • Step 22 Return the service implementation logic to the core network.
  • the third-party system returns the service implementation logic to the core network through a VXML message.
  • the method further includes:
  • the USSDGW system adopting the VXML protocol connects the mobile terminal and the third-party system, utilizes multiple interactions of the VXML protocol, plays the voice multiple times, and performs loop verification on the input, thereby improving the interaction efficiency of the interface message and overcoming the present.
  • FIG. 3 is a schematic diagram of an apparatus for information processing according to an embodiment of the present invention. As shown in FIG. 3, the apparatus of this embodiment includes:
  • a first transmission module configured to receive a service request message for accessing a third-party system, and send the service request message to the third-party system
  • the processing module is configured to receive the service implementation logic returned by the third-party system, perform multiple interactions with the terminal according to the service implementation logic, and collect information that interacts with the terminal;
  • a second transmission module configured to send the collected information to the third-party system.
  • the processing module is further configured to verify whether the collected information is correct, and trigger the second transmission module when verifying that the collected information is correct;
  • the second transmission module sends the collected information to the third-party system after being triggered.
  • the second transmission module is further configured to receive service access result information returned by the third-party system, and send the service access result information to the terminal.
  • the service implementation logic is carried by a VXML message.
  • the second transmission module sends the collected information to the third-party system through an HTTP message.
  • the present embodiment further provides a USSDGW, including the foregoing information processing device, and FIG. 4 is a schematic diagram of a USSDGW according to an embodiment of the present invention.
  • the hardware module of the USSDGW in this embodiment includes:
  • the USSDGW-Signaling uses a general mobile application part (MAP, Mobile Application Part) protocol to process the server, and externally acts as a signaling interface to internally convert signaling into internal messages.
  • MAP Mobile Application Part
  • the USSDGW-Service uses the business logic to control the server; it interfaces with USSDGW-Signaling and also interfaces with USSDGW-VXML.
  • the mobile terminal is connected to the USSDGW-Signaling via the core network, the USSDGW-Signaling is connected to the USSDGW-Service, the USSDGW-Service is connected to the USSDGW-VXML module, and the USSDGW-VXML module is connected to the third-party system.
  • Step 101 The mobile terminal sends a USSDString (USSD request message string) to USSDGW-Signaling; the USSDString usually only takes one USSDCODE, such as *123#.
  • USSDString USSD request message string
  • Step 102 USSDGW-Signaling parses the USSDString and the terminal number and sends it to the USSDGW-Service.
  • Step 103 The USSDGW-Service receives the USSDCODE (USSD request code) and the mobile terminal number, and finds the information of the corresponding third-party system according to the internal service logic, such as: Internet Protocol (IP) address, port (PORT) , Uniform Resource Locator (URL, Universal Resource Locator), etc., and organize this information into internal messages sent to USSDGW-VXML.
  • USSDCODE USSD request code
  • PORT port
  • URL Uniform Resource Locator
  • URL Universal Resource Locator
  • Step 104 After receiving the internal message, the USSDGW-VXML parses the URL and sends the URL to the third-party system through the HTTP message.
  • the HTTP message can carry the mobile phone number and the requested function code.
  • Step 105 After receiving the HTTP request, the third-party system performs internal logic processing, and then returns a VXML message to USSDGW-VXML.
  • the VXML message carries all the logic implemented by the requested function. To implement this function, what information is needed by the third-party system, what checksums need to be made, and these actions or judgments are written into the logical message body of VXML using VXML syntax rules. . This logical message body is different for different functions, and the logical message body provided by different third-party systems can also be different.
  • Step 106 After receiving the VXML message, the USSDGW-VXML parses the VXML message, and according to the logic in the VXML message, controls the multiple interactions with the mobile terminal together with the USSDGW-Service and the USSDGW-Signaling, and performs the interaction in the interaction process. Information is checked and exception processed.
  • Step 107 After the USSDGW-VXML control interaction is completed, the information acquired by the interaction is integrated and sent to the third-party system through an HTTP message.
  • Step 108 After the third-party system receives the HTTP request, parses the information therein, and performs corresponding logical operations, and notifies the USSDGW-VXML by using the VXML message, and sends the result content to the mobile through USSDGW-Service and USSDGW-Signaling. terminal.
  • the method and the device of the embodiment of the invention improve the interaction efficiency of the message, save the hardware resources, improve the system performance of the USSDGW, and achieve the effect of saving the system hardware cost.
  • FIG. 5 is an optional flowchart of a method for processing information according to an embodiment of the present invention. As shown in FIG. 5, the method includes the following steps:
  • Step 201 The mobile terminal user A wants to query the balance of the bank card account, so the USSDString of *123# is input to initiate a request for Unstructured Supplementary Data Service (USSD). After receiving the core network device, it will send a MAP-USSD-Request (USSD request message in the MAP protocol) to the USSDGW-Signaling (signaling interface).
  • USSD Unstructured Supplementary Data Service
  • Step 202 After receiving the MAP message, the USSDGW-Signaling parses and parses the MAP message, and sends the A number and the *123# information to the USSDGW-Service node through an internal message.
  • Step 203 After receiving the internal message, the USSDGW-Service finds information of the corresponding third-party system (such as IP, PORT, URL format) according to *123#, and passes the information together with the A number through the internal message. Send to the USSDGW-VXML node.
  • the USSDGW-Service finds information of the corresponding third-party system (such as IP, PORT, URL format) according to *123#, and passes the information together with the A number through the internal message. Send to the USSDGW-VXML node.
  • Step 204 After receiving the internal message, USSDGW-VXML combines the information into a standard HTTP message and sends it to a third-party banking system.
  • Step 205 The third-party banking system performs internal analysis processing to return a VXML message to the USSDGW-VXML node, and the VXML message carries logic for implementing the access function.
  • Step 206 After receiving the VXML message, the USSDGW-VXML parses the content of the VXML message, parses the logic in the VXML, and the subsequent processing after receiving various responses, and the processing of various abnormal conditions.
  • the first interactive message (Pls input you debit card account) is sent to the USSDGW-Service node through an internal message.
  • Step 207 After receiving the internal message, the USSDGW-Service encodes and decodes the interactive message and sends it to USSDGW-Signaling.
  • Step 208 After receiving the message, USSDGW-Signaling processes the message into a MAP-USSD-Response (response) and sends the message to the mobile terminal via the core network.
  • MAP-USSD-Response response to the mobile terminal via the core network.
  • Step 209 The mobile terminal displays to the user: Pls input you debit card account, the user enters the bank card account number (1000598099999) on the terminal, and then clicks reply.
  • Step 210 The mobile terminal sends the ACK-USSD-Response message to the USSDGW-Signaling node via the core network.
  • Step 211 After receiving the message, USSDGW-Signaling parses the message and sends the message to the USSDGW-Service node.
  • Step 212 The USSDGW-Service receives the message, and after decoding, sends the response content (1000598099999) input by the user to the USSDGW-VXML node through an internal message.
  • Step 213 After receiving the content of the mobile terminal response (1000598099999), the USSDGW-VXML verifies the correctness of the content format. If no problem is found, the second interaction is sent through the internal message according to the logic in the previous VXML. The message (Pls input you amount password) is sent to the USSDGW-Service node.
  • Step 214 After receiving the message, the USSDGW-Service encodes the message and sends the message to the USSDGW-Signaling node through an internal message.
  • Step 215 After receiving the message, USSDGW-Signaling assembles the message into a MAP-USSD-Response message, and sends the message to the mobile terminal via the core network.
  • Step 216 The mobile terminal displays the user: Pls input you amount password, the user enters the bank card account password (147797) on the terminal, and then clicks reply.
  • Step 217 The mobile terminal sends the ACK-USSD-Response message to the USSDGW-Signaling node via the core network.
  • Step 218 After receiving the message, the USSDGW-Signaling parses the message and sends the message to the USSDGW-Service node.
  • Step 219 The USSDGW-Service receives the message, and after decoding, sends the response content (147797) input by the user to the USSDGW-VXML node.
  • Step 220 After receiving the content of the mobile terminal response (147797), the USSDGW-VXML verifies the correctness of the content format. If no problem is found, the information collected in the VXML is found to be collected. After the format is correct, the received information (account and password) will be filled into the URL (URL: account, pwd) and sent to the third-party banking system by HTTP message. If there is a problem, the user's input is incorrect. If the user inputs the error within the specified number of times, the interaction with the user ends, and the process ends.
  • Step 221 After receiving the information, the third-party banking system performs internal processing, and sends the processing result to the USSDGW-VXML node in the form of a VXML message.
  • Step 222 After receiving the VXML message, the USSDGW-VXML parses the message content (You debit card balance is XXX) and forwards the message to the USSDGW-Service node through the internal message.
  • Step 223 After receiving the internal message, the USSDGW-Service encodes and decodes the interactive message and sends it to USSDGW-Signaling.
  • Step 224 After receiving the message, the USSDGW-Signaling processes the message into a MAP-USSD-notify (notification) and sends the message to the mobile terminal via the core network.
  • Step 225 Display the user on the mobile terminal: You debit card balance is XXX.
  • FIG. 6 is a schematic diagram of an apparatus for processing information according to an embodiment of the present invention. As shown in FIG. 6, the apparatus for processing information of the embodiment is applied to a third-party system, including:
  • the parsing module is configured to parse the service request message after receiving the service request message of the core network, and analyze the corresponding service implementation logic;
  • a transmission module configured to return the service implementation logic to the core network.
  • the transmission module returns the service implementation logic to the core network through a VXML message.
  • the third party system further includes:
  • the processing module is configured to: after receiving the information that the core network collects and interact with the terminal, perform corresponding service logic operations, and return service access result information to the core network.
  • An embodiment of the present invention further provides an apparatus for information processing, including: a processor and a memory;
  • the memory is configured to save a program for performing entropy decoding
  • the processor is configured to execute a program, wherein the program is executed when executed:
  • Receiving service implementation logic returned by the third-party system performing multiple interactions with the terminal according to the service implementation logic, and collecting information that interacts with the terminal;
  • the collected information is sent to the third party system.
  • the processor is also configured to execute when the program is run:
  • the collected information is sent to the third party system after the verification is passed.
  • the processor is also configured to execute when the program is run:
  • An embodiment of the present invention further provides a storage medium, where the storage medium includes a stored program, where the program is executed when executed:
  • Receiving service implementation logic returned by the third-party system performing multiple interactions with the terminal according to the service implementation logic, and collecting information that interacts with the terminal;
  • the collected information is sent to the third party system.
  • the program is also executed when it runs:
  • the collected information is sent to the third party system after the verification is passed.
  • the program is also executed when it runs:
  • An embodiment of the present invention further provides an apparatus for information processing, including: a processor and a memory;
  • the memory is configured to save a program for performing entropy decoding
  • the processor is configured to execute a program, wherein the program is executed when executed:
  • the service request message After receiving the service request message of the core network, the service request message is parsed, and the corresponding service implementation logic is analyzed; and the service implementation logic is returned to the core network.
  • the processor is further configured to execute when the program is executed:
  • the service implementation logic is returned to the core network by outputting a synthesized speech VXML message.
  • the processor is further configured to execute when the program is executed:
  • An embodiment of the present invention further provides a storage medium, where the storage medium includes a stored program, where the program is executed when executed:
  • the service request message After receiving the service request message of the core network, the service request message is parsed, and the corresponding service implementation logic is analyzed; and the service implementation logic is returned to the core network.
  • the program is further executed when the program is running:
  • the service implementation logic is returned to the core network by outputting a synthesized speech VXML message.
  • the program is further executed when the program is running:
  • the foregoing storage medium includes: a mobile storage device, a random access memory (RAM), a read-only memory (ROM), a magnetic disk, or an optical disk.
  • RAM random access memory
  • ROM read-only memory
  • magnetic disk or an optical disk.
  • optical disk A medium that can store program code.
  • the above-described integrated unit of the present invention may be stored in a computer readable storage medium if it is implemented in the form of a software function module and sold or used as a standalone product.
  • the technical solution of the embodiments of the present invention may be embodied in the form of a software product in essence or in the form of a software product, which is stored in a storage medium and includes a plurality of instructions for making
  • a computer device which may be a personal computer, server, or network device, etc.
  • the foregoing storage medium includes various media that can store program codes, such as a mobile storage device, a RAM, a ROM, a magnetic disk, or an optical disk.
  • the service request message After receiving the service request message of the third-party system, the service request message is sent to the third-party system, and the service implementation logic returned by the third-party system is received, and the logic is implemented according to the service.
  • the terminal performs multiple interactions, collects information that interacts with the terminal, and sends the collected information to the third-party system. In this way, the interaction efficiency of interface messages can be improved.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

La présente invention concerne un procédé de traitement d'informations. Le procédé comprend les étapes suivantes : après réception d'un message de demande de service pour accéder à un système tiers, envoyer le message de demande de service au système tiers ; recevoir une logique de mise en oeuvre de service renvoyée par le système tiers, interagir avec un terminal plusieurs fois en fonction de la logique de mise en oeuvre de service, et collecter des informations pour échanger avec le terminal ; et envoyer les informations collectées au système tiers. L'invention concerne également un appareil de traitement d'informations, un USSDGW et un support de stockage. L'efficacité d'échange des messages d'interface peut être améliorée.
PCT/CN2018/074979 2017-02-22 2018-02-01 Procédé et dispositif de traitement d'informations, et support de stockage Ceased WO2018153231A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710096414.2 2017-02-22
CN201710096414.2A CN108462944B (zh) 2017-02-22 2017-02-22 一种信息处理的方法和装置、ussdgw

Publications (1)

Publication Number Publication Date
WO2018153231A1 true WO2018153231A1 (fr) 2018-08-30

Family

ID=63220718

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/074979 Ceased WO2018153231A1 (fr) 2017-02-22 2018-02-01 Procédé et dispositif de traitement d'informations, et support de stockage

Country Status (2)

Country Link
CN (1) CN108462944B (fr)
WO (1) WO2018153231A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110837426A (zh) * 2019-11-06 2020-02-25 腾讯科技(深圳)有限公司 消息处理方法、装置及系统、存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003009615A1 (fr) * 2001-07-18 2003-01-30 Globe Technical Services Limited Acces a des donnees a partir d'unites mobiles
US20070271139A1 (en) * 2006-05-18 2007-11-22 Nicolas Fiorini Method and apparatus for delivering advertisements to mobile users
CN101951576A (zh) * 2010-09-19 2011-01-19 中兴通讯股份有限公司 Ussd应用业务的实现方法和ussd中心
US20120089674A1 (en) * 2009-06-17 2012-04-12 Constantin Staykoff Generic smart ussd client module embarked in a telecommunication terminal
CN102811428A (zh) * 2011-05-31 2012-12-05 中兴通讯股份有限公司 一种ussdc处理sp接入的前转处理方法及系统
CN104052881A (zh) * 2013-03-11 2014-09-17 中兴通讯股份有限公司 智能业务系统的业务实现方法及装置、智能业务系统

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101883340B (zh) * 2010-06-30 2014-04-30 中兴通讯股份有限公司 一种短信交互方法及装置
CN103906019B (zh) * 2012-12-26 2018-03-13 中兴通讯股份有限公司 基于ussd的历史菜单功能实现方法及服务器
US9554255B2 (en) * 2013-04-03 2017-01-24 Onmobile Global Limited System and method for providing USSD services using cross-operator number
CN105050065A (zh) * 2015-08-07 2015-11-11 北京思特奇信息技术股份有限公司 一种ussd营业厅网关及基于ussd的电信业务办理方法

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003009615A1 (fr) * 2001-07-18 2003-01-30 Globe Technical Services Limited Acces a des donnees a partir d'unites mobiles
US20070271139A1 (en) * 2006-05-18 2007-11-22 Nicolas Fiorini Method and apparatus for delivering advertisements to mobile users
US20120089674A1 (en) * 2009-06-17 2012-04-12 Constantin Staykoff Generic smart ussd client module embarked in a telecommunication terminal
CN101951576A (zh) * 2010-09-19 2011-01-19 中兴通讯股份有限公司 Ussd应用业务的实现方法和ussd中心
CN102811428A (zh) * 2011-05-31 2012-12-05 中兴通讯股份有限公司 一种ussdc处理sp接入的前转处理方法及系统
CN104052881A (zh) * 2013-03-11 2014-09-17 中兴通讯股份有限公司 智能业务系统的业务实现方法及装置、智能业务系统

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110837426A (zh) * 2019-11-06 2020-02-25 腾讯科技(深圳)有限公司 消息处理方法、装置及系统、存储介质
CN110837426B (zh) * 2019-11-06 2024-01-30 腾讯科技(深圳)有限公司 消息处理方法、装置及系统、存储介质

Also Published As

Publication number Publication date
CN108462944A (zh) 2018-08-28
CN108462944B (zh) 2022-04-29

Similar Documents

Publication Publication Date Title
KR102029277B1 (ko) 패킷 기반 데이터 통신의 디바이스 식별자 의존적 오퍼레이션 프로세싱
CN111160845B (zh) 一种业务处理方法和装置
US9225840B2 (en) System and method for providing a communication endpoint information service
US8776085B2 (en) Common message header bearing method and apparatu for converting soap API into rest API
EP3697042A1 (fr) Procédé d'analyse de trafic, procédé d'attribution de trafic de service public, et système informatique correspondant
US20170040018A1 (en) Voice access and control
US9628566B2 (en) Communication of data of a web real-time communication via a carrier-grade environment
CN102571857B (zh) 一种实现登录xmpp服务器的方法和系统
CN112200654B (zh) 服务方法、客户端、系统、电子设备及可读存储介质
CN105740240A (zh) 用于使用社交网络进行实时语言翻译的方法和系统
CN102811228A (zh) 网络业务登录方法、设备和系统
US20150365420A1 (en) A secure user interaction method performing defined actions on web resources over a separate channel and a system thereof
CN113271300B (zh) 一种认证的系统和方法
EP4035316A1 (fr) Amélioration de messages avec contenu dynamique
CN105871853A (zh) 一种入口认证方法和系统
US10284606B2 (en) Setting up communication between a web application and a terminal
CN115664761A (zh) 单点登录方法、装置、电子设备及可读存储介质
CN114039754B (zh) 一种安全验证方法及装置
CN112015383A (zh) 一种登录方法和装置
RU2596588C2 (ru) Система и способ для активации мобильного устройства для инициирования связи
WO2018153231A1 (fr) Procédé et dispositif de traitement d'informations, et support de stockage
CN110177096B (zh) 客户端认证方法、装置、介质和计算设备
CN101425067B (zh) 信息检索方法和系统
CN101325495A (zh) 一种应用于检测黑客服务器的检测方法、装置及系统
CN101534197B (zh) 单点登录系统中用户重登录的处理方法、装置及系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18757158

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18757158

Country of ref document: EP

Kind code of ref document: A1