WO2008037117A1 - Système destiné au traitement d'une tâche de programmation d'un message multimédia et procédé de mise en oeuvre associé - Google Patents

Système destiné au traitement d'une tâche de programmation d'un message multimédia et procédé de mise en oeuvre associé Download PDF

Info

Publication number
WO2008037117A1
WO2008037117A1 PCT/CN2006/002539 CN2006002539W WO2008037117A1 WO 2008037117 A1 WO2008037117 A1 WO 2008037117A1 CN 2006002539 W CN2006002539 W CN 2006002539W WO 2008037117 A1 WO2008037117 A1 WO 2008037117A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
queue
message
module
control information
Prior art date
Application number
PCT/CN2006/002539
Other languages
English (en)
Chinese (zh)
Inventor
Liang Li
Jingxiang Wang
Jianming Wan
Original Assignee
Zte Corporation
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 Corporation filed Critical Zte Corporation
Priority to PCT/CN2006/002539 priority Critical patent/WO2008037117A1/fr
Priority to CN2006800550185A priority patent/CN101467406B/zh
Publication of WO2008037117A1 publication Critical patent/WO2008037117A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/07User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
    • H04L51/10Multimedia information

Definitions

  • the present invention relates to the field of multimedia message communication, and in particular, to a multimedia message timing task processing system and method thereof.
  • MMS Multimedia Messaging Service
  • SMS Short Message Service
  • the processing time of these tasks is configurable or user-defined, which is called a timing task of multimedia messages.
  • the processing capability and efficiency of the multimedia message timing task directly affects the user experience and the economic benefits of the operator, and is an important part of the processing capability of the multimedia message center (MMSC).
  • the existing multimedia message timing task processing technology adopts a full table scan processing method. The specific method is as follows: A fixed processing time slot is allocated in the message processing module (MESG), triggered by the system's second timer, and a full table scan is performed on the multimedia message control information table of the database module (DB), and the check is found to satisfy the trigger.
  • MSG message processing module
  • DB database module
  • the message of the time condition is processed according to the corresponding task; when the scanning time exceeds the specified processing time slot, the scanning is stopped, and the next second timer is triggered to trigger.
  • the main disadvantages of this processing mode are low processing efficiency, poor real-time performance, and insufficient and flexible expansion of the timing task function. The reasons are as follows: First, because there is no way to know whether there is a scheduled task at the current time, it can only rely on the fixed time slot allocated in the message processing module. Table scan, which causes instantaneous external request signaling blocking, especially when the traffic is busy, causing the external request signaling response to time out, resulting in a decrease in system processing success rate. Second, a medium-sized MMSC has a message storage capacity of one million.
  • the second timer needs multiple triggers to complete the full table scan, so the real-time performance of the timing task is greatly reduced.
  • the prior art does not distinguish between messages and message related tasks, and does not provide a complete and flexible management method for timing tasks. Therefore, there is a need for a system and method for the complete management of multimedia message timing tasks and for efficient, high real-time processing.
  • the core idea of the technical solution adopted by the present invention is to completely separate the multimedia message timing task (hereinafter referred to as the timing task) from the multimedia message control information (hereinafter referred to as the control information), and establish an independent, complete, and function scalable timing. Task storage and triggering mechanisms.
  • the multimedia message timing task processing system comprises: a message processing module, configured to receive signaling, invoke a database module interface and a timed task management module interface, and complete a processing flow of a multimedia message (hereinafter referred to as a message), when receiving When the signaling submits signaling for the message, the control information is stored in the database module, and the timed task is stored in the timed task management module; the database module is used to store the control information, and the database unique identifier of the control information is generated (hereinafter referred to as the control information) The primary key is returned to the message processing module; the timed task management module is configured to store and trigger the timed task, wherein the message processing module extracts the timed task information from the control information and stores it to the timed task management module, and the timed task management module will time the task.
  • a message processing module configured to receive signaling, invoke a database module interface and a timed task management module interface, and complete a processing flow of a multimedia message (hereinafter referred to as a message
  • the timed task management module stores the timed tasks of the same second trigger time in the same queue (second queue), and the data storage space of the timed task management module is composed of a set of second queues.
  • the timed task management module calculates the second queue to which the scheduled task belongs according to the second queue mapping algorithm, and appends the received timed task to the tail of the queue of the corresponding second queue.
  • the system of the present invention may further include a system support module for providing a timer required for the multimedia message timing task processing system and providing underlying communication between the modules.
  • the timed task management module is configured to receive the second timer signaling sent by the system support module, and calculate a second and a queue corresponding to the current time of the system according to the second queue mapping algorithm.
  • the timed task management module sends the timed task in the second queue corresponding to the current time to the message processing module through the timed task trigger signaling, and then deletes the timed task from the second queue after sending, and then continues to process the next timed task until the second queue Is empty.
  • the message processing module extracts the control information from the database module according to the received control time key according to the received timing task, and then processes the timing task by using the control information.
  • the message processing module actively sends the timing task deletion signaling to the timed task management module, and the timed task management module calculates the second queue to which the timed task belongs according to the second queue mapping algorithm, in the corresponding second queue. Delete the timed task.
  • the timing task information includes a trigger time, a task type, and a control information primary key.
  • the system support module sends the second timer signaling to the timed task manager every second.
  • the multimedia message timing task processing method comprises the following steps: controlling information processing steps, the message processing module receives the message submission signaling, stores the control information in a database module, and obtains a control information primary key; a scheduled task management step, The timed task management module stores and triggers the timed task, wherein the message processing module extracts the timed task information from the control information and stores it to the timed task management module, and the timed task management module triggers the timed task to the message processing module to request processing according to the specified time. .
  • the message processing module may extract control information from the database module according to the control information primary key to perform message processing.
  • the timed task management module calculates a second queue to which the scheduled task belongs according to the second queue mapping algorithm, and adds the timed task to the tail of the queue of the corresponding second queue.
  • the timed task management module calculates the second queue corresponding to the current time according to the received second timer signaling.
  • the timing task in the second queue corresponding to the current time is sequentially sent to the message processing module by using the timing task trigger signaling, and after the sending, the timing task is deleted from the second queue, and then the next timing task is continued to be processed until The second queue is empty.
  • the message processing module extracts the control information from the database module according to the received control time key according to the received timing task, and then processes the timing task by using the control information.
  • the message processing module actively sends a timing task deletion signaling to the timed task management module, and the timed task management module is based on the second team.
  • the column mapping algorithm calculates the second queue to which the scheduled task belongs, and deletes the timing task in the corresponding second queue.
  • the timing task information includes a trigger time, a task type, and a control information primary key.
  • the system and method of the present invention further realizes the secondary separation of the control information and the timing task based on the separation of the multimedia message media content and the control information.
  • FIG. 1 is a schematic diagram of a main network structure of a multimedia message service environment according to the present invention.
  • FIG. 2 is a schematic diagram of a system structure of a multimedia message timing task processing system according to the present invention
  • FIG. 3 is a timing according to the present invention.
  • Schematic diagram of the task management module storage structure and interface 4 is a typical service diagram of a multimedia message timing task processing system in accordance with one embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The preferred embodiments of the present invention are described with reference to the accompanying drawings.
  • Service environment and system architecture of the system Figure 1 is the main network structure diagram of the multimedia message service environment (MMSE).
  • MMSE multimedia message service environment
  • Table 1 shows the network element function in Figure 1. And the interface was introduced.
  • Table 1 Name of the NE Name Function and Interface Provide a support platform for MMS services in the multimedia message.
  • switch module 102-2 (RELAY) and processing module 102-4 (SERVER).
  • the switch module is responsible for the reception, routing, and storage of multimedia messages, and the real 102-2 (RELAY) communication protocol stack.
  • RELAY 102-2 and SERVER 102-4 interact through the MM2 interface.
  • the processing module SERVER 102-4 is responsible for business process processing, database 102-4 (SERVER) storage, and implements a message state machine.
  • the wireless application gateway is between the user agent 106 (UA) and the MMSC 102
  • User agent 106 is the user's mobile terminal. Through the MM1 interface and MMSC
  • the email service interacts with the MMSC 102 via the MM3 interface.
  • FIG. 2 is a schematic structural diagram of a system 200 of a multimedia message timing task processing system according to the present invention.
  • the figure is also a system structure diagram of the processing module 102-4, and the multimedia message timing task processing system is shown in detail.
  • the multimedia message timing task processing system 200 includes a message processing module (MESG) 202, a database module (DB) 204, and a timed task management module (TASK) 206.
  • the MESG 202 is configured to receive signaling, invoke a database module interface and a timed task management module interface, and complete a process of processing the message.
  • the control information is stored in the DB 204, and the timing task is performed.
  • the DB 204 is configured to store the control information, and return the automatic generation control information primary key as the response information to the MESG 202, and the MESG 202 can acquire the control information from the DB 204 according to the control information primary key.
  • the TASK 206 is used to store and trigger the timing task.
  • the MESG 202 extracts the timing task information from the control information and stores it to the TASK 206.
  • the TASK 206 triggers the timing task to the MESG 202 to request processing according to the specified time.
  • the timed task information includes: trigger time, task type, and control information primary key.
  • the trigger time is the execution time, in seconds, at which the task is specified at the time of the specified time.
  • the task type refers to various types of timed tasks of the multimedia message, including timed sending, timed retransmission, timeout not obtained forwarding, message expiration, etc., and can be extended according to the service.
  • the timing task establishes association with specific control information through the control information primary key.
  • the TASK 206 stores the scheduled tasks of the same second trigger time in the same second queue, and the data storage space of the TASK 206 is composed of such a set of second queues. Through the second queue mapping algorithm, it can be determined in which second queue the scheduled task is stored.
  • the multimedia message timing task processing system 200 further includes a system support module (VOS) 208 for providing timers required for the multimedia message timing task processing system and providing underlying communication between the modules.
  • VOS system support module
  • Table 2 Module Name Function and Interface System Support Module is responsible for providing the underlying communication between modules and providing the system.
  • the received second timer is the loop timer issued by the system support module 208 according to the system configuration.
  • the message processing module is the control core of SERVER 102-4. It is responsible for the control and processing of the MESG 202 paired message flow. It calls the database module interface and the timed task management module interface. It not only has to be connected
  • the real-time signaling sent by the RELAY 102-2 is processed, and the timing task triggering signaling (TriggerTaskReq) sent by the processing time task management module 206 is also received.
  • the database module is responsible for storing control information of the multimedia message, generally by
  • DB Large commercial database.
  • the scheduled task management is responsible for the scheduled task management of multimedia messages.
  • the real module (TASK) 206 is now fully scheduled for task management, including insertion, triggering, and deletion.
  • the data storage space inside the module consists of an array of seconds queues.
  • the present invention provides a method for processing a multimedia message timing task, comprising the steps of: controlling information processing steps, the message processing module (MESG) 202 receives the message submission signaling, and stores the control information to the database module (DB) 204.
  • MSG message processing module
  • the timed task management module (TASK) 206 storing the timed task And triggering, wherein the MESG 202 extracts the timing task information from the control information and stores it to the TASK 206, and the TASK 206 triggers the timing task to the MESG 202 to request processing according to the specified time.
  • Timing task into signaling InsertTaskReq
  • TriggerTaskReq the timing task trigger signaling
  • DeleteTaskReq 0
  • the MESG 202 Upon receiving the multimedia message submission signaling, the MESG 202 stores the control information in the DB 204, and the DB 204 returns the control information primary key. Then, the MESG 202 extracts each timing task required information from the control information, and sends it to the TASK 206 through the InsertTaskReq, thereby completing the stripping of the timing task. Based on the second queue mapping algorithm, the TASK 206 calculates a second queue to which the scheduled task belongs, and adds the scheduled task to the end of the queue of the corresponding second queue.
  • VOS 208 sends a second timer to TASK 206 every second.
  • the TASK 206 calculates the second queue corresponding to the current time of the system according to the second queue mapping algorithm, and the timing task in the second queue is sequentially sent to the MESG 202 through the TriggerTaskReq, and the scheduled task is deleted from the second queue after being sent.
  • the next scheduled task until the second queue is empty, and the exit processing waits for the next second timer.
  • the MESG 202 extracts the control information from the DB 204 according to the control information primary key in the received timed task, and then uses the control information to complete the message processing required by the task type in the scheduled task.
  • the deleted step silver is as follows: Under certain conditions, for example, when the message has been successfully acquired within the validity period or the user refuses, the timed task of the message expiration needs to be deleted, so as to prevent the timing task from triggering the expiration processing of the message, and the MESG 202 actively sends the DeleteTaskReq. Give TASK 206.
  • the TASK 206 calculates the second queue to which the scheduled task belongs, and deletes the scheduled task in the corresponding queue.
  • Timing task management ⁇ internal structure and external interface
  • Figure 3 is the storage structure and interface diagram of the timed task management module. The following is a detailed description of the internal storage structure and external interface of the timing task management.
  • the storage structure of TASK 206 internal data is defined as follows:
  • the default value of the validity period of the multimedia message in the current implementation is 48 hours. Considering some exception protection, the message has The maximum value of the effect value is set to 50 hours, so the data storage space of TASK 206 is composed of 180,000 (50 x 3600, which is the maximum number of seconds of the message) second queue array, the required storage capacity and system requirements.
  • the traffic of the message service is directly proportional, and the traffic of 200 bits/second requires 200M of data storage space.
  • the trigger time is UNIX time, which is the number of seconds since 1970.
  • MOD is a modulo operation, and the time is looped back by modulo, so that the finite-second queue array resource in TASK 206 is used repeatedly.
  • the length of the queue in the header node of the second queue ( length ) describes the number of scheduled tasks for the current second queue.
  • TASK 206 has three external interfaces: insert, trigger, delete; three interfaces are embodied as three signaling interactions with MESG 202: timing task insertion signaling (InsertTaskReq), timing task trigger signaling (TriggerTaskReq), timing task deletion letter Order (DeleteTaskReq). Each signaling contains three fields: trigger time, task type, and control information primary key. Insertion action: caused by the timing task insertion signaling (InsertTaskReq) sent by the message processing module (MESG) 202, the timed task management module (TASK) 206 receives the post-secondary queue mapping algorithm, and calculates the second queue to which the scheduled task belongs.
  • TSG message processing module
  • TASK timed task management module
  • the timed task management module (TASK) 206 receives the second queue that needs to be triggered by the current time according to the second queue mapping algorithm. If the second queue length to be triggered is 0, the processing is directly exited. If the second queue length to be triggered is not 0, it is sent to the message processing module (MESG) 202 through the timing task trigger signaling (TriggerTaskReq) in the order of first in first out (FIFO), and the timed task is cleared immediately after being sent out, and the length is reduced.
  • MSG message processing module
  • TriggerTaskReq timing task trigger signaling
  • Deletion action caused by the timed task deletion signaling (DeletaTaskReq) sent by the message processing module (MESG) 202.
  • TSK timed task management module
  • the second queue to which the scheduled task belongs is calculated. . If the owned second queue length is 0, the processing is directly exited. If the owned second queue length is not 0, the second queue is scanned. If the timing task is found, the second queue is then decremented by 1 from the second queue. If not found, the processing is directly exited.
  • Each multimedia message has a timing task, including: The sender can set the time of sending the message, and can customize the validity period of the message; The operator can set the default message validity period, set the timeout, and not obtain other systems for forwarding.
  • the time currently China Mobile is forwarding DreamWorks album, China Telecom is forwarding e-mail
  • the message of failed transmission is scheduled to be retransmitted according to the time policy. It can be seen that by scanning the message table to check so many conditions, the system efficiency cannot be improved.
  • the core idea of the present invention is to separate the timing task of the multimedia message from the control information of the multimedia message, and establish an independent and complete timing task management mechanism.
  • FIG. 4 is a typical service flow diagram of a multimedia message timing task processing system according to an embodiment of the present invention, and describes a service process for transmitting multimedia messages point-to-point between two mobile phone terminals belonging to the same MMSC.
  • the maximum system validity period of the MMSC is set to 60 hours.
  • the multimedia message terminal-to-terminal service processing includes four processes of submitting, annotating, acquiring, and delivering a report. As shown in FIG.
  • Step 1 August 1, 2006, 22: 00, mobile phone A to mobile phone B
  • a multimedia message (message Mm) is sent, and the message delivery time is 8:00 on August 2, 2006, and the validity period is 24 hours, and 4 advertisements are required to be delivered
  • the mobile phone A is immediately submitted to the MMSC exchange module through MMl_submit.REQ ( RELAY ) 102-2.
  • Step 2: RELAY 102-2 receives the message, the message content storage media (MmContent), generate a message identifier, and message submission back to handset
  • MmContent message content storage media
  • MMl_submit.RES message submission back to handset
  • MmContent message content storage media
  • Step Green 3 RELAY 102-2 then extracts the control information of the message (MmCtrllnfo), and the control information contains key information of the message, such as message processing status, MmContent storage location, message expiration time, etc., and is sent by internal submission signaling (MM2SubmitReq) MESG module 202 of SERVER 102-4. This achieves the separation of multimedia message media content (MmContent) and control information (MmCtrlInfo).
  • Step 4 The MESG 202 receives the control information and saves the control information to the DB 204 through the database insertion interface. In the implementation, the control information is stored in the multimedia message control information table of the database in a recording manner.
  • Step 5 The DB 204 automatically generates and returns the control information primary key so that the control information is saved in the database.
  • the MESG 202 checks the control information, and finds that the message is a timed transmission message, and the validity period is 24 hours. Then, the timing task insertion signaling (InsertTaskReq), the timing sending (taskl), the message expiration (task2), and the corresponding triggering are performed. The time, and the above control information primary key are sent to the TASK 206. This further separates the multimedia message control information (MmCtrlInfo) from the multimedia message timing task (MmTasklnfo).
  • MmCtrlInfo multimedia message control information
  • Step 7 Every second TASK 206 will receive the second timer sent by VOS. When the time is 8:00:00 on August 2, 2006, TASK 206 will send out the 136800 second queue processing, which will trigger taskl.
  • Step 8 Upon receiving the taskl, the MESG 202 first needs to obtain the control information, and then calls the database query interface to obtain the control information by controlling the primary key of the information in the scheduled task information. The timed task is to establish contact with the control information through the control information primary key.
  • Step 9 The DB 204 retrieves the control information from the database and returns it to the MESG 202.
  • Step 10 Because the task type in the task1 timing task information is sent periodically, the MESG 202 composes the notification according to the extracted control information, such as the control information primary key, the source destination mobile phone number, etc., and requests the RELAY 102 through the internal lower notification signaling (MM2NotificationReq). 2 issued a notice.
  • Step 11 RELAY 102-2 sends a notification (MMl_Notification.REQ) to mobile phone B via WAP.
  • Step - Step 12 Phone B returns an announcement response (MM1 - notification.RES).
  • Step 13 If the mobile phone B requests the acquisition of the message in time after receiving the notification, it will send the acquisition request signaling (MMl retrieve.REQ) to the RELAY 102-2.
  • Step 14 The MMSC delivers the message to the handset B (MMl_retrieve.RES).
  • Step 15 The mobile phone B obtains the message successfully, and informs the MMSC by acquiring the acknowledgement signaling (MMl_acknowledge.REQ).
  • Step 16 RELAY 102-2 sends an internal acquisition confirmation signaling (MM2AcknowledgeReq) to the MESG 202 of SERVER 102-4, which contains the control information primary key.
  • Step 17 After receiving the MESG 202, it is first necessary to change the processing status of the message, and then call the database query interface again to obtain the control information.
  • Step 18 The DB 204 retrieves the control information from the database according to the control information primary key, and returns to the MESG 202.
  • Step 19 If the message has been successfully acquired, the expiration processing will not be performed again, and the MESG 202 needs to delete the task2.
  • the MESG 202 sends the message expiration time from the control information to the TASK 206.
  • Step-like 20 MESG 202 CDR, migrates the message state to the termination state, and updates the database.
  • Step 21 The MESG 202 requests the RELAY 102-2 to send a delivery advertisement to the source user through the internal delivery report request signaling (MM2DeliveryRptReq).
  • Step 22 The RELAY 102-2 sends the delivery notification to the mobile phone A by means of the delivery request notification signaling (MMl_DeliveryReport.REQ), so that the source user knows whether the mobile phone B receives the message, and the message flow is completed.
  • Step 23 This step only occurs when the abnormality of the mobile phone B has not been obtained, that is, it jumps directly from step 11 to step 23.
  • the trigger (TriggerTaskReq) is sent to the MESG 202.
  • 3 megabytes is returned to step 17 to continue execution, that is, steps 17, 18, 20, 21, 22 are completed, and the message processing ends.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)

