Nothing Special   »   [go: up one dir, main page]

CN108874515B - Push-to-talk PTT (push-to-talk) establishing method and system - Google Patents

Push-to-talk PTT (push-to-talk) establishing method and system Download PDF

Info

Publication number
CN108874515B
CN108874515B CN201710339922.9A CN201710339922A CN108874515B CN 108874515 B CN108874515 B CN 108874515B CN 201710339922 A CN201710339922 A CN 201710339922A CN 108874515 B CN108874515 B CN 108874515B
Authority
CN
China
Prior art keywords
processor
ptt
ipc
interrupt
interrupt function
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710339922.9A
Other languages
Chinese (zh)
Other versions
CN108874515A (en
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.)
Chengdu TD Tech Ltd
Original Assignee
Chengdu TD Tech Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chengdu TD Tech Ltd filed Critical Chengdu TD Tech Ltd
Priority to CN201710339922.9A priority Critical patent/CN108874515B/en
Publication of CN108874515A publication Critical patent/CN108874515A/en
Application granted granted Critical
Publication of CN108874515B publication Critical patent/CN108874515B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/06Selective distribution of broadcast services, e.g. multimedia broadcast multicast service [MBMS]; Services to user groups; One-way selective calling services
    • H04W4/10Push-to-Talk [PTT] or Push-On-Call services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention provides a push-to-talk (PTT) establishing method and a system, wherein the PTT establishing method is applied to a PTT establishing system, and the system comprises the following steps: the system comprises a first processor and a second processor, wherein the first processor and the second processor are integrated in the same system on chip SOC, and a mobile terminal MT is integrated in the second processor, and the method comprises the following steps: when the first processor detects an interrupt event, the first processor calls an inter-process communication IPC interrupt function, and the interrupt event is used for indicating the establishment of PTT; the first processor sends an IPC interrupt function to the second processor, and the IPC interrupt function is used for indicating the second processor to establish PTT; the second processor calls the MT to establish the PTT after receiving the IPC interrupt function. The PTT establishing method and the PTT establishing system have the advantages that the path is shorter when the PTT is established, and the PTT establishing time is shortened.

Description

