CN115484242A - Transmission method, device, equipment and readable storage medium - Google Patents

Transmission method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN115484242A
CN115484242A CN202110660227.9A CN202110660227A CN115484242A CN 115484242 A CN115484242 A CN 115484242A CN 202110660227 A CN202110660227 A CN 202110660227A CN 115484242 A CN115484242 A CN 115484242A
Authority
CN
China
Prior art keywords
message
file
sending
file server
sip 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.)
Pending
Application number
CN202110660227.9A
Other languages
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.)
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
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 China Mobile Communications Group Co Ltd, China Mobile Communications Ltd Research Institute filed Critical China Mobile Communications Group Co Ltd
Priority to CN202110660227.9A priority Critical patent/CN115484242A/en
Publication of CN115484242A publication Critical patent/CN115484242A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/0205Traffic management, e.g. flow control or congestion control at the air interface
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • H04W28/065Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information using assembly or disassembly of packets

Landscapes

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

Abstract

The embodiment of the application provides a transmission method, a device, equipment and a readable storage medium, wherein the method comprises the following steps: receiving a first message from a sending end, wherein the first message comprises a file which is required to be sent to a receiving end by the sending end and related information used for packaging an SIP message by a file server; and according to the first message, packaging an SIP message, and sending the SIP message to a receiving end, wherein the SIP message comprises the address of the file stored in the file server.

Description