Abstract

L'invention concerne un système et un procédé destinés au traitement d'une tâche de programmation d'un message multimédia. Le système de traitement comprend: un module de traitement de message destiné à recevoir, signaler et appeler une interface de module de base de données et une interface de module de gestion de tâche de programmation pour compléter le traitement d'un message; un module de base de données destiné à stocker un message de commande, générer des informations de commande et à les renvoyer au module de traitement de message; et un module de gestion de tâche de programmation destiné à stocker et à déclencher les informations de tâche de programmation. Le module de traitement de message extrait les informations de tâche de programmation des informations de commande et stocke ces informations dans le module de gestion de tâche de programmation. Le module de gestion de tâche de programmation déclenche le module de traitement de message en fonction de données temporelles précises pour traiter la tâche de programmation. Le système et le procédé de l'invention peuvent gérer la tâche de programmation de message multimédia complètement et traiter la tâche de programmation avec une grande efficacité et une grande rapidité.
PCT/CN2006/002539 2006-09-27 2006-09-27 Système destiné au traitement d'une tâche de programmation d'un message multimédia et procédé de mise en oeuvre associé WO2008037117A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2006/002539 WO2008037117A1 (fr) 2006-09-27 2006-09-27 Système destiné au traitement d'une tâche de programmation d'un message multimédia et procédé de mise en oeuvre associé
CN2006800550185A CN101467406B (zh) 2006-09-27 2006-09-27 多媒体消息定时任务处理系统及其方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2006/002539 WO2008037117A1 (fr) 2006-09-27 2006-09-27 Système destiné au traitement d'une tâche de programmation d'un message multimédia et procédé de mise en oeuvre associé