Push-to-talk PTT (push-to-talk) establishing method and system
Technical Field
The present invention relates to communications technologies, and in particular, to a push-to-talk PTT establishing method and system.
Background
Push-To-Talk (PTT) is a mobile telephone service that uses a Push-To-Talk over Cellular (PoC) service provided by a terminal device To achieve a wireless telephone communication-like manner. The PTT can realize the push-to-talk function without dialing 11 telephone numbers and waiting for several seconds or more to talk, thereby improving the time and efficiency of the talk.
In the prior art, when a trunking Terminal establishes a PTT, after detecting a key event, a Terminal Equipment (TE) of an application layer sends a PTT call establishment message to a Mobile Terminal (MT) through a Terminal adaptation layer (TA) in the form of an AT command, and when receiving the AT command of the PTT call establishment message, the MT starts to establish the PTT call.
When the trunking terminal adopts the existing TE/TA/MT structure to establish PTT, the paths of the TE, the TA and the MT need to be called in sequence and are long, wherein the wake-up process of the TE and the MT is included, so that the PTT establishing time is long.
Disclosure of Invention
The invention provides a push-to-talk (PTT) establishment method and a system, which reduce the PTT establishment time.
The invention provides a push-to-talk (PTT) establishing method, which is applied to a PTT establishing system, and the system comprises: a first processor and a second processor, said first and second processors being integrated in the same system on chip SOC, said second processor having a mobile terminal MT integrated therein, the method comprising:
when the first processor detects an interrupt event, the first processor calls an inter-process communication IPC interrupt function, and the interrupt event is used for indicating the establishment of PTT;
the first processor sends the IPC interrupt function to the second processor, and the IPC interrupt function is used for indicating the second processor to establish PTT;
and after receiving the IPC interrupt function, the second processor calls the MT to establish the PTT.
In an embodiment of the present invention, the first processor invoking an inter-process communication IPC interrupt function includes:
the first processor calls the IPC interrupt function through an interrupt service routine.
In an embodiment of the present invention, a terminal device TE is integrated in the first processor.
In an embodiment of the invention, the IPC interrupt function has the highest interrupt priority in the SOC.
In an embodiment of the present invention, the first server is a computer application central processing unit APP CPU of the SOC, and the second processor is a Modem central processing unit Modem CPU of the SOC.
The invention provides a push-to-talk (PTT) establishing system, which comprises: a first processor and a second processor, said first and second processors being integrated in the same system-on-chip SOC, said second processor having a mobile terminal MT integrated therein,
the first processor is used for calling an IPC interrupt function for inter-process communication when an interrupt event is detected, wherein the interrupt event is used for indicating the establishment of PTT;
the first processor is further configured to send the IPC interrupt function to the second processor, the IPC interrupt function being configured to instruct the second processor to establish a PTT;
and the second processor is used for calling the MT to establish the PTT after receiving the IPC interrupt function.
In an embodiment of the present invention, the first processor is specifically configured to call the IPC interrupt function through an interrupt service routine.
In an embodiment of the present invention, a terminal device TE is integrated in the first processor.
In an embodiment of the invention, the IPC interrupt function has the highest interrupt priority in the SOC.
In an embodiment of the present invention, the first server is a computer application central processing unit APP CPU of the SOC, and the second processor is a Modem central processing unit Modem CPU of the SOC.
The invention provides a push-to-talk (PTT) establishing method and a system, wherein the PTT establishing method is applied to a PTT establishing system, and the system comprises the following steps: the system comprises a first processor and a second processor, wherein the first processor and the second processor are integrated in the same system on chip SOC, and a mobile terminal MT is integrated in the second processor, and the method comprises the following steps: when the first processor detects an interrupt event, the first processor calls an inter-process communication IPC interrupt function, and the interrupt event is used for indicating the establishment of PTT; the first processor sends an IPC interrupt function to the second processor, and the IPC interrupt function is used for indicating the second processor to establish PTT; the second processor calls the MT to establish the PTT after receiving the IPC interrupt function. The PTT establishing method and the system provided by the invention have the advantages that the path is shorter when the PTT is established, and a special link is not required to be set to inform the MT of establishing the PTT, thereby reducing the time for establishing the PTT.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flow chart of a PTT set-up method according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram of a PTT set-up system according to a first embodiment of the present invention.
Description of reference numerals:
10: a PTT establishing system;
101: a first processor;
102: a second processor.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The technical solution of the present invention will be described in detail below with specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
FIG. 1 is a flowchart illustrating a PTT set-up method according to an embodiment of the present invention. As shown in fig. 1, the PTT establishing method of this embodiment includes:
s101: when the first processor detects an interrupt event, the first processor calls an Inter-Process Communication (IPC) interrupt function, and the interrupt event is used for indicating the establishment of the PTT.
Specifically, the first processor is integrated in a System On Chip (SOC), and the SOC may also be translated into a System on Chip. The interrupt event detected by the first processor may specifically be a key interrupt of the cluster terminal where the SOC is located, where the key interrupt is used to indicate that the PTT is established. Namely, when a user needs to establish the PTT function of the cluster terminal, the user performs key operation to obtain an interrupt event of key interruption, and the first processor calls an IPC interrupt function after detecting the key interruption. Alternatively, the interrupt event may be an interrupt triggered by other sensing signals, such as a touch signal of a user clicking a touch screen, a voice control signal, a light signal, etc., and the first processor calls the IPC interrupt function after receiving the sensing signal.
S102: the first processor sends an IPC interrupt function to the second processor, the IPC interrupt function instructing the second processor to set up the PTT.
Specifically, the second processor has a function of establishing the PTT, and after the first processor calls the IPC interrupt function in S101, the IPC interrupt function is sent to the second processor, so that the first processor notifies the second processor of establishing the PTT in the form of the IPC interrupt function. The communication method between the first processor and the second processor is the same as the IPC transmission method between the processors in the SOC system, and is not limited herein.
S103: the second processor calls the MT to establish the PTT after receiving the IPC interrupt function.
Specifically, the second processor knows that the PTT needs to be established after receiving the IPC interrupt function sent by the first processor in S102. Since the MT is integrated in the second processor, the MT is a device in the PTT that is ultimately in communication with the network, which can be understood as a modem. The work of finally setting up the PTT is performed by the MT integrated inside the second processor. Therefore, the second processor directly calls the internal MT to set up PTT, and the embodiment does not limit the specific method and workflow for the MT to set up PTT.
Optionally, the second processor interrupts other events after receiving the IPC interrupt function sent by the first processor in S103, and then calls the MT to set up PTT.
The embodiment realizes the fast PTT of the cluster function through an IPC interruption mode based on the SOC. The cluster terminal needing to use the PTT function is provided with a first processor and a second processor which are integrated on an SOC, and after receiving an interrupt event for establishing the PTT sent by a user, the first processor calls an inter-core IPC interrupt function to inform the second processor to establish the PTT; meanwhile, the second processor integrates the MT for establishing the PTT, so that the second processor triggers the establishment of the PTT through the MT after receiving the IPC interrupt function sent by the first processor. The PTT establishing method provided by the embodiment has the advantages that the channel is short when the PTT is established, a special link is not required to be set to inform the MT of establishing the PTT, the PTT establishing time is shortened, and the rapid PTT is realized.
Further, in the above embodiment, the first processor in S102 calls an inter-process communication IPC interrupt function, including: the first processor calls an IPC interrupt function through an interrupt service routine.
The interrupt service program is used to detect interrupt event and call IPC interrupt function to inform MT to set up PTT, and simultaneously, the interrupt service program is also used to inform application layer TE to carry out event synchronous processing.
Further, in the above embodiment, the terminal equipment TE is integrated in the first processor.
Specifically, since the TE is integrated in the first processor, the TE within the first processor performs an event synchronization process when the first processor detects an interrupt event. Optionally, the interrupt service routine inside the first processor directly notifies the TE inside the first processor to perform the event synchronization processing.
Optionally, in the above embodiment, the IPC interrupt function has the highest interrupt priority in SOC. And when the second processor receives the IPC interrupt function sent by the first processor, the PTT establishing work is preferentially executed.
Specifically, in the above embodiment, the first server is a computer application central processing unit APP CPU of the SOC, and the second processor is a Modem central processing unit Modem CPU of the SOC.
Fig. 2 is a schematic structural diagram of a PTT set-up system according to a first embodiment of the present invention. As shown in fig. 2, the PTT set-up system 10 of the present embodiment includes: a first processor 101 and a second processor 102, the first processor 101 and the second processor 102 are integrated in the same system on chip SOC, a mobile terminal MT is integrated in the second processor 102, the first processor 101 is configured to call an inter-process communication IPC interrupt function when an interrupt event is detected, the interrupt event is used to indicate that PTT is established; the first processor 101 is further configured to send an IPC interrupt function to the second processor 102, the IPC interrupt function being configured to instruct the second processor 102 to establish the PTT; the second processor 102 is used for calling the MT to set up PTT after receiving the IPC interrupt function.
Specifically, the first processor 101 is integrated in a System On Chip (SOC), and the SOC may be translated into a System on Chip. The interrupt event detected by the first processor 101 may specifically be a key interrupt of the cluster terminal where the SOC is located, where the key interrupt is used to indicate that the PTT is established. That is, when the user needs to establish the PTT function of the group terminal, the user performs a key operation to obtain an interrupt event of key interrupt, and the first processor 101 calls the IPC interrupt function after detecting the key interrupt. Alternatively, the interrupt event may be an interrupt triggered by other sensing signals, such as a touch signal of a user clicking a touch screen, a voice control signal, a light signal, etc., and the first processor 101 calls an IPC interrupt function after receiving the sensing signal. The second processor 102 has the function of establishing PTT, and after the first processor 101 calls the IPC interrupt function, the IPC interrupt function is sent to the second processor 102, so that the first processor 101 notifies the second processor 102 of establishing PTT in the manner of the IPC interrupt function. The communication method between the first processor 101 and the second processor 102 is the same as the IPC transmission method between the processors in the SOC system, and is not limited herein. The second processor 102 receives the IPC interrupt function sent by the first processor 101 and then knows that PTT needs to be established. Since the MT is integrated in the second processor 102, the MT is a device in the PTT that is ultimately communicated with the network, which can be understood as a modem. The work of finally setting up the PTT is performed by the MT integrated inside the second processor 102. Therefore, the second processor 102 directly calls the internal MT to set up PTT, and the embodiment does not limit the specific method and workflow for the MT to set up PTT.
Alternatively, the second processor 102 interrupts other events performed after receiving the IPC interrupt function sent by the first processor 101, and then calls MT to set up PTT.
The PTT establishing system provided in this embodiment implements fast PTT of a trunking function by IPC interrupt based on SOC. The cluster terminal needing to use the PTT function is provided with a first processor and a second processor which are integrated on an SOC, and after receiving an interrupt event for establishing the PTT sent by a user, the first processor calls an inter-core IPC interrupt function to inform the second processor to establish the PTT; meanwhile, the second processor integrates the MT for establishing the PTT, so that the second processor triggers the establishment of the PTT through the MT after receiving the IPC interrupt function sent by the first processor. The PTT set-up system provided by the embodiment has a short path when the PTT is set up, and does not need to set up a special link to notify the MT to set up the PTT, thereby reducing the time for setting up the PTT and realizing the rapid PTT.
Further, in the above embodiment, the first processor 101 is specifically configured to call an IPC interrupt function through an interrupt service routine.
The interrupt service program is used to detect interrupt event and call IPC interrupt function to inform MT to set up PTT, and simultaneously, the interrupt service program is also used to inform application layer TE to carry out event synchronous processing.
Further, in the above-described embodiment, the terminal equipment TE is integrated in the first processor 101.
Specifically, since the TE is integrated in the first processor 101, the TE within the first processor 101 performs an event synchronization process when the first processor 101 detects an interrupt event. Alternatively, the interrupt service routine inside the first processor 101 directly notifies the TE inside the first processor 101 to perform the event synchronization process.
Optionally, in the above embodiment, the IPC interrupt function has the highest interrupt priority in SOC. When the second processor 102 receives the IPC interrupt function sent by the first processor 101, it preferentially executes the PTT establishing operation.
Specifically, in the above embodiment, the first server is a computer application central processing unit APP CPU of the SOC, and the second processor 102 is a Modem central processing unit Modem CPU of the SOC.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A push-to-talk (PTT) setup method applied to a PTT setup system, the system comprising: a first processor and a second processor, said first and second processors being integrated in the same system on chip SOC, said second processor having a mobile terminal MT integrated therein, the method comprising:
when the first processor detects an interrupt event, the first processor calls an inter-process communication IPC interrupt function, and the interrupt event is used for indicating the establishment of PTT;
the first processor sends the IPC interrupt function to the second processor, and the IPC interrupt function is used for indicating the second processor to establish PTT;
and after receiving the IPC interrupt function, the second processor calls the MT to establish the PTT.
2. The PTT set-up method of claim 1, wherein the first processor invokes an inter-process communication IPC interrupt function comprising:
the first processor calls the IPC interrupt function through an interrupt service routine.
3. PTT set-up method according to claim 2,
and a terminal equipment TE is integrated in the first processor.
4. PTT set-up method according to claim 1,
the IPC interrupt function has the highest interrupt priority in the SOC.
5. The PTT set-up method according to claim 1, characterised in that the first processor is a computer application central processing unit APP CPU of the SOC and the second processor is a Modem central processing unit Modem CPU of the SOC.
6. A push-to-talk PTT set-up system, comprising: a first processor and a second processor, said first and second processors being integrated in the same system-on-chip SOC, said second processor having a mobile terminal MT integrated therein,
the first processor is used for calling an IPC interrupt function for inter-process communication when an interrupt event is detected, wherein the interrupt event is used for indicating the establishment of PTT;
the first processor is further configured to send the IPC interrupt function to the second processor, the IPC interrupt function being configured to instruct the second processor to establish a PTT;
and the second processor is used for calling the MT to establish the PTT after receiving the IPC interrupt function.
7. The system of claim 6, further comprising:
the first processor is specifically configured to call the IPC interrupt function through an interrupt service routine.
8. The system of claim 7,
and a terminal equipment TE is integrated in the first processor.
9. The system of claim 6,
the IPC interrupt function has the highest interrupt priority in the SOC.
10. The system of claim 6,
the first processor is a computer application program central processing unit (APP) CPU of the SOC, and the second processor is a Modem central processing unit (Modem) CPU of the SOC.
CN201710339922.9A 2017-05-15 2017-05-15 Push-to-talk PTT (push-to-talk) establishing method and system Active CN108874515B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710339922.9A CN108874515B (en) 2017-05-15 2017-05-15 Push-to-talk PTT (push-to-talk) establishing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710339922.9A CN108874515B (en) 2017-05-15 2017-05-15 Push-to-talk PTT (push-to-talk) establishing method and system