Transmission method, device, equipment and readable storage medium
Technical Field
The embodiment of the application relates to the technical field of communication, in particular to a transmission method, a transmission device, transmission equipment and a readable storage medium.
Background
The fifth Generation mobile communication technology (5 th-Generation, 5G) message is an upgrade of the carrier's basic communication service, and is based on a terminal native provisioning rich media message (implemented by file transfer technology, hereinafter expressed in file transfer) service. At present, the 5G message solution is formulated by referring to international standards of the Rich Communication Suite (RCS) series of Global System for Mobile Communications Association (GSMA), and the implementation of the file transfer service function is mainly divided into two types:
one is based on Message Session Relay Protocol (MSRP) Protocol and adopts Large Message Mode (Large Message Mode) Mode for transmission;
the other is based on a Hyper Text Transfer Protocol (HTTP) Protocol and transmitted in combination with a paging Mode Message (hereinafter, expressed in a Session Initiation Protocol (SIP) Message signaling).
Because the first Mode needs to additionally perform media negotiation between the main receiver and the receiver through SIP INVITE (INVITE) to establish the MSRP tunnel, and extra signaling overhead is needed compared with the second Mode, the current technical scheme of file transmission, whether from the international standard or the company, is realized by adopting an HTTP-based protocol and combining a Pager model Message Mode, and the specific implementation Mode is as follows:
(1) The sender uploads the file based on the HTTP protocol.
Referring to fig. 1, the process is illustrated as follows:
1-3) the sender client (UE A) sends an HTTPS POST empty request to a file server (or called a content server), the file server returns a 401/511 response to the sender client, and General Bootstrapping Architecture (GBA) authentication is carried out;
4-6) the UE A sends an HTTPS POST request to the file server to perform file uploading processing, wherein the HTTPS POST request comprises a Tunnel Identifier (TID) for uniquely identifying file transmission, a thumbnail and a file, and the file server returns a file storage path to the UE A after transmission is completed.
(2) UE a sends the address to the recipient client UE B (not shown in the figure) by SIP Message signaling.
Referring to fig. 2, the flow is illustrated as follows:
1-12) UE A sends SIP Message signaling to UE B;
13-24) the UE B returns 200OK after receiving the message, and triggers the message to return receipt and send to the UE A.
(3) And the receiver downloads the file content by using an HTTP (hyper text transport protocol) according to the SIP message content.
Referring to fig. 3, the flow is illustrated as follows:
1-3) the UE B obtains a thumbnail link of the file through the SIP Message, and the terminal automatically downloads the thumbnail;
4-7) the UE B actively clicks the thumbnail to start downloading the file;
8-9) after the file transmission is finished, the UE B sends a delivery report to the UE A according to the requirement.
The prior art has the following problems:
1. more signaling interaction: according to the scheme, a sender terminal (UE A) needs to upload a file through HTTP, after uploading is completed, a platform generates a Uniform Resource Locator (URL) address of the file and returns the URL address to the sender terminal, the sender terminal needs to encapsulate an SIP Message again and sends the URL address to a receiver, and the whole process involves more signaling interaction between the terminal and the platform and has high data overhead;
2. the terminal is complex to realize: the sender terminal needs to use different protocols to perform signaling encapsulation and signaling analysis for many times, and the processing complexity of the terminal is high;
3. the service experience is general: after the file is uploaded, the platform replies the file URL address to the sender terminal, and then the URL address can be sent to the receiver, if any signaling of the step is in a problem, such as packet loss or delay, the service experience of the whole file transmission can be affected.
Disclosure of Invention
Embodiments of the present application provide a transmission method, an apparatus, a device, and a readable storage medium, which solve the problems of more signaling interactions, complex terminal implementation, and general service experience in the prior art.
In a first aspect, a transmission method is provided, which is applied to a file server, and includes:
receiving a first message from a sending end, wherein the first message comprises a file which is required to be sent to a receiving end by the sending end and related information used for packaging an SIP message by a file server;
and according to the first message, packaging an SIP message, and sending the SIP message to a receiving end, wherein the SIP message comprises the address of the file stored in the file server.
Optionally, the method further comprises:
and receiving a downloading request from the receiving end, wherein the downloading request is used for requesting the receiving end to download the file from the file server.
Optionally, the step of sending the SIP message to the receiving end includes:
and sending the SIP message to a message server, wherein the SIP message also comprises address information of the receiving end, and the SIP message is sent to the receiving end through the message server.
Optionally, a SIP protocol interface is provided between the file server and the message server.
Optionally, the first message is an HTTP request message.
Optionally, the HTTP request further carries information of the sending end and/or the receiving end.
In a second aspect, a transmission method is provided, which is applied to a sending end, and includes:
and sending a first message to a file server, wherein the first message comprises a file which is required to be sent to a receiving end by the sending end and relevant information for packaging the SIP message by the file server.
Optionally, the method further comprises:
receiving a second message from the file server, the second message indicating that the file upload was successful.
In a third aspect, a transmission apparatus is provided, which is applied to a file server, and includes:
a receiving module, configured to receive a first message from a sending end, where the first message includes a file that the sending end needs to send to a receiving end and related information for the file server to package an SIP message;
and the sending module is used for packaging the SIP message according to the first message and sending the SIP message to a receiving end, wherein the SIP message comprises the address of the file stored in the file server.
In a fourth aspect, a transmission apparatus is provided, which is applied to a sending end, and includes:
the sending module is used for sending a first message to a file server, wherein the first message comprises a file which is required to be sent to a receiving end by the sending end and relevant information used for packaging an SIP message by the file server.
In a fifth aspect, a file server is provided, including: processor, memory and program stored on the memory and executable on the processor, which when executed by the processor implements the steps of the method according to any one of claims 1 to 6.
In a sixth aspect, a terminal is provided, including: a processor, a memory and a program stored on the memory and executable on the processor, which program, when executed by the processor, carries out the steps of the method according to the first aspect.
In a seventh aspect, a readable storage medium is provided, on which a program is stored, which program, when executed by a processor, performs steps comprising the method of the first or second aspect.
In the embodiment of the application, the following beneficial effects are achieved:
(1) The signaling interaction between the sending end and the file server is reduced: the file server generates a storage address of the file and encapsulates the SIP message to be sent to the message server after uploading through the information of the sender/receiver carried by the file during uploading, and the file is sent to the receiving end through the message server, so that the problems of more signaling interaction and high data overhead of a terminal and a platform are solved;
(2) The complexity of the implementation of the sending terminal is reduced: the sending end does not need to monitor and analyze HTTP signaling to obtain the storage of the file, and does not need to perform additional SIP message encapsulation, so that the processing complexity of the sending end is greatly reduced;
(3) The service experience is improved: because signaling interaction between the sending end and the file server at the air interface is reduced, the problems of packet loss, delay and the like caused by network factors are reduced greatly in theory, and the efficiency of file transmission message interaction can be improved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the application. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a schematic diagram of a sender terminal uploading a file to a file server provided in the prior art;
FIG. 2 is a diagram illustrating the transmission of messages between a calling node and a called node provided in the prior art
FIG. 3 is a diagram illustrating a receiving terminal downloading a file from a file server according to the prior art
Fig. 4 is a flowchart of a transmission method provided in an embodiment of the present application;
fig. 5 is a second flowchart of a transmission method according to an embodiment of the present application;
fig. 6 is a third flowchart of a transmission method according to an embodiment of the present application;
fig. 7 is a schematic diagram of a session processing apparatus provided in an embodiment of the present application;
fig. 8 is a second schematic diagram of a session processing apparatus according to an embodiment of the present application;
fig. 9 is a schematic diagram of a terminal provided in an embodiment of the present application;
fig. 10 is a schematic diagram of a file server provided in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. 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 application.
The terms "comprises," "comprising," or any other variation thereof, in the description and claims of this application, 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. Furthermore, the use of "and/or" in the specification and claims means that at least one of the connected objects, such as a and/or B, means that three cases, a alone, B alone, and both a and B, exist.
In the embodiments of the present application, the words "exemplary" or "such as" are used herein to mean serving as an example, instance, or illustration. Any embodiment or design described herein as "exemplary" or "e.g.," is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion.
It is noted that the techniques described in the embodiments of the present application are not limited to Long Term Evolution (LTE)/LTE Evolution (LTE-Advanced) systems, but may also be used in other wireless communication systems, such as Code Division Multiple Access (CDMA), time Division Multiple Access (TDMA), frequency Division Multiple Access (FDMA), orthogonal Frequency Division Multiple Access (OFDMA), single-carrier Frequency-Division Multiple Access (SC-FDMA), and other systems. The terms "system" and "network" in the embodiments of the present application are often used interchangeably, and the described techniques can be used for both the above-mentioned systems and radio technologies, as well as for other systems and radio technologies. However, the following description describes a New Radio (NR) system for purposes of example, and NR terminology is used in much of the description below, although the techniques may also be applied to applications other than NR system applications, such as 6th generation,6g communication systems.
Referring to fig. 4, an execution subject of the method may be a file server, and the method includes the specific steps of: step 401 and step 402.
Step 401: receiving a first message from a sending end, wherein the first message comprises a file which is required to be sent to a receiving end by the sending end and relevant information for packaging an SIP message by a file server;
it will be appreciated that the files may be pictures, audio or video, etc. The data overhead is generated, and the service experience is improved.
Step 402: and according to the first message, packaging an SIP message, and sending the SIP message to a receiving end, wherein the SIP message comprises the address of the file stored in the file server.
In one embodiment of the present application, the method further comprises:
and receiving a downloading request from the receiving end, wherein the downloading request is used for requesting the receiving end to download the file from the file server.
In an embodiment of the present application, the step of sending the SIP message to the receiving end includes:
and sending the SIP message to a message server (such as a 5G message center), wherein the SIP message also comprises address information of the receiving end, and the SIP message is sent to the receiving end through the message server.
In an embodiment of the present application, the first message is an HTTP request message, such as an HTTPs POST message.
In an embodiment of the present application, the file server is configured to perform one or more of the following:
(1) Storing the file uploaded by the sending end and generating an address (such as a URL address) of the file;
(2) Analyzing HTTP request information carried by a sending end when uploading files, and encapsulating at least part of contents into SIP information;
(3) The SIP message is forwarded to the message server.
In the embodiment of the application, the message server is used for forwarding the SIP message to the receiving end, and the receiving end acquires the file through the address of the file carried in the SIP message after receiving the SIP message.
In an embodiment of the present application, the HTTP request message may further carry information of the sending end and/or the receiving end.
In the embodiment of the application, the following beneficial effects are achieved:
(1) Signaling interaction between a sending end and a file server is reduced: the file is uploaded by a sender/receiver information, a storage address of the file is generated by a file server after the file is uploaded, an SIP message is packaged and sent to a message server, and the file is sent to a receiving end through the message server, so that the problems of more signaling interaction and high data overhead of a terminal and a platform are solved;
(2) The implementation complexity of the sending end is reduced: the sending end does not need to monitor and analyze HTTP signaling to obtain the storage of the file, and does not need to perform additional SIP message encapsulation, so that the processing complexity of the sending end is greatly reduced;
(3) The service experience is improved: because the signaling interaction between the sending end and the file server at the air interface is reduced, the problems of packet loss, delay and the like caused by network factors are reduced greatly in theory, and the efficiency of file transmission message interaction can be improved.
Referring to fig. 5, an embodiment of the present application provides a transmission method, where an execution main body of the method may be a sending end, and the method includes the specific steps of:
step 501: and sending a first message to a file server, wherein the first message comprises a file which is required to be sent to a receiving end by the sending end and relevant information for packaging the SIP message by the file server.
In the embodiment of the application, the sending end can realize the file uploading and the message triggered rich media message optimization through one signaling, so that the repeated signaling interaction is avoided.
In one embodiment of the present application, the method further comprises:
and receiving a second message from the file server, wherein the second message indicates that the file is uploaded successfully.
In the embodiment of the application, the following beneficial effects are achieved:
(1) The signaling interaction between the sending end and the file server is reduced: the file server generates a storage address of the file and encapsulates the SIP message to be sent to the message server after uploading through the information of the sender/receiver carried by the file during uploading, and the file is sent to the receiving end through the message server, so that the problems of more signaling interaction and high data overhead of a terminal and a platform are solved;
(2) The implementation complexity of the sending end is reduced: the sending end does not need to monitor and analyze HTTP signaling to obtain storage of files, and does not need to perform additional SIP message encapsulation, so that the processing complexity of the sending end is greatly reduced, and the sending end is high;
(3) The service experience is improved: because signaling interaction between the sending end and the file server at the air interface is reduced, the problems of packet loss, delay and the like caused by network factors are reduced greatly in theory, and the efficiency of file transmission message interaction can be improved.
Referring to fig. 6, the specific steps are as follows:
step 1: a sender User1 locally selects media contents to be sent at a terminal;
step 2-3: the method comprises the following steps that GBA authentication is carried out on a sender User1, the GBA authentication is uploaded to a file server through HTTPS POST, and the server returns HTTPS 200OK to the sender User1 after successful uploading;
and 4, step 4: the file server encapsulates an SIP message (text message) to carry the address of the file storage, and sends the message to a 5G message center (5 GMC) to inform the message server;
and 5-7: the 5G message center (5 GMC) sends the message to the receiving party User2, after receiving the message, replies 200OK to the message server, analyzes the message content at the same time, if the message is a file transmission message, starts HTTPS GET to download the media content;
and 8-9: the receiving party User2 successfully downloads the media content, and displays pictures, videos or audios and the like;
step 10-13: after the download is successful, the receiving party User2 sends a message receipt.
After the file is uploaded by the sending party User1, no other signaling interaction with the message server is carried out, so that the file storage address after the uploading of the media content is finished is packaged into an SIP message by the file server and is sent to the receiving party User2. The method greatly reduces additional signaling interaction, improves the efficiency and reduces the possibility of packet loss.
Referring to fig. 7, an embodiment of the present application provides a transmission apparatus, which is applied to a file server, where the apparatus 700 includes:
a receiving module 701, configured to receive a first message from a sending end, where the first message includes a file that the sending end needs to send to a receiving end and related information for the file server to package an SIP message;
a sending module 702, configured to encapsulate an SIP message according to the first message, and send the SIP message to a receiving end, where the SIP message includes an address of the file stored in the file server.
In this embodiment, the receiving module 701 is further configured to: and receiving a downloading request from the receiving end, wherein the downloading request is used for requesting the receiving end to download the file from the file server.
In this embodiment of the application, the sending module 702 is further configured to: and sending the SIP message to a message server, wherein the SIP message also comprises address information of the receiving end, and the SIP message is sent to the receiving end through the message server.
In the embodiment of the present application, the file server and the message server have a SIP protocol interface therebetween.
In an embodiment of the present application, the first message is an HTTP request message, such as an HTTP POST message.
In this embodiment of the present application, the HTTP request further carries information of the sending end and/or the receiving end.
The device provided in the embodiment of the present application can implement each process implemented by the method embodiment shown in fig. 4, and achieve the same technical effect, and for avoiding repetition, details are not described here again.
Referring to fig. 8, an embodiment of the present application provides a transmission apparatus, which is applied to a sending end, where the apparatus 800 includes:
a sending module 801, configured to send a first message to a file server, where the first message includes a file that the sending end needs to send to a receiving end and related information for the file server to package an SIP message.
In this embodiment, the apparatus 800 further includes:
and the receiving module is used for receiving a second message from the file server, wherein the second message indicates that the file is uploaded successfully.
The device provided in the embodiment of the present application can implement each process implemented by the method embodiment shown in fig. 5, and achieve the same technical effect, and for avoiding repetition, details are not described here again.
Fig. 9 is a schematic hardware structure diagram of a terminal for implementing an embodiment of the present application, where the terminal 900 includes, but is not limited to: a radio frequency unit 901, a network module 902, an audio output unit 903, an input unit 904, a sensor 905, a display unit 906, a user input unit 907, an interface unit 908, a memory 709, and a processor 910.
Those skilled in the art will appreciate that the terminal 900 may further include a power source (e.g., a battery) for supplying power to various components, and the power source may be logically connected to the processor 910 through a power management system, so as to manage charging, discharging, and power consumption management functions through the power management system. The terminal structure shown in fig. 9 does not constitute a limitation of the terminal, and the terminal may include more or less components than those shown, or combine some components, or have a different arrangement of components, and thus will not be described again.
It should be understood that, in the embodiment of the present application, the input Unit 904 may include a Graphics Processing Unit (GPU) 9041 and a microphone 9042, and the Graphics Processing Unit 9041 processes image data of a still picture or a video obtained by an image capturing device (such as a camera) in a video capturing mode or an image capturing mode. The display unit 906 may include a display panel 9061, and the display panel 9061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like. The user input unit 907 includes a touch panel 9071 and other input devices 9072. A touch panel 9071 also referred to as a touch screen. The touch panel 9071 may include two parts, a touch detection device and a touch controller. Other input devices 9072 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein.
In this embodiment, the radio frequency unit 901 receives downlink data from a network device and then processes the downlink data to the processor 910; in addition, the uplink data is sent to the network side equipment. Generally, the radio frequency unit 901 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like.
Memory 909 may be used to store software programs or instructions and various data. The memory 909 may mainly include a storage program or instruction area and a storage data area, wherein the storage program or instruction area may store an operating system, an application program or instruction (such as a sound playing function, an image playing function, etc.) required for at least one function, and the like. In addition, the Memory 909 may include a high-speed random access Memory, and may also include a nonvolatile Memory, wherein the nonvolatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable Programmable PROM (EPROM), an Electrically Erasable Programmable ROM (EEPROM), or a flash Memory. Such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device.
Processor 910 may include one or more processing units; alternatively, the processor 910 may integrate an application processor, which mainly handles operating systems, user interfaces, and applications or instructions, etc., and a modem processor, which mainly handles wireless communications, such as a baseband processor. It is to be appreciated that the modem processor described above may not be integrated into processor 910.
The terminal provided in the embodiment of the present application can implement each process implemented by the method embodiment shown in fig. 3, and achieve the same technical effect, and for avoiding repetition, details are not described here again.
Referring to fig. 10, fig. 10 is a structural diagram of a file server applied in the embodiment of the present invention, as shown in fig. 10, the file server 1000 includes: a processor 1001, a transceiver 1002, a memory 1003, and a bus interface, wherein:
in one embodiment of the present invention, the file server 1000 further comprises: a program stored in the memory 903 and executable on the processor 1001, the program implementing the steps of the embodiment shown in fig. 5 when executed by the processor 1001.
In fig. 10, the bus architecture may include any number of interconnected buses and bridges, with one or more processors represented by processor 1001 and various circuits of memory represented by memory 1003 being linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 1002 may be a number of elements including a transmitter and a receiver that provide a means for communicating with various other apparatus over a transmission medium.
The processor 1001 is responsible for managing the bus architecture and general processing, and the memory 1003 may store data used by the processor 1001 in performing operations.
The file server provided in the embodiment of the present application can implement each process implemented by the method embodiment shown in fig. 5, and achieve the same technical effect, and for avoiding repetition, details are not described here again.
An embodiment of the present application further provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or the instruction is executed by a processor, the program or the instruction implements each process of the method embodiment shown in fig. 4 or fig. 5, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
Wherein, the processor is the processor in the terminal described in the above embodiment. The readable storage medium includes a computer readable storage medium, such as a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and so on.
The steps of a method or algorithm described in connection with the disclosure herein may be embodied in hardware or may be embodied in software instructions executed by a processor. The software instructions may be comprised of corresponding software modules that may be stored in RAM, flash memory, ROM, EPROM, EEPROM, registers, hard disk, a removable disk, a compact disk, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an ASIC. In addition, the ASIC may be carried in a core network interface device. Of course, the processor and the storage medium may reside as discrete components in a core network interface device.
Those skilled in the art will recognize that in one or more of the examples described above, the functions described herein may be implemented in hardware, software, firmware, or any combination thereof. When implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
The above-mentioned embodiments, objects, technical solutions and advantages of the present application are further described in detail, it should be understood that the above-mentioned embodiments are only examples of the present application, and are not intended to limit the scope of the present application, and any modifications, equivalent substitutions, improvements and the like made on the basis of the technical solutions of the present application should be included in the scope of the present application.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, embodiments of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the embodiments of the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the embodiments of the present application fall within the scope of the claims of the present application and their equivalents, the present application is also intended to encompass such modifications and variations.