Publications (1)

Publication Number Publication Date
WO2008037117A1 true WO2008037117A1 (fr) 2008-04-03

Family

ID=39229699

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2006/002539 WO2008037117A1 (fr) 2006-09-27 2006-09-27 Système destiné au traitement d'une tâche de programmation d'un message multimédia et procédé de mise en oeuvre associé

Country Status (2)

Country Link
CN (1) CN101467406B (fr)
WO (1) WO2008037117A1 (fr)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101188626B (zh) * 2007-12-26 2011-02-02 华为技术有限公司 一种数据下载系统、装置和方法
CN102708171A (zh) * 2012-05-02 2012-10-03 上海达梦数据库有限公司 基于时间来触发数据库任务被执行的方法及系统
WO2017091963A1 (fr) * 2015-11-30 2017-06-08 华为技术有限公司 Procédé et appareil de traitement d'informations
CN106547626B (zh) * 2016-11-23 2020-04-07 泰康保险集团股份有限公司 用于对等架构均衡服务器的方法及服务器

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999049679A1 (fr) * 1998-03-23 1999-09-30 Ericsson Inc. Systeme et procede de remise a un moment donne de messages sms
CN1413043A (zh) * 2001-10-11 2003-04-23 英业达集团(上海)电子技术有限公司 具有定时发送短消息功能的移动通信装置与方法
CN1484456A (zh) * 2002-09-20 2004-03-24 ��Ϊ�������޹�˾ 一种实现短消息定时发送的方法
CN1630274A (zh) * 2003-12-15 2005-06-22 乐金电子(中国)研究开发中心有限公司 一种应用于即时通信服务中的数据包传送装置
CN1794832A (zh) * 2005-12-30 2006-06-28 深圳市杰特电信控股有限公司 一种短信发送方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999049679A1 (fr) * 1998-03-23 1999-09-30 Ericsson Inc. Systeme et procede de remise a un moment donne de messages sms
CN1413043A (zh) * 2001-10-11 2003-04-23 英业达集团(上海)电子技术有限公司 具有定时发送短消息功能的移动通信装置与方法
CN1484456A (zh) * 2002-09-20 2004-03-24 ��Ϊ�������޹�˾ 一种实现短消息定时发送的方法
CN1630274A (zh) * 2003-12-15 2005-06-22 乐金电子(中国)研究开发中心有限公司 一种应用于即时通信服务中的数据包传送装置
CN1794832A (zh) * 2005-12-30 2006-06-28 深圳市杰特电信控股有限公司 一种短信发送方法