Publications (2)

Publication Number Publication Date
CN108874515A CN108874515A (en) 2018-11-23
CN108874515B true CN108874515B (en) 2021-02-26

Family

ID=64320322

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710339922.9A Active CN108874515B (en) 2017-05-15 2017-05-15 Push-to-talk PTT (push-to-talk) establishing method and system

Country Status (1)

Country Link
CN (1) CN108874515B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113438610B (en) * 2021-08-27 2021-12-14 深圳市晨讯物联科技有限公司 Method and communication system for controlling POC communication module by AT instruction

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101019336A (en) * 2004-08-31 2007-08-15 摩托罗拉公司 Method and apparatus for facilitating PTT session initiation and service interaction using an IP-based protocol
CN101385309A (en) * 2006-02-17 2009-03-11 高通股份有限公司 System and method for multiple simultaneous communication groups in a wireless system
CN101711384A (en) * 2007-06-27 2010-05-19 诺基亚公司 Interrupt handling
CN102100091A (en) * 2008-07-15 2011-06-15 高通股份有限公司 Prioritization of group communications at a wireless communication device
CN104955001A (en) * 2014-03-31 2015-09-30 中国电信股份有限公司 Dual-mode talkback terminal and talkback method thereof and communication system
KR101679627B1 (en) * 2016-03-29 2016-12-06 주식회사 시코드 Hands-free for PTT telecommunication, method using the System for PTT telecommunication, the same

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101019336A (en) * 2004-08-31 2007-08-15 摩托罗拉公司 Method and apparatus for facilitating PTT session initiation and service interaction using an IP-based protocol
CN101385309A (en) * 2006-02-17 2009-03-11 高通股份有限公司 System and method for multiple simultaneous communication groups in a wireless system
CN101711384A (en) * 2007-06-27 2010-05-19 诺基亚公司 Interrupt handling
CN102100091A (en) * 2008-07-15 2011-06-15 高通股份有限公司 Prioritization of group communications at a wireless communication device
CN104955001A (en) * 2014-03-31 2015-09-30 中国电信股份有限公司 Dual-mode talkback terminal and talkback method thereof and communication system
KR101679627B1 (en) * 2016-03-29 2016-12-06 주식회사 시코드 Hands-free for PTT telecommunication, method using the System for PTT telecommunication, the same