Claims (13)

1. A transmission method is applied to a file server and is characterized by comprising the following steps:
receiving a first message from a sending end, wherein the first message comprises a file which is required to be sent to a receiving end by the sending end and related information used for packaging an SIP message by a file server;
and according to the first message, packaging an SIP message, and sending the SIP message to a receiving end, wherein the SIP message comprises the address of the file stored in the file server.
2. The method of claim 1, further comprising:
and receiving a downloading request from the receiving end, wherein the downloading request is used for requesting the receiving end to download the file from the file server.
3. The method of claim 1, wherein the step of sending the SIP message to the receiving end comprises:
and sending the SIP message to a message server, wherein the SIP message also comprises the address information of the receiving terminal, and the SIP message is sent to the receiving terminal through the message server.
4. The method of claim 3, wherein there is a SIP protocol interface between the file server and the message server.
5. The method of claim 1, wherein the first message is an HTTP request message.
6. The method according to claim 5, wherein the HTTP request further carries information of the sender and/or receiver.
7. A transmission method is applied to a sending end, and is characterized by comprising the following steps:
and sending a first message to a file server, wherein the first message comprises a file which is required to be sent to a receiving end by the sending end and relevant information for packaging the SIP message by the file server.
8. The method of claim 6, further comprising:
and receiving a second message from the file server, wherein the second message indicates that the file is uploaded successfully.
9. A transmission device applied to a file server is characterized by comprising:
a receiving module, configured to receive a first message from a sending end, where the first message includes a file that the sending end needs to send to a receiving end and related information for the file server to package an SIP message;
and the sending module is used for packaging the SIP message according to the first message and sending the SIP message to a receiving end, wherein the SIP message comprises the address of the file stored in the file server.
10. A transmission device applied to a transmitting end, comprising:
the sending module is used for sending a first message to a file server, wherein the first message comprises a file which needs to be sent to a receiving end by the sending end and related information used for packaging an SIP message by the file server.
11. A file server, comprising: processor, memory and program stored on the memory and executable on the processor, which when executed by the processor implements the steps of the method according to any one of claims 1 to 6.
12. A terminal, comprising: processor, memory and program stored on the memory and executable on the processor, which when executed by the processor implements the steps of the method according to any one of claims 7 to 8.
13. A readable storage medium, characterized in that it has a program stored thereon, which program, when being executed by a processor, carries out steps comprising a method according to any one of claims 1 to 8.
CN202110660227.9A 2021-06-15 2021-06-15 Transmission method, device, equipment and readable storage medium Pending CN115484242A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110660227.9A CN115484242A (en) 2021-06-15 2021-06-15 Transmission method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110660227.9A CN115484242A (en) 2021-06-15 2021-06-15 Transmission method, device, equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN115484242A true CN115484242A (en) 2022-12-16

Family

ID=84419855

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110660227.9A Pending CN115484242A (en) 2021-06-15 2021-06-15 Transmission method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN115484242A (en)

Similar Documents

Publication Publication Date Title
US9553917B2 (en) Server, device and recording medium for HTTP file transfer during chatting session established by another protocol
CN108933727B (en) Message receipt processing method and device
US20200186639A1 (en) System and method for providing personalized audio-video invitations
US11323502B2 (en) Transport method selection for delivery of server notifications
CN110519824B (en) Method and device for updating terminal routing strategy
KR102590338B1 (en) Short message service ability updating method, device and apparatus
JP2022537643A (en) Resource subscription method, device, server and computer storage medium
CN111629030A (en) Communication processing method, device, medium and equipment based on edge computing platform
US20140250197A1 (en) Content server, terminal, and method using http
WO2016177121A1 (en) File transmission method and device, and application server
CN111277484A (en) Network message fallback and deduplication
EP3226505A1 (en) Push service implementation method and device
US8867726B2 (en) Methods and systems for authorizing call forwarding
US8923903B2 (en) Syncing history information
US8200278B2 (en) Adding SMS as a transport type for an enterprise service bus
US20170127472A1 (en) Method and wireless device for controlling disconnection of a wireless device in a wi-fi direct group of a wireless network
EP1561354B1 (en) Streaming of media content in a multimedia messaging service
CN107113281A (en) Content shared method, terminal, server and system
CN104219299A (en) Data transmission method and data transmission device
CN115484242A (en) Transmission method, device, equipment and readable storage medium
CN117715235A (en) Communication establishment method and device, terminal equipment and network side equipment
CN108337215B (en) File transmission method, system and device and electronic equipment
KR101330051B1 (en) apparatus, and recording medium for file transfer to signal reception impossible terminal
CN115002689B (en) 5G message communication method and network element for 5G message communication
CN114650575B (en) PDU session selection method, device, network function and storage medium

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