Also Published As

Publication number Publication date
CN101467406A (zh) 2009-06-24
CN101467406B (zh) 2011-11-23

Similar Documents

Publication Publication Date Title
US7809382B2 (en) Short message distribution center
EP2063590B1 (fr) Procédé et système de transmission de courrier électronique et serveur de courrier électronique poussé
FI111595B (fi) Järjestely multimediasanomanvälityksen toteuttamiseksi
US20020181496A1 (en) Scalable architecture for transmission of messages over a network
US8675831B2 (en) Storage of data messages for later retrieval by the recipient
WO2006029563A1 (fr) Procede de multidiffusion de messages courts
EP1927238B1 (fr) Systeme et procede de transmission de messages a un dispositif de communication sans fil
EP1815697A1 (fr) Appareil et procedes pour services de telecommunications
WO2011137830A1 (fr) Procédé d'envoi spontané de messages d'une plate-forme de prestation de services, dispositif et système correspondants
US7684553B2 (en) Method for transmitting data in a communication network
WO2009074064A1 (fr) Procédé et système pour envoyer un message multimédia et centre de messages multimédia
WO2009082980A1 (fr) Procédé de facturation et système correspondant pour service de messages courts à valeur ajoutée, et centre de données pour service de messages courts
US8265673B2 (en) Short message distribution center
WO2010012221A1 (fr) Procédé, dispositif et système d'envoi de message court
WO2008037117A1 (fr) Système destiné au traitement d'une tâche de programmation d'un message multimédia et procédé de mise en oeuvre associé
EP1810533B1 (fr) Appareil destine a des services de telecommunications et procede correspondant
WO2003085527A1 (fr) Systeme de notification d'arrivee de courrier et appareil de distribution de courrier
WO2007033524A1 (fr) Procede de reception et d'envoi de message court par un centre de messages courts g net pour un utilisateur cdma et sa passerelle de messages courts
KR20120106881A (ko) 외부 메시지 센터들로의 메시지 대기 통지
WO2011057548A1 (fr) Procédé, appareil et système de commande de transmission de message court
US20050181766A1 (en) Method and device for delivering messages to mobile terminal devices in accordance with a user selectable attainability status
CN100455049C (zh) 一种多媒体消息服务系统中对消息的处理方法
WO2009103196A1 (fr) Système et procédé d'envoi d'adresse de mémorisation de message multimédia
CN1901595B (zh) 一种发送传真到无线传真设备的方法
JP2002111707A (ja) メール着信通知システムおよびメール配信装置

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200680055018.5

Country of ref document: CN

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

Ref document number: 06791128

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

Country of ref document: EP

Kind code of ref document: A1