Also Published As

Publication number Publication date
CN108874515A (en) 2018-11-23

Similar Documents

Publication Publication Date Title
CN101788926B (en) Resource allocation method and device for switching J2ME (Java 2 Micro Edition) application platform
KR20090031465A (en) System and method for suspending a wireless call while performing another wireless communications session
CN104135556B (en) Call method and call device based on mobile terminal
CA2784651C (en) Apparatus and method in a wireless device for reestablishing a call
CN106559591A (en) The mobile phone terminal call method realized based on call forwarding and device
CN103313207B (en) The method and system of the right to apply for words, equipment in digital cluster system
WO2010118095A1 (en) Reducing time for call failure indication
CN108874515B (en) Push-to-talk PTT (push-to-talk) establishing method and system
CN107426090B (en) Information processing method, device, medium, electronic device, server and system
US20170373818A1 (en) Method, Micro Base Station, and Macro Base Station for Adjusting Communications Mode
WO2012163113A1 (en) Method and device for data service protection
CN106559767A (en) Based on the double card double standby mobile phone terminal call method and device that call forwarding is realized
CN112770107B (en) Modification method of load bearing and related device
CN103051800A (en) Mobile terminal and mobile terminal network application processing method
CN106817685B (en) Emergency call control method and terminal equipment
US9602764B2 (en) Method for implementing video calls on communication terminal and communication terminal thereof
US10142466B1 (en) Systems and methods for special called number call handling
WO2014177072A1 (en) Method, device, terminal and system for processing call waiting of cdma system
CN105592426A (en) Method and device for applying speaking right in PTT call and cluster core network
CN104244193B (en) A kind of business scheduling method based on group system, system and terminal
WO2019160738A1 (en) Method to reduce mobile telephone charges by immediate disconnect and redial
CN103067589B (en) Hang-up conversation reminding method and conversation terminal
JP6138553B2 (en) Mobile device and method for voice transmission processing of mobile device
EP2575381A2 (en) Method and device for communication
CN102123453B (en) Terminal switching method for voice short message with priority in code division multiple access (CDMA) network data transmission process

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant