WO2019218478A1 - Response method and device for call service - Google Patents

Response method and device for call service Download PDF

Info

Publication number
WO2019218478A1
WO2019218478A1 PCT/CN2018/097546 CN2018097546W WO2019218478A1 WO 2019218478 A1 WO2019218478 A1 WO 2019218478A1 CN 2018097546 W CN2018097546 W CN 2018097546W WO 2019218478 A1 WO2019218478 A1 WO 2019218478A1
Authority
WO
WIPO (PCT)
Prior art keywords
call
integrated
sip server
browser application
call service
Prior art date
Application number
PCT/CN2018/097546
Other languages
French (fr)
Chinese (zh)
Inventor
谢冰
程冲
柳德超
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2019218478A1 publication Critical patent/WO2019218478A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1101Session protocols
    • H04L65/1104Session initiation protocol [SIP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management

Definitions

  • the present application belongs to the field of Internet technologies, and in particular, to a response method and device for a call service.
  • voice call technology With the continuous development of voice call technology, more and more services support instant voice calls for business processing. Since the voice call frameworks of the respective services are different, if the user handles different services, the corresponding application needs to be installed for each service at the same time, and the session initial protocol (Session) of each service can be performed.
  • the Initiation Protocol (SIP) server establishes a connection and implements a voice call. It can be seen that the response technology of the existing call service needs to install different applications for the call service with different voice call frames, which leads to too many applications on the user terminal device, occupies a large amount of hardware resources, and needs Users learn how each application operates and increase the difficulty of operation.
  • the embodiment of the present application provides a method and a device for responding to a call service, so as to solve the response technology of the existing call service, it is necessary to install different applications, occupy a large amount of hardware resources, and require the user to learn various applications.
  • the operation mode of the program increases the difficulty of the user's operation.
  • a first aspect of the embodiment of the present application provides a method for responding to a call service, including:
  • the call service request includes an identifier of a session initial protocol SIP server of the call peer end;
  • the call service environment includes a call service operation interface and establishing a call data transmission with the SIP server The protocol file required for the link;
  • the embodiment of the present application When receiving the call service request initiated by the user, the embodiment of the present application extracts the identifier of the SIP server included in the call service request, acquires the call frame data corresponding to the SIP server, and integrates into the universal call SDK;
  • the integrated browser of the connection process parses the universal call SDK, sets up a call service environment between the SIP server, and calls the call connection process to establish a call data transmission link with the SIP server, through which the user can communicate with the data transmission link.
  • the call peer performs real-time voice calls, and performs subsequent service operations based on the operation interface in the call service environment.
  • the SIP server of different call frames can be integrated into the universal call SDK, and the terminal device only needs to parse the universal call SDK through the integrated browser application, and can construct and SIP.
  • the data link between the servers does not need to install multiple applications, which reduces the occupation of hardware resources, and the user needs to operate the integrated browser application, which is simple in operation and reduces the operation difficulty of the user.
  • FIG. 1 is a flowchart of implementing a response method of a call service according to a first embodiment of the present application
  • FIG. 2 is a flowchart of a specific implementation method of a response service of a call service according to a second embodiment of the present application
  • FIG. 3 is a flowchart of a specific implementation of a response method for a call service according to a third embodiment of the present application.
  • FIG. 4 is a flowchart of a specific implementation method of a response service of a call service according to a fourth embodiment of the present application.
  • FIG. 5 is a flowchart of a specific implementation of a response method of a call service according to a fifth embodiment of the present application.
  • FIG. 6 is a structural block diagram of a response device of a call service according to an embodiment of the present application.
  • FIG. 7 is a schematic diagram of a response device of a call service according to another embodiment of the present application.
  • the execution entity of the process is a response device of the call service.
  • the response device of the call service includes, but is not limited to, a device having a response function of a call service, such as a server, a computer, a smart phone, and a tablet.
  • FIG. 1 is a flowchart showing an implementation of a response method of a call service provided by a first embodiment of the present application, which is described in detail as follows:
  • a call service request is received; the call service request includes an identifier of a session initiation protocol SIP server of the call peer.
  • the call service request may be sent by the call peer to the response device of the call service, that is, the call peer call response device; the user may also generate a call service request on the responding device, in this case,
  • the responding device calls the opposite end of the call.
  • the number of the opposite ends of the call may be one, or two or more. Since the IP call service supports multi-person online call, the responding device of the call service can simultaneously initiate a call service request to multiple call peers. The process of establishing a call link is independent of each other. Therefore, in this embodiment, the response service device of the call service establishes a call service with a call peer as an example, and the process of talking with multiple call peers may be performed. Referring to the above examples, they will not be explained here.
  • the call service request includes an identifier of a Session Initiation Protocol (SIP) server of the call peer, and determines which SIP server to establish a call link with, so that the call peer performs a call operation.
  • SIP Session Initiation Protocol
  • the identifier of the SIP server may be a network address, a device number, or an HTTP link that uniquely identifies the information of the SIP server.
  • the opposite end of the call communicates with the SIP server to which it belongs, and obtains its identifier, which will encapsulate the identifier and the call service request. And sent to the responding device.
  • the call service request is initiated by the user, in this case, the user inputs the call number of the opposite end of the call, such as a phone number or a network address, and the response device obtains the connection information of each SIP server, and determines the SIP server corresponding to the call number. And add the SIP server to the call service request.
  • call frame data corresponding to the identifier of the SIP server is acquired, and the call frame data is added to the universal call software development kit SDK.
  • the service logics used are different, such as the output operation interface and the protocol files used during the call, or the network protocols when the call link is set up.
  • the order of execution is also different. Therefore, after determining the SIP server where the opposite end of the call is located, the response device needs to obtain the call frame data of the SIP server to determine the service logic of the SIP server, thereby setting up a corresponding call service environment through the call frame data.
  • the response device is provided with a universal call software development kit (SDK), and the response device can run the universal call SDK to generate a universal call platform locally, and integrate the call service framework of each SIP server.
  • SDK universal call software development kit
  • a call connection can be established with each SIP server, that is, the universal call SDK is compatible with each SIP server, and the call service framework of each SIP server is built based on the universal call SDK. Therefore, when the response device of the call service establishes a call link with the SIP server at the opposite end of the call, the obtained call frame data is imported into the universal call SDK, and when the universal call SDK is run, the two can be constructed. Inter-call link.
  • an integrated browser application is invoked to parse the universal call SDK to establish a call service environment with the SIP server; the call service environment includes a call service operation interface and establishment and the SIP server The protocol file required for the call data transmission link.
  • the response device stores a browser application integrated with the call connection process, that is, the integrated browser application is in the original browser framework, and the call length connection can also be implemented.
  • the call length connection can be
  • the integrated browser application can not only complete the instant voice call service, but also can access the webpage during the voice call service to meet various types of operation requirements of the user. Due to the integration and transformation of the browser-based application, the transformation is less difficult.
  • the native browser application can extend the functionality of the browser application by calling various Active controls. Based on this, the response device integrates the call connection process into the browser application. Enable instant voice calls with an integrated browser app.
  • the call peer needs to send a related webpage link, requesting the user to fill in the user information and upload the user profile in the page corresponding to the webpage link, if the instant voice call service office
  • the application used is independent of the application that accesses the webpage, and the user needs to switch back and forth between the two applications, which is inconvenient for the user to perform business processing, and increases the difficulty of the business processing operation.
  • the integrated browser application provided by the present application can well solve the problem that the existing voice call service needs to be switched back and forth, and realizes that the two functions of instant voice call and webpage access are integrated in the same application to satisfy the business process. Demand.
  • the response device parses the universal call SDK of the call frame data imported into the SIP server by calling the integrated browser application, and constructs a call service environment with the SIP server in the integrated browser application.
  • the call service environment includes a call service operation interface and a protocol file required to establish a call data transmission link.
  • the call service operation interface can create a page in the integrated browser application, and display the call service operation interface through the page, and the user can implement related operations of the call service on the integrated browser application.
  • the integrated browser application first outputs a selection page of the SIP server when parsing the universal call SDK, so that the user can access multiple SIPs. Select one of the servers as the call service environment to be set up for this call.
  • the integrated browser application detects the identifier of the SIP server included in the call service request, and parses the corresponding call frame data based on the identifier, and sets up a call service environment of the SIP server.
  • the response device after determining the protocol file required to establish a call data transmission link with the SIP server, the response device starts the call connection thread in the integrated browser application, and runs the above analysis through the call connection thread.
  • the protocol file obtained by the parsing includes protocol files about multiple network levels, for example, an application layer-based protocol file, determining a port number of the application layer to be called, and a package encapsulation rule of the data packet; and may also include a protocol file of the transport layer.
  • the protocol file of the network layer may also be included, the protocol file of the network layer may include the routing table information corresponding to the connection with the SIP server, and so on.
  • the call service operation interface is displayed, and the call service request is responded based on the call data transmission link.
  • the response device can display the call service operation interface through the integrated browser application, and initiate relevant service instructions during the operation of the service processing. And transmitting the call data through the call data transmission link, and responding to the call service request.
  • the response method of the call service provided by the embodiment of the present application can be integrated into the universal call SDK, and the terminal device only needs to parse the universal call SDK through the integrated browser application.
  • the data link of the call with the SIP server can be constructed, no need to install multiple applications, the occupation of hardware resources is reduced, and the user needs to operate the integrated browser application, the operation is simple, and the operation difficulty of the user is reduced.
  • FIG. 2 is a flowchart of a specific implementation of a response method of a call service according to a second embodiment of the present application.
  • the method for responding to the call service provided by the embodiment further includes: S201 ⁇ S202 before S104, and the S104 includes: S203 ⁇ S205, as described in detail below. :
  • source code data of the call connection process is obtained, and the source code data is encapsulated in a layered open source development framework.
  • the response device of the call service can obtain the source data of the call connection process by means of manual configuration in the cloud server or by the user.
  • the call data transmission links used by different SIP servers are different, and the response device of the call service can also connect with each SIP server, and retrieve the source data of the corresponding call connection process from the SIP server.
  • the response device needs to establish a call data transmission link with a SIP server, the call connection process matching the identifier of the SIP server is extracted from the local database, and the call connection process is invoked to establish a connection with the SIP server.
  • the call connection process in order to make the call connection process compatible with the webpage connection process in the native browser application, the call connection process needs to be encapsulated in a layered open source development framework, so that the business logics of the two are independent of each other.
  • the layered open source development framework may be a Spring-based framework
  • the source data of the call connection process may be data of a connection process built based on the Netty framework, in which case the response device will be based on the Netty framework.
  • the data of the constructed connection process is imported into one of the levels of the Spring framework.
  • the number of levels set in the Spring framework is related to the number of functions used for the required extension.
  • the hierarchical framework can be divided into Multiple levels to ensure separation of business logic between different functions, enabling separate calls.
  • the source code data of the video call process can be added in the Spring framework to implement the function of instant video call.
  • the layered open source development framework is embedded into a native browser application to obtain the integrated browser application.
  • the call connection process is automatically activated to connect the call service data link. operating.
  • the response device embeds the added layered open source development framework into the native browser application.
  • the response device can add the native browser application to the base level of the layered open source development framework.
  • the base level is different from the layering level added by the source code data of the call connection process.
  • the base level is the calling basis of each hierarchical level, that is, the application or thread of other levels in the development framework requires the basic level. Called on the corresponding application's framework.
  • calling the connection connection process in the integrated browser application to run the protocol file includes:
  • the layered open source development framework is loaded to activate the call connection process.
  • the integrated browser application when the integrated browser application is invoked, the layered open source development framework is loaded, and the source code data of the call connection process added in the development framework is run, thereby activating the call connection process.
  • the integrated open source development framework integrates multiple applications or processes, when the integrated browser application is invoked, it will also be based on various applications and processes within the open source development framework.
  • the response device may be configured with a process disable list, and when the integrated browser application is invoked and the open source development framework loads, the process identifier of each disabled process in the process disable list is detected. Matches the identifiers of the various applications or processes in the layered open source development framework to determine whether the disabled process is integrated in the development framework. If it exists, the source data corresponding to the process is blocked to prevent the process from being activated.
  • the call connection process is invoked to detect an input instruction of the integrated browser application.
  • the integrated browser application since the integrated browser application is called in addition to responding to the call service request, it can also be called during the user's need to browse the web page or perform other operations. Based on this, the call connection process needs to determine whether to establish a communication connection operation with the SIP server. Therefore, after the call connection process is activated, the input command of the integrated browser application is monitored in real time, and the call connection start command is monitored in the input command. If the call connection start command is not included, the call connection process remains in the standby state. On the other hand, if the input command at a certain time includes the call connection start command, the related operation of S205 is performed.
  • a call connection initiation command is created to activate the call connection process and establish a call data transmission with the SIP server. link.
  • the protocol file is executed by the call connection process.
  • the call connection process detects that the input command includes a connection start command
  • the obtained protocol file is run.
  • the specific operation mode refer to the related description in S104, and details are not described herein again.
  • the native browser application is modified, so that the browser application can provide a real-time voice call function in addition to the web browsing function, so as to prevent the user from frequently switching during the voice service processing.
  • the application reduces the user's operation and improves the response efficiency of the call service.
  • FIG. 3 is a flowchart showing a specific implementation of a response method of a call service according to a third embodiment of the present application.
  • the response method of the call service provided by this embodiment further includes S301 ⁇ S303, and the details are as follows:
  • a webpage service process in the integrated browser application is invoked to detect an input instruction of the integrated browser application.
  • the response device can also perform webpage access during the call service with the SIP server through the integrated browser application.
  • the integrated browser application activates the webpage service process in addition to activating the call connection process, and the webpage service process detects the input command of the integrated messenger application to determine whether there is any The webpage jump instruction initiated by the user or the webpage link information sent by the communication peer. If the webpage jump instruction is not included in the input command, the webpage service process remains in the standby state; if the input command includes the webpage jump instruction, the related operation of S302 is performed.
  • the responding device of the call service may invoke the webpage service process to output a webpage jump confirmation box.
  • the webpage service process may also jump to the webpage link to obtain The webpage information is displayed in the webpage confirmation confirmation box, so that the user can determine the information of the destination webpage before deciding whether the jump needs to be performed, and prevent the user from jumping to a website with a high risk coefficient such as a virus website or a phishing website. If the user returns a jump confirmation command, the response device performs the related operation of S302.
  • the webpage service process detects that the input instruction includes a webpage jump instruction
  • the target webpage address in the webpage jump instruction is extracted, and optionally, the target webpage address may be corresponding to the target webpage. domain name.
  • the responding device invokes the webpage service process to establish a communication connection with the server of the target webpage address, and retrieves the webpage data corresponding to the target webpage from the server.
  • the S302 further includes: reducing the sampling frequency of the call service by the response device, reducing the amount of data sent by the call data per unit time, and allocating part of the bandwidth resource of the call service to the webpage service process, so as to improve the retrieval rate of the webpage data. .
  • the bandwidth resource of the webpage service process is reassigned to the call service process, and the sampling frequency of the call service is restored.
  • the resources allocated to the call service can be appropriately reduced to increase the open rate of the webpage.
  • the call service operation interface is switched to a webpage page of the webpage data.
  • the webpage data may be executed by the webpage service process to output the webpage page corresponding to the target webpage, and the current call service operation page is switched.
  • the web page of the target web page so that the user can respond in the web page.
  • the webpage access is implemented based on the integrated browser application in the process of the call service, and the multi-function operation is realized without the user switching the application, thereby improving the operation efficiency of the user.
  • FIG. 4 is a flowchart of a specific implementation of a method for responding to a call service according to a fourth embodiment of the present application.
  • the method further includes: S401 ⁇ S403, which are specifically described in detail. as follows:
  • an integrated call frame list included in the universal call SDK is extracted; the integrated call frame list includes an identifier of each SIP server to which call frame data has been added.
  • the universal call SDK is a compatible software development package
  • call frame data of different SIP servers can be integrated into the universal call SDK, if the user has performed real-time voice with multiple SIP servers.
  • the call frame data of the SIP server that has been called is added to the universal call SDK, that is, the call frame data of multiple SIP servers may be included in the universal call SDK, and an integrated call frame list is established for recording added. The identity of the SIP server for each call frame data.
  • the user can also manually delete the call frame data added in the call universal SDK.
  • the user inputs the identifier of the SIP server that needs to be deleted, and the responding device will list the unit corresponding to the identifier from the integrated call frame list.
  • Delete and remove the call frame data corresponding to the identifier from the call universal SDK to reduce the file size of the call universal SDK.
  • the maximum number of integrated calls can be set in the call general-purpose SDK. If it is detected that the number of added call frame data exceeds the maximum integrated number, the call frame data of the corresponding SIP server is deleted based on the preset deletion condition.
  • the preset deletion condition may be a call count condition and an add time condition, for example, starting from the call frame data of the SIP server with the smallest number of calls, or deleting from the call frame data of the SIP server with the earliest time added.
  • the integrated call frame list includes the identifier of the SIP server at the opposite end of the call, it indicates that the call universal SDK has integrated the call frame data of the SIP server, so the integrated browser can be directly called to parse the universal call. SDK, no need to download.
  • the integrated call frame list does not include the identifier of the SIP server of the call peer, it indicates that the call universal SDK does not integrate the call frame data of the SIP server, so the call frame data of the SIP server needs to be downloaded. And added to the Universal Call SDK.
  • FIG. 5 is a flowchart showing a specific implementation of a response method of a call service according to a fifth embodiment of the present application.
  • a response method of a call service provided by this embodiment is used to display the call service operation interface, and based on the call data transmission link response
  • the method further includes: S501 and S502, which are detailed as follows:
  • the response device of the call service when the response device of the call service receives the call suspension instruction, it indicates that the current call service needs to be ended.
  • the call suspension command may be initiated by the user, and may also be sent to the response device for the call peer.
  • the responding device invokes the call connection process to send a link interruption instruction to the SIP server, and releases the port resource occupied by the call data transmission link.
  • the SIP server receives the interrupt instruction, it also releases the occupied call resources accordingly in response to the call service request of other devices.
  • the call connection process is initialized and the integrated browser application is closed.
  • the protocol file required to establish a call data transmission link with the current SIP server is recorded in the call connection process, and the response device is turned off the integrated browser in order to avoid automatic connection with the SIP server at the next activation.
  • the call connection process is initialized to clear the run setting parameters in the call connection process. After the initialization of the call connection process is completed, the integrated browser application is closed and the current call is ended.
  • the call resource when the call suspension command is detected, the call resource is released immediately, and the call connection process is initialized, thereby improving the response efficiency of the call end.
  • FIG. 6 is a structural block diagram of a response device of a call service according to an embodiment of the present application.
  • the response device of the call service includes units for performing the steps in the embodiment corresponding to FIG. 1.
  • please refer to the related description in the embodiment corresponding to FIG. 1 and FIG. For the convenience of explanation, only the parts related to the present embodiment are shown.
  • the response device of the call service includes:
  • the call service request receiving unit 61 is configured to receive a call service request; the call service request includes an identifier of a session initiation protocol SIP server of the call peer end;
  • the call frame data obtaining unit 62 is configured to acquire call frame data corresponding to the identifier of the SIP server, and add the call frame data to the universal call software development kit SDK;
  • the call service environment setting unit 63 is configured to call the integrated browser application to parse the universal call SDK to set up a call service environment with the SIP server;
  • the call service environment includes a call service operation interface and a setup and a call a protocol file required for a call data transmission link between SIP servers;
  • a protocol file running unit 64 configured to invoke a call connection process in the integrated browser application to run the protocol file, and establish the call data transmission link;
  • the call service response unit 65 is configured to display the call service operation interface, and respond to the call service request based on the call data transmission link.
  • the response device of the call service further includes:
  • the source data obtaining unit is configured to obtain source data of the call connection process, and encapsulate the source data in a layered open source development framework;
  • a layered framework integration unit configured to embed the layered open source development framework into a native browser application to obtain the integrated browser application
  • the protocol file running unit 64 includes:
  • a call connection process activation unit configured to load the layered open source development framework to activate the call connection process
  • a call connection process detecting unit configured to invoke the call connection process to detect an input instruction of the integrated browser application
  • the call connection process invoking unit is configured to run the protocol file by using the call connection process if the input command includes a call connection initiation command.
  • the response device of the call service further includes:
  • a web service process invoking unit configured to invoke a webpage service process in the integrated browser application to detect an input instruction of the integrated browser application
  • a webpage data obtaining unit configured to: if the input instruction includes a webpage jump instruction, extract a target webpage address in the webpage jump instruction, and invoke the webpage service process to obtain webpage data of the target webpage address;
  • a webpage page output unit configured to switch the call service operation interface to a webpage page of the webpage data.
  • the response device of the call service further includes:
  • An integrated call frame list extracting unit configured to extract an integrated call frame list included in the universal call SDK; the integrated call frame list includes an identifier of each SIP server to which call frame data has been added;
  • the integrated response unit is configured to: if the integrated call frame list includes the identifier of the SIP server of the call service request, perform an operation of calling the preset integrated browser application to parse the universal call SDK;
  • the response device of the call service further includes:
  • the abort command response unit is configured to: if the call suspension command is received, disconnect the call data transmission link to release the call resource of the SIP server;
  • An initialization execution unit is configured to initialize the call connection process and close the integrated browser application.
  • the SIP servers of different call frames can be integrated into the universal call SDK, and the terminal device only needs to parse the universal call SDK through the integrated browser application,
  • the call data link between the SIP server and the SIP server is not required to install multiple applications, which reduces the occupation of hardware resources, and the user needs to operate the integrated browser application, which is simple in operation and reduces the operation difficulty of the user.
  • FIG. 7 is a schematic diagram of a response device of a call service according to another embodiment of the present application.
  • the response device 7 of the call service of this embodiment includes a processor 70, a memory 71, and computer readable instructions 72 stored in the memory 71 and executable on the processor 70, such as The response procedure for the call service.
  • the processor 70 executes the computer readable instructions 72 to implement the steps in the method for responding to the respective call services described above, such as S101 to S105 shown in FIG. 1.
  • the processor 70 when executing the computer readable instructions 72, implements the functions of the various units in the various apparatus embodiments described above, such as the functions of modules 61 through 65 shown in FIG.
  • the computer readable instructions 72 may be partitioned into one or more units, the one or more units being stored in the memory 71 and executed by the processor 70 to complete the application.
  • the one or more units may be a series of computer readable instruction instruction segments capable of performing a particular function for describing the execution of the computer readable instructions 72 in the response device 7 of the call service.
  • the computer readable instructions 72 may be divided into a call service request receiving unit, a call frame data obtaining unit, a call service environment building unit, a protocol file running unit, and a call service response unit, and the specific functions of each unit are as described above.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The present application is applicable to the technical field of the Internet, and provides a response method and device for a call service. The method comprises: receiving a call service request; obtaining call frame data corresponding to the identifier of an SIP server, and adding the call frame data to a universal call software development kit (SDK); invoking an integrated browser application to parse the universal call SDK, the call service environment comprising a call service operation interface and a protocol file required by establishing a call data transmission link with the SIP server; invoking a call connection process in the integrated browser application to run the protocol file, to establish the call data transmission link; and displaying the call service operation interface, and responding to the call service request on the basis of the call data transmission link. According to the present application, there is no need to install a plurality of application programs, thereby reducing the occupation of hardware resources; moreover, a user only needs to operate the integrated browser application, and therefore, the operation is simple, and the operation difficulty of the user is reduced.

Description

一种通话服务的响应方法及设备Method and device for responding to call service
本申请申明享有2018年05月14日递交的申请号为201810456938.2、名称为“一种通话服务的响应方法及设备”中国专利申请的优先权,该中国专利申请的整体内容以参考的方式结合在本申请中。The present application claims the priority of the Chinese Patent Application No. 201810456938.2, filed on May 14, 2018, entitled "Responsive Method and Apparatus for a Call Service", the entire contents of which are incorporated by reference. In this application.
技术领域Technical field
本申请属于互联网技术领域,尤其涉及一种通话服务的响应方法及设备。The present application belongs to the field of Internet technologies, and in particular, to a response method and device for a call service.
背景技术Background technique
随着语音通话技术的不断发展,越来越多的服务支持即时语音通话进行业务办理。由于各个业务所对应的语音通话框架各不相同,若用户办理不同的业务,则需要同时为每个业务安装对应的应用程序,才能与各个业务的会话初始协议(Session Initiation Protocol,SIP)服务器建立连接,实现语音通话。由此可见,现有的通话服务的响应技术,针对有不同语音通话框架的通话服务,需要安装不同的应用程序,从而导致用户的终端设备上应用程序过多,占用大量的硬件资源,并且需要用户学习各个应用程序的操作方式,增加了操作难度。With the continuous development of voice call technology, more and more services support instant voice calls for business processing. Since the voice call frameworks of the respective services are different, if the user handles different services, the corresponding application needs to be installed for each service at the same time, and the session initial protocol (Session) of each service can be performed. The Initiation Protocol (SIP) server establishes a connection and implements a voice call. It can be seen that the response technology of the existing call service needs to install different applications for the call service with different voice call frames, which leads to too many applications on the user terminal device, occupies a large amount of hardware resources, and needs Users learn how each application operates and increase the difficulty of operation.
技术问题technical problem
有鉴于此,本申请实施例提供了一种通话服务的响应方法及设备,以解决现有的通话服务的响应技术,需要安装不同的应用程序,占用大量的硬件资源,并且需要用户学习各个应用程序的操作方式,增加了用户的操作难度的问题。In view of this, the embodiment of the present application provides a method and a device for responding to a call service, so as to solve the response technology of the existing call service, it is necessary to install different applications, occupy a large amount of hardware resources, and require the user to learn various applications. The operation mode of the program increases the difficulty of the user's operation.
技术解决方案Technical solution
本申请实施例的第一方面提供了一种通话服务的响应方法,包括:A first aspect of the embodiment of the present application provides a method for responding to a call service, including:
接收通话服务请求;所述通话服务请求包含通话对端的会话初始协议SIP服务器的标识;Receiving a call service request; the call service request includes an identifier of a session initial protocol SIP server of the call peer end;
获取所述SIP服务器的标识对应的通话框架数据,并将所述通话框架数据添加至通用通话软件开发工具包SDK;Obtaining call frame data corresponding to the identifier of the SIP server, and adding the call frame data to the universal call software development kit SDK;
调用集成的浏览器应用解析所述通用通话SDK,以搭建与所述SIP服务器之间的通话服务环境;所述通话服务环境包括通话服务操作界面以及建立与所述SIP服务器之间的通话数据传输链路所需的协议文件;Invoking an integrated browser application to parse the universal call SDK to establish a call service environment with the SIP server; the call service environment includes a call service operation interface and establishing a call data transmission with the SIP server The protocol file required for the link;
调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,建立所述通话数据传输链路;Calling a call connection process in the integrated browser application to run the protocol file to establish the call data transmission link;
展示所述通话服务操作界面,并基于所述通话数据传输链路响应所述通话服务请求。Presenting the call service operation interface and responding to the call service request based on the call data transmission link.
有益效果Beneficial effect
本申请实施例在接收到用户发起的通话服务请求时,提取该通话服务请求中包含的SIP服务器的标识,获取该SIP服务器对应的通话框架数据,并集成于通用通话SDK中;调用集成了通话连接进程的集成浏览器解析通用通话SDK,搭建与SIP服务器之间的通话服务环境,并调用通话连接进程建立与SIP服务器之间的通话数据传输链路,通过该通话数据传输链路用户可以与通话对端进行实时语音通话,并基于通话服务环境下的操作界面,进行后续的业务办理操作。与现有的通话服务的响应技术相比,不同通话框架的SIP服务器均可以集成于通用通话SDK中,终端设备只需要通过集成的浏览器应用对该通用通话SDK进行解析,则可以构建与SIP服务器之间的通话数据链路,无需安装多个应用程序,减少了硬件资源的占用,并且用户需要对集成的浏览器应用进行操作,操作简单,降低了用户的操作难度。When receiving the call service request initiated by the user, the embodiment of the present application extracts the identifier of the SIP server included in the call service request, acquires the call frame data corresponding to the SIP server, and integrates into the universal call SDK; The integrated browser of the connection process parses the universal call SDK, sets up a call service environment between the SIP server, and calls the call connection process to establish a call data transmission link with the SIP server, through which the user can communicate with the data transmission link. The call peer performs real-time voice calls, and performs subsequent service operations based on the operation interface in the call service environment. Compared with the response technology of the existing call service, the SIP server of different call frames can be integrated into the universal call SDK, and the terminal device only needs to parse the universal call SDK through the integrated browser application, and can construct and SIP. The data link between the servers does not need to install multiple applications, which reduces the occupation of hardware resources, and the user needs to operate the integrated browser application, which is simple in operation and reduces the operation difficulty of the user.
附图说明DRAWINGS
图1是本申请第一实施例提供的一种通话服务的响应方法的实现流程图;1 is a flowchart of implementing a response method of a call service according to a first embodiment of the present application;
图2是本申请第二实施例提供的一种通话服务的响应方法具体实现流程图;2 is a flowchart of a specific implementation method of a response service of a call service according to a second embodiment of the present application;
图3是本申请第三实施例提供的一种通话服务的响应方法具体实现流程图;3 is a flowchart of a specific implementation of a response method for a call service according to a third embodiment of the present application;
图4是本申请第四实施例提供的一种通话服务的响应方法具体实现流程图;4 is a flowchart of a specific implementation method of a response service of a call service according to a fourth embodiment of the present application;
图5是本申请第五实施例提供的一种通话服务的响应方法的具体实现流程图;FIG. 5 is a flowchart of a specific implementation of a response method of a call service according to a fifth embodiment of the present application;
图6是本申请一实施例提供的一种通话服务的响应设备的结构框图;FIG. 6 is a structural block diagram of a response device of a call service according to an embodiment of the present application;
图7是本申请另一实施例提供的一种通话服务的响应设备的示意图。FIG. 7 is a schematic diagram of a response device of a call service according to another embodiment of the present application.
本发明的实施方式Embodiments of the invention
在本申请实施例中,流程的执行主体为通话服务的响应设备。该通话服务的响应设备包括但不限于:服务器、计算机、智能手机以及平板电脑等具有通话服务的响应功能的设备。图1示出了本申请第一实施例提供的通话服务的响应方法的实现流程图,详述如下:In the embodiment of the present application, the execution entity of the process is a response device of the call service. The response device of the call service includes, but is not limited to, a device having a response function of a call service, such as a server, a computer, a smart phone, and a tablet. FIG. 1 is a flowchart showing an implementation of a response method of a call service provided by a first embodiment of the present application, which is described in detail as follows:
在S101中,接收通话服务请求;所述通话服务请求包含通话对端的会话初始协议SIP服务器的标识。In S101, a call service request is received; the call service request includes an identifier of a session initiation protocol SIP server of the call peer.
在本实施例中,该通话服务请求可以由通话对端发送给通话服务的响应设备,即通话对端呼叫响应设备;用户还可以在响应设备上生成一个通话服务请求,在该情况下,即响应设备呼叫通话对端。需要说明的是,通话对端的数量可以为一个,也可以为两个或以上,由于IP通话服务支持多人在线通话,即通话服务的响应设备可以同时向多个通话对端发起通话服务请求,而建立通话链路的过程是相互独立的,因此在本实施例中,以通话服务的响应设备与一个通话对端建立通话服务作为例子进行说明,而与多个通话对端进行通话的过程可以参照上述例子,在此不再一一阐述。In this embodiment, the call service request may be sent by the call peer to the response device of the call service, that is, the call peer call response device; the user may also generate a call service request on the responding device, in this case, The responding device calls the opposite end of the call. It should be noted that the number of the opposite ends of the call may be one, or two or more. Since the IP call service supports multi-person online call, the responding device of the call service can simultaneously initiate a call service request to multiple call peers. The process of establishing a call link is independent of each other. Therefore, in this embodiment, the response service device of the call service establishes a call service with a call peer as an example, and the process of talking with multiple call peers may be performed. Referring to the above examples, they will not be explained here.
在本实施例中,通话服务请求中包含通话对端的会话初始协议(Session Initiation Protocol,SIP)服务器的标识,确定通过与哪一SIP服务器建立通话链路,以便于通话对端进行通话操作。该SIP服务器的标识可以为网络地址、设备编号或HTTP链接等可以唯一标示SIP服务器的信息。In this embodiment, the call service request includes an identifier of a Session Initiation Protocol (SIP) server of the call peer, and determines which SIP server to establish a call link with, so that the call peer performs a call operation. The identifier of the SIP server may be a network address, a device number, or an HTTP link that uniquely identifies the information of the SIP server.
在本实施例中,若通话服务请求是由通话对端发送的,在该情况下,通话对端会与其所属的SIP服务器进行通信,并获取其标识,将把该标识封装与通话服务请求内,并发送给响应设备。若通话服务请求是由用户发起的,在该情况下,用户会输入通话对端的通话编号,例如电话号码或网络地址,响应设备获取各个SIP服务器的连接信息,确定该通话编号所对应的SIP服务器,并将该SIP服务器添加到通话服务请求内。In this embodiment, if the call service request is sent by the opposite end of the call, in this case, the opposite end of the call communicates with the SIP server to which it belongs, and obtains its identifier, which will encapsulate the identifier and the call service request. And sent to the responding device. If the call service request is initiated by the user, in this case, the user inputs the call number of the opposite end of the call, such as a phone number or a network address, and the response device obtains the connection information of each SIP server, and determines the SIP server corresponding to the call number. And add the SIP server to the call service request.
在S102中,获取所述SIP服务器的标识对应的通话框架数据,并将所述通话框架数据添加至通用通话软件开发工具包SDK。In S102, call frame data corresponding to the identifier of the SIP server is acquired, and the call frame data is added to the universal call software development kit SDK.
如上所述,不同SIP服务器建立通话链路时,所使用的业务逻辑各不相同,例如输出的操作界面以及通话过程中所需使用的协议文件会存在差异,或者搭建通话链路时各个网络协议的执行次序也不同。因此,响应设备在确定了通话对端所在的SIP服务器后,需要获取该SIP服务器的通话框架数据,以确定该SIP服务器的业务逻辑,从而通过该通话框架数据搭建其对应的通话服务环境。As described above, when different SIP servers establish a call link, the service logics used are different, such as the output operation interface and the protocol files used during the call, or the network protocols when the call link is set up. The order of execution is also different. Therefore, after determining the SIP server where the opposite end of the call is located, the response device needs to obtain the call frame data of the SIP server to determine the service logic of the SIP server, thereby setting up a corresponding call service environment through the call frame data.
在本实施例中,响应设备设置有一通用通话软件开发工具包(Software Development Kit,SDK),响应设备运行该通用通话SDK可以在本地生成一个通用通话平台,将各个SIP服务器的通话服务框架集成于该通用通话SDK内,即可与各个SIP服务器建立通话连接,即通用通话SDK与各个SIP服务器是相互兼容的,各个SIP服务器的通话服务框架均是基于该通用通话SDK进行搭建的。因此,当通话服务的响应设备与通话对端的SIP服务器建立通话链路时,则把获取得到的通话框架数据导入到该通用通话SDK中,当运行该通用通话SDK时,则可构建两者之间的通话链路。In this embodiment, the response device is provided with a universal call software development kit (SDK), and the response device can run the universal call SDK to generate a universal call platform locally, and integrate the call service framework of each SIP server. In the universal call SDK, a call connection can be established with each SIP server, that is, the universal call SDK is compatible with each SIP server, and the call service framework of each SIP server is built based on the universal call SDK. Therefore, when the response device of the call service establishes a call link with the SIP server at the opposite end of the call, the obtained call frame data is imported into the universal call SDK, and when the universal call SDK is run, the two can be constructed. Inter-call link.
在S103中,调用集成的浏览器应用解析所述通用通话SDK,以搭建与所述SIP服务器之间的通话服务环境;所述通话服务环境包括通话服务操作界面以及建立与所述SIP服务器之间的通话数据传输链路所需的协议文件。In S103, an integrated browser application is invoked to parse the universal call SDK to establish a call service environment with the SIP server; the call service environment includes a call service operation interface and establishment and the SIP server The protocol file required for the call data transmission link.
在本实施例中,响应设备存储有一集成了通话连接进程的浏览器应用,即该集成的浏览器应用在原有的浏览器框架中,还可以实现通话长连接,具体地,该通话长连接可以为基于Netty框架的长连接,从而该集成的浏览器应用,不仅可以完成即时语音通话服务,还可以在语音通话服务的过程中进行网页访问,满足用户的多种类型的操作需求。由于基于浏览器应用进行集成改造,改造难度较小,原生的浏览器应用可以通过调用各种Active控件扩展浏览器应用的功能,基于此,响应设备将通话连接进程集成到该浏览器应用内,以通过集成的浏览器应用实现即时语音通话。特别地,在用户通过即时语音通话办理业务的情境下,通话对端需要发送相关的网页链接,要求用户在网页链接对应的页面内填写用户信息以及上传用户资料等操作,若即时语音通话服务所使用的应用与访问网页的应用互相独立,则用户需要在两个应用之间来回切换,从而不便于用户进行业务办理,增加了业务办理操作的难度。而本申请提供的集成的浏览器应用,能够很好地解决现有的语音通话业务办理时需要来回切换的问题,实现了即时语音通话以及网页访问两个功能集成于同一应用中,满足业务办理的需求。In this embodiment, the response device stores a browser application integrated with the call connection process, that is, the integrated browser application is in the original browser framework, and the call length connection can also be implemented. Specifically, the call length connection can be For the long connection based on the Netty framework, the integrated browser application can not only complete the instant voice call service, but also can access the webpage during the voice call service to meet various types of operation requirements of the user. Due to the integration and transformation of the browser-based application, the transformation is less difficult. The native browser application can extend the functionality of the browser application by calling various Active controls. Based on this, the response device integrates the call connection process into the browser application. Enable instant voice calls with an integrated browser app. In particular, in the context of a user handling a service through an instant voice call, the call peer needs to send a related webpage link, requesting the user to fill in the user information and upload the user profile in the page corresponding to the webpage link, if the instant voice call service office The application used is independent of the application that accesses the webpage, and the user needs to switch back and forth between the two applications, which is inconvenient for the user to perform business processing, and increases the difficulty of the business processing operation. The integrated browser application provided by the present application can well solve the problem that the existing voice call service needs to be switched back and forth, and realizes that the two functions of instant voice call and webpage access are integrated in the same application to satisfy the business process. Demand.
在本实施例中,响应设备通过调用该集成的浏览器应用对导入了SIP服务器的通话框架数据的通用通话SDK进行解析,并在集成的浏览器应用中搭建与SIP服务器之间的通话服务环境,从而实现与SIP服务器建立即时通话链接。需要说明的是,该通话服务环境包括通话服务操作界面以及建立通话数据传输链路所需的协议文件。其中,该通话服务操作界面可以在集成的浏览器应用中创建一个页面,通过该页面来显示该通话服务操作界面,用户可以在该集成的浏览器应用上,实现通话服务的相关操作。In this embodiment, the response device parses the universal call SDK of the call frame data imported into the SIP server by calling the integrated browser application, and constructs a call service environment with the SIP server in the integrated browser application. In order to establish an instant call link with the SIP server. It should be noted that the call service environment includes a call service operation interface and a protocol file required to establish a call data transmission link. The call service operation interface can create a page in the integrated browser application, and display the call service operation interface through the page, and the user can implement related operations of the call service on the integrated browser application.
可选地,若该通用通话SDK中添加有多个SIP服务器的通话框架数据,集成的浏览器应用在解析该通用通话SDK时,会首先输出一个SIP服务器的选择页面,以便用户从多个SIP服务器中选取其中一个作为本次通话所需搭建的通话服务环境。优选地,集成的浏览器应用检测通话服务请求中包含的SIP服务器的标识,并基于该标识解析与之对应的通话框架数据,并搭建该SIP服务器的通话服务环境。Optionally, if the call frame data of the multiple SIP servers is added to the universal call SDK, the integrated browser application first outputs a selection page of the SIP server when parsing the universal call SDK, so that the user can access multiple SIPs. Select one of the servers as the call service environment to be set up for this call. Preferably, the integrated browser application detects the identifier of the SIP server included in the call service request, and parses the corresponding call frame data based on the identifier, and sets up a call service environment of the SIP server.
在S104中,调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,建立所述通话数据传输链路。In S104, the call connection process in the integrated browser application is invoked to run the protocol file to establish the call data transmission link.
在本实施例中,响应设备在确定了与SIP服务器搭建通话数据传输链路所需的协议文件后,会启动集成的浏览器应用中的通话连接线程,并通过该通话连接线程运行上述解析得到的协议文件,并建立与SIP服务器之间的通话数据传输链路。其中,解析得到的协议文件包括关于多个网络层级的协议文件,例如基于应用层的协议文件,确定所需调用应用层的端口号,以及数据包的封装规则;还可以包括传输层的协议文件,确定是基于TCP协议抑或是基于UDP协议进行语音数据包的收发;还可以包括网络层的协议文件,网络层的协议文件可以包含与SIP服务器连接所对应的路由表信息,以此类推。In this embodiment, after determining the protocol file required to establish a call data transmission link with the SIP server, the response device starts the call connection thread in the integrated browser application, and runs the above analysis through the call connection thread. The protocol file and establish a data transfer link with the SIP server. The protocol file obtained by the parsing includes protocol files about multiple network levels, for example, an application layer-based protocol file, determining a port number of the application layer to be called, and a package encapsulation rule of the data packet; and may also include a protocol file of the transport layer. It is determined whether the voice data packet is sent or received based on the TCP protocol or the UDP protocol; the protocol file of the network layer may also be included, the protocol file of the network layer may include the routing table information corresponding to the connection with the SIP server, and so on.
在S105中,展示所述通话服务操作界面,并基于所述通话数据传输链路响应所述通话服务请求。In S105, the call service operation interface is displayed, and the call service request is responded based on the call data transmission link.
在本实施例中,通话服务操作界面以及通话数据传输链路均搭建完毕后,响应设备可以通过集成的浏览器应用展示该通话服务操作界面,在业务办理的操作过程中发起相关的业务指令,并通过该通话数据传输链路进行通话数据的传输,响应通话服务请求。In this embodiment, after the call service operation interface and the call data transmission link are all set up, the response device can display the call service operation interface through the integrated browser application, and initiate relevant service instructions during the operation of the service processing. And transmitting the call data through the call data transmission link, and responding to the call service request.
以上可以看出,本申请实施例提供的一种通话服务的响应方法不同通话框架的SIP服务器均可以集成于通用通话SDK中,终端设备只需要通过集成的浏览器应用对该通用通话SDK进行解析,则可以构建与SIP服务器之间的通话数据链路,无需安装多个应用程序,减少了硬件资源的占用,并且用户需要对集成的浏览器应用进行操作,操作简单,降低了用户的操作难度。The above can be seen that the response method of the call service provided by the embodiment of the present application can be integrated into the universal call SDK, and the terminal device only needs to parse the universal call SDK through the integrated browser application. , the data link of the call with the SIP server can be constructed, no need to install multiple applications, the occupation of hardware resources is reduced, and the user needs to operate the integrated browser application, the operation is simple, and the operation difficulty of the user is reduced. .
图2示出了本申请第二实施例提供的一种通话服务的响应方法的具体实现流程图。参见图2所示,相对于图1述实施例,本实施例提供的一种通话服务的响应方法中在S104之前还包括: S201~S202,所述S104包括:S203~S205,具体详述如下:FIG. 2 is a flowchart of a specific implementation of a response method of a call service according to a second embodiment of the present application. Referring to FIG. 2, with respect to the embodiment of FIG. 1, the method for responding to the call service provided by the embodiment further includes: S201~S202 before S104, and the S104 includes: S203~S205, as described in detail below. :
在S201中,获取所述通话连接进程的源码数据,并把所述源码数据封装于分层开源开发框架。In S201, source code data of the call connection process is obtained, and the source code data is encapsulated in a layered open source development framework.
在本实施例中,提供了如何将原生浏览器应用调整为集成有通话连接进程的集成的浏览器应用,以实现在用户进行即时语音通话的过程,还能进行网页浏览的目的。通话服务的响应设备可以通过在云端服务器或用户手动配置等方式获取通话连接进程的源码数据。优选地,不同SIP服务器所使用的通话数据传输链路各不相同,通话服务的响应设备还可以与各个SIP服务器进行连接,从SIP服务器处取回其对应的通话连接进程的源码数据,在该情况下,响应设备在需要与某一SIP服务器建立通话数据传输链路时,会从本地数据库中提取与该SIP服务器的标识匹配的通话连接进程,并调用该通话连接进程与SIP服务器建立连接。In this embodiment, how to adjust the native browser application to an integrated browser application integrated with the call connection process is provided to realize the process of performing an instant voice call and the web browsing. The response device of the call service can obtain the source data of the call connection process by means of manual configuration in the cloud server or by the user. Preferably, the call data transmission links used by different SIP servers are different, and the response device of the call service can also connect with each SIP server, and retrieve the source data of the corresponding call connection process from the SIP server. In the case that the response device needs to establish a call data transmission link with a SIP server, the call connection process matching the identifier of the SIP server is extracted from the local database, and the call connection process is invoked to establish a connection with the SIP server.
在本实施例中,为了让通话连接进程与原生浏览器应用中的网页连接进程相互兼容,需要将通话连接进程封装于一个分层开源开发框架内,以实现上述两者的业务逻辑相互独立。具体地,该分层开源开发框架可以为一基于Spring构建的框架,该通话连接进程的源码数据可以为一基于Netty框架构建的连接进程的数据,在该情况下,响应设备会将基于Netty框架构建的连接进程的数据导入到Spring框架的其中一个层级内。当然,该Spring框架中所设置的层级的个数与用于所需扩展的功能的个数相关,若用户需要集成多个不同的功能于原生浏览器应用内,该分层框架中可以划分为多个层级,从而保证不同功能之间业务逻辑分离,实现单独调用。例如,可以在Spring框架内还添加视频通话进程的源码数据,以实现即时视频通话的功能。In this embodiment, in order to make the call connection process compatible with the webpage connection process in the native browser application, the call connection process needs to be encapsulated in a layered open source development framework, so that the business logics of the two are independent of each other. Specifically, the layered open source development framework may be a Spring-based framework, and the source data of the call connection process may be data of a connection process built based on the Netty framework, in which case the response device will be based on the Netty framework. The data of the constructed connection process is imported into one of the levels of the Spring framework. Of course, the number of levels set in the Spring framework is related to the number of functions used for the required extension. If the user needs to integrate multiple different functions into the native browser application, the hierarchical framework can be divided into Multiple levels to ensure separation of business logic between different functions, enabling separate calls. For example, the source code data of the video call process can be added in the Spring framework to implement the function of instant video call.
在S202中,将所述分层开源开发框架嵌入至原生浏览器应用内,得到所述集成的浏览器应用。In S202, the layered open source development framework is embedded into a native browser application to obtain the integrated browser application.
在本实施例中,响应设备将通话连接进程的数据添加到分层开源开发框架后,在后续调用分层开源开发框架后,会自动激活该通话连接进程,以进行通话服务数据链路的连接操作。In this embodiment, after the response device adds the data of the call connection process to the layered open source development framework, after the subsequent layered open source development framework is invoked, the call connection process is automatically activated to connect the call service data link. operating.
在本实施例中,响应设备会将添加后的分层开源开发框架嵌入到原生的浏览器应用内,具体地,响应设备可以将原生的浏览器应用添加到分层开源开发框架的基础层级内,该基础层级与通话连接进程的源码数据所添加的分层层级不同的是,基础层级是各个分层层级的调用基础,即该开发框架内的其他层级的应用或线程,均需要基础层级所对应的应用的框架上进行调用。In this embodiment, the response device embeds the added layered open source development framework into the native browser application. Specifically, the response device can add the native browser application to the base level of the layered open source development framework. The base level is different from the layering level added by the source code data of the call connection process. The base level is the calling basis of each hierarchical level, that is, the application or thread of other levels in the development framework requires the basic level. Called on the corresponding application's framework.
进一步地,所述调用所述集成的浏览器应用中的通话连接进程运行所述协议文件包括:Further, the calling the connection connection process in the integrated browser application to run the protocol file includes:
在S203中,加载所述分层开源开发框架,以激活所述通话连接进程。In S203, the layered open source development framework is loaded to activate the call connection process.
在本实施例中,集成的浏览器应用被调用时,会加载该分层开源开发框架,并运行添加在该开发框架内的通话连接进程的源码数据,从而激活了该通话连接进程。需要说明的是,若该分层开源开发框架内集成了多个应用或进程,当集成的浏览器应用被调用时,也同样会基于该开源开发框架内的各个应用以及进程。In this embodiment, when the integrated browser application is invoked, the layered open source development framework is loaded, and the source code data of the call connection process added in the development framework is run, thereby activating the call connection process. It should be noted that if the integrated open source development framework integrates multiple applications or processes, when the integrated browser application is invoked, it will also be based on various applications and processes within the open source development framework.
可选地,在本实施例中,响应设备可以设置有进程禁用列表,当集成的浏览器应用被调用且开源开发框架进行加载的过程中,会检测该进程禁用列表中各个禁用进程的进程标识,与分层开源开发框架内的各个应用或进程的标识进行匹配,判断该开发框架内是否集成有禁用的进程,若存在,则屏蔽该进程对应的源码数据,以避免该进程被激活。Optionally, in this embodiment, the response device may be configured with a process disable list, and when the integrated browser application is invoked and the open source development framework loads, the process identifier of each disabled process in the process disable list is detected. Matches the identifiers of the various applications or processes in the layered open source development framework to determine whether the disabled process is integrated in the development framework. If it exists, the source data corresponding to the process is blocked to prevent the process from being activated.
在S204中,调用所述通话连接进程对所述集成的浏览器应用的输入指令进行检测。In S204, the call connection process is invoked to detect an input instruction of the integrated browser application.
在本实施例中,由于集成的浏览器应用除了在响应通话服务请求的过程中会被调用,在用户需要浏览网页或执行其他操作的过程中也可以能会被调用。基于此,通话连接进程需要判断是否要与SIP服务器建立通信连接操作。因此,通话连接进程被激活后,会实时监测集成浏览器应用的输入指令,监测该输入指令中是否包含通话连接启动指令,若不包含该通话连接启动指令,则该通话连接进程会保持待机状态;反之,若某一时刻输入指令包含通话连接启动指令,则执行S205的相关操作。In this embodiment, since the integrated browser application is called in addition to responding to the call service request, it can also be called during the user's need to browse the web page or perform other operations. Based on this, the call connection process needs to determine whether to establish a communication connection operation with the SIP server. Therefore, after the call connection process is activated, the input command of the integrated browser application is monitored in real time, and the call connection start command is monitored in the input command. If the call connection start command is not included, the call connection process remains in the standby state. On the other hand, if the input command at a certain time includes the call connection start command, the related operation of S205 is performed.
需要说明的是,集成的浏览器应用在对通用通话SDK解析完成并获取童话对端所在SIP服务器的协议文件后,会创建一个通话连接启动指令,以激活通话连接进程与SIP服务器建立通话数据传输链路。It should be noted that after the integrated browser application parses the general call SDK and obtains the protocol file of the SIP server where the fairy tale peer is located, a call connection initiation command is created to activate the call connection process and establish a call data transmission with the SIP server. link.
在S205中,若所述输入指令中包含通话连接启动指令,则通过所述通话连接进程运行所述协议文件。In S205, if the call command includes a call connection start command, the protocol file is executed by the call connection process.
在本实施例中,当通话连接进程检测到输入指令中包含有连接启动指令,则会运行获取得到的协议文件,具体运行的方式可以参见S104的相关阐述,在此不再一一赘述。In this embodiment, when the call connection process detects that the input command includes a connection start command, the obtained protocol file is run. For the specific operation mode, refer to the related description in S104, and details are not described herein again.
在本申请实施例中,通过对原生的浏览器应用进行改造,以使浏览器应用除了可以实现网页浏览功能外,还可以提供实时语音通话功能,避免用户在语音业务办理的过程中,频繁切换应用,减少了用户的操作,提高了通话服务的响应效率。In the embodiment of the present application, the native browser application is modified, so that the browser application can provide a real-time voice call function in addition to the web browsing function, so as to prevent the user from frequently switching during the voice service processing. The application reduces the user's operation and improves the response efficiency of the call service.
图3示出了本申请第三实施例提供的一种通话服务的响应方法的具体实现流程图。参见图3所示,相对于图1所述实施例,本实施例提供的一种通话服务的响应方法还包括S301~S303,具体详述如下:FIG. 3 is a flowchart showing a specific implementation of a response method of a call service according to a third embodiment of the present application. As shown in FIG. 3, with respect to the embodiment shown in FIG. 1, the response method of the call service provided by this embodiment further includes S301~S303, and the details are as follows:
在 S301中,调用所述集成的浏览器应用中的网页服务进程对所述集成的浏览器应用的输入指令进行检测。In S301, a webpage service process in the integrated browser application is invoked to detect an input instruction of the integrated browser application.
在本实施例中,响应设备在通过集成的浏览器应用与SIP服务器进行通话服务的过程中,还可以进行网页访问。为了实现网页访问功能,集成的浏览器应用在启动时,除了激活通话连接进程外,还会激活网页服务进程,该网页服务进程会对集成的留言器应用的输入指令进行检测,以判断是否有用户发起的网页跳转指令或通信对端发送的网页链接信息。若输入指令中不包含网页跳转指令,则网页服务进程保持待机状态;若输入指令包含网页跳转指令,则执行S302的相关操作。In this embodiment, the response device can also perform webpage access during the call service with the SIP server through the integrated browser application. In order to implement the webpage access function, the integrated browser application activates the webpage service process in addition to activating the call connection process, and the webpage service process detects the input command of the integrated messenger application to determine whether there is any The webpage jump instruction initiated by the user or the webpage link information sent by the communication peer. If the webpage jump instruction is not included in the input command, the webpage service process remains in the standby state; if the input command includes the webpage jump instruction, the related operation of S302 is performed.
可选地,若通信对端向响应设备发送一个网页链接信息,通话服务的响应设备会调用网页服务进程输出一个网页跳转确认框,优选地,网页服务进程还可以跳转至该网页链接获取网页信息,显示在网页跳转确认框内,以使用户在判定是否需要进行跳转前,可以确定目的网页的信息,防止用户跳转到如病毒网站或钓鱼网站等危险系数较高的网站。若用户返回一个跳转确认指令,则响应设备执行S302的相关操作。Optionally, if the communication peer sends a webpage link information to the responding device, the responding device of the call service may invoke the webpage service process to output a webpage jump confirmation box. Preferably, the webpage service process may also jump to the webpage link to obtain The webpage information is displayed in the webpage confirmation confirmation box, so that the user can determine the information of the destination webpage before deciding whether the jump needs to be performed, and prevent the user from jumping to a website with a high risk coefficient such as a virus website or a phishing website. If the user returns a jump confirmation command, the response device performs the related operation of S302.
在S302中,若所述输入指令中包含网页跳转指令,则提取所述网页跳转指令中的目标网页地址,并调用所述网页服务进程获取所述目标网页地址的网页数据。In S302, if the input instruction includes a webpage jump instruction, extracting a target webpage address in the webpage jump instruction, and calling the webpage service process to acquire webpage data of the target webpage address.
在本实施例中,若网页服务进程检测到输入指令中包含网页跳转指令,则提取该网页跳转指令中的目标网页地址,可选地,该目标网页地址可以为与该目标网页对应的域名。在确定了目标网页地址后,响应设备会调用网页服务进程与目标网页地址的服务器建立通信连接,并从该服务器处取回目标网页对应的网页数据。In this embodiment, if the webpage service process detects that the input instruction includes a webpage jump instruction, the target webpage address in the webpage jump instruction is extracted, and optionally, the target webpage address may be corresponding to the target webpage. domain name. After determining the target webpage address, the responding device invokes the webpage service process to establish a communication connection with the server of the target webpage address, and retrieves the webpage data corresponding to the target webpage from the server.
需要说明的是,网页服务进程与通话连接进程属于两个独立的进程,所建立的通信链路也是相互独立的,所使用的端口号也不同。因此,在取回网页数据的过程中,语音通话仍然生效,无需中断语音通话才能获取网页数据。优选地,S302还包括:响应设备降低通话服务的采样频率,以减少通话数据单位时间发送的数据量,并将通话服务中部分的带宽资源分配给网页服务进程,以提高网页数据的取回速率。当网页数据取回完成后,则将网页服务进程的带宽资源重新分配给通话服务进程,并还原通话服务的采样频率。在网页服务响应的过程中,可以适当减少分配给通话服务的资源,以提高网页的打开速率。It should be noted that the web service process and the call connection process belong to two independent processes, and the established communication links are also independent of each other, and the port numbers used are also different. Therefore, in the process of retrieving the webpage data, the voice call is still in effect, and the webpage data can be acquired without interrupting the voice call. Preferably, the S302 further includes: reducing the sampling frequency of the call service by the response device, reducing the amount of data sent by the call data per unit time, and allocating part of the bandwidth resource of the call service to the webpage service process, so as to improve the retrieval rate of the webpage data. . After the webpage data retrieval is completed, the bandwidth resource of the webpage service process is reassigned to the call service process, and the sampling frequency of the call service is restored. In the process of responding to the web service, the resources allocated to the call service can be appropriately reduced to increase the open rate of the webpage.
在S303中,将所述通话服务操作界面切换为所述网页数据的网页页面。In S303, the call service operation interface is switched to a webpage page of the webpage data.
在本实施例中,响应设备在将目标网页的网页数据取回本地后,可以通过网页服务进程运行所述网页数据,以输出该目标网页对应的网页页面,并将当前的通话服务操作页面切换为目标网页的网页页面,以便用户在网页页面中进行响应的操作。In this embodiment, after the webpage data of the target webpage is retrieved, the webpage data may be executed by the webpage service process to output the webpage page corresponding to the target webpage, and the current call service operation page is switched. The web page of the target web page, so that the user can respond in the web page.
在本申请实施例中,在通话服务的过程中基于集成的浏览器应用实现网页访问,无需用户进行应用切换的前提下,实现多功能操作,提高了用户的操作效率。In the embodiment of the present application, the webpage access is implemented based on the integrated browser application in the process of the call service, and the multi-function operation is realized without the user switching the application, thereby improving the operation efficiency of the user.
图4示出了本申请第四实施例提供的一种通话服务的响应方法的具体实现流程图。参见图4所示,相对于图1~图3所述实施例,本实施例提供的一种通话服务的响应方法中在所述接收通话服务请求之后,还包括:S401~S403,具体详述如下:FIG. 4 is a flowchart of a specific implementation of a method for responding to a call service according to a fourth embodiment of the present application. As shown in FIG. 4, with reference to the embodiment shown in FIG. 1 to FIG. 3, in the response method of the call service provided by this embodiment, after the receiving the call service request, the method further includes: S401~S403, which are specifically described in detail. as follows:
在S401中,提取所述通用通话SDK包含的集成通话框架列表;所述集成通话框架列表包含各个已添加通话框架数据的SIP服务器的标识。In S401, an integrated call frame list included in the universal call SDK is extracted; the integrated call frame list includes an identifier of each SIP server to which call frame data has been added.
在本实施例中,由于通用通话SDK是一个具有兼容性的软件开发包,不同的SIP服务器的通话框架数据均可集成于该通用通话SDK内,若用户曾与多个SIP服务器进行过实时语音通话,则已通话的SIP服务器的通话框架数据将添加到该通用通话SDK内,即通用通话SDK中可以包含多个SIP服务器的通话框架数据,并建立一个集成通话框架列表,用于记录已添加的各个通话框架数据的SIP服务器的标识。In this embodiment, since the universal call SDK is a compatible software development package, call frame data of different SIP servers can be integrated into the universal call SDK, if the user has performed real-time voice with multiple SIP servers. In the call, the call frame data of the SIP server that has been called is added to the universal call SDK, that is, the call frame data of multiple SIP servers may be included in the universal call SDK, and an integrated call frame list is established for recording added. The identity of the SIP server for each call frame data.
可选地,用户还可以手动删除通话通用SDK中已添加的通话框架数据,在该情况下,用户输入所需删除的SIP服务器的标识,响应设备会将该标识对应的单元从集成通话框架列表中删除,并将该标识对应的通话框架数据从通话通用SDK中移除,以减少通话通用SDK的文件大小。当然,通话通用SDK中还可以设置有最大集成个数,若检测到所添加的通话框架数据的个数超过最大集成个数,则会基于预设的删除条件删除对应的SIP服务器的通话框架数据。该预设的删除条件可以为调用次数条件以及添加时间条件,例如从调用次数最小的SIP服务器的通话框架数据开始删除,或从添加时间最早的SIP服务器的通话框架数据开始删除。Optionally, the user can also manually delete the call frame data added in the call universal SDK. In this case, the user inputs the identifier of the SIP server that needs to be deleted, and the responding device will list the unit corresponding to the identifier from the integrated call frame list. Delete, and remove the call frame data corresponding to the identifier from the call universal SDK to reduce the file size of the call universal SDK. Of course, the maximum number of integrated calls can be set in the call general-purpose SDK. If it is detected that the number of added call frame data exceeds the maximum integrated number, the call frame data of the corresponding SIP server is deleted based on the preset deletion condition. . The preset deletion condition may be a call count condition and an add time condition, for example, starting from the call frame data of the SIP server with the smallest number of calls, or deleting from the call frame data of the SIP server with the earliest time added.
在S402中,若所述集成通话框架列表包含所述通话服务请求的SIP服务器的标识,则执行调用预设的集成的浏览器应用解析所述通用通话SDK的操作。In S402, if the integrated call frame list includes the identifier of the SIP server of the call service request, performing an operation of calling the preset integrated browser application to parse the universal call SDK.
在本实施例中,若该集成通话框架列表中包含通话对端的SIP服务器的标识,则表示通话通用SDK已集成了该SIP服务器的通话框架数据,因此可以直接调用集成的浏览器解析该通用通话SDK,无需进行下载操作。In this embodiment, if the integrated call frame list includes the identifier of the SIP server at the opposite end of the call, it indicates that the call universal SDK has integrated the call frame data of the SIP server, so the integrated browser can be directly called to parse the universal call. SDK, no need to download.
在S403中,若所述集成通话框架列表不包含所述通话服务请求的SIP服务器的标识,则执行获取所述SIP服务器的标识对应的通话框架数据的操作。In S403, if the integrated call frame list does not include the identifier of the SIP server of the call service request, performing an operation of acquiring call frame data corresponding to the identifier of the SIP server.
在本实施例中,若该集成通话框架列表中不包含通话对端的SIP服务器的标识,则表示通话通用SDK并未集成该SIP服务器的通话框架数据,因此需要下载该SIP服务器的通话框架数据,并添加到通用通话SDK内。In this embodiment, if the integrated call frame list does not include the identifier of the SIP server of the call peer, it indicates that the call universal SDK does not integrate the call frame data of the SIP server, so the call frame data of the SIP server needs to be downloaded. And added to the Universal Call SDK.
在本申请实施例中,检测通话通用SDK中是否已经集成了所需通信的SIP服务器的通话框架数据,从而能够减少重复下载以及获取的操作,从而提高了通话服务器的响应效率。In the embodiment of the present application, it is detected whether the call frame data of the SIP server of the required communication has been integrated in the call general-purpose SDK, so that the operations of repeated downloading and acquiring can be reduced, thereby improving the response efficiency of the call server.
图5示出了本申请第五实施例提供的一种通话服务的响应方法的具体实现流程图。参见图5所示,相对于图1-图3所述实施例,本实施例提供的一种通话服务的响应方法在展示所述通话服务操作界面,并基于所述通话数据传输链路响应所述通话服务请求之后,还包括:S501以及S502,具体详述如下:FIG. 5 is a flowchart showing a specific implementation of a response method of a call service according to a fifth embodiment of the present application. As shown in FIG. 5, with respect to the embodiment shown in FIG. 1 to FIG. 3, a response method of a call service provided by this embodiment is used to display the call service operation interface, and based on the call data transmission link response After the call service request, the method further includes: S501 and S502, which are detailed as follows:
在S501中,若接收到通话中止指令,则断开所述通话数据传输链路,以释放所述SIP服务器的通话资源。In S501, if a call suspension command is received, the call data transmission link is disconnected to release the call resource of the SIP server.
在本实施例中,通话服务的响应设备在接收到通话中止指令时,则表示需要结束当前的通话服务。其中,该通话中止指令可以由用户发起,还可以为通话对端发送给响应设备。响应设备会调用通话连接进程向SIP服务器发送链路中断指令,并释放该通话数据传输链路占用的端口资源。SIP服务器接收到该中断指令时,也相应地释放所占用的通话资源,以响应其他设备的通话服务请求。In this embodiment, when the response device of the call service receives the call suspension instruction, it indicates that the current call service needs to be ended. The call suspension command may be initiated by the user, and may also be sent to the response device for the call peer. The responding device invokes the call connection process to send a link interruption instruction to the SIP server, and releases the port resource occupied by the call data transmission link. When the SIP server receives the interrupt instruction, it also releases the occupied call resources accordingly in response to the call service request of other devices.
在S502中,初始化所述通话连接进程,并关闭所述集成的浏览器应用。In S502, the call connection process is initialized and the integrated browser application is closed.
在本实施例中,通话连接进程中记录有与当前SIP服务器建立通话数据传输链路所需的协议文件,为了避免在下次激活时自动与该SIP服务器连接,响应设备在关闭该集成的浏览器应用时,会对该通话连接进程进行初始化操作,以清除该通话连接进程中的运行设置参数。在对通话连接进程初始化完成后,则会关闭该集成的浏览器应用,结束当前通话。In this embodiment, the protocol file required to establish a call data transmission link with the current SIP server is recorded in the call connection process, and the response device is turned off the integrated browser in order to avoid automatic connection with the SIP server at the next activation. When applied, the call connection process is initialized to clear the run setting parameters in the call connection process. After the initialization of the call connection process is completed, the integrated browser application is closed and the current call is ended.
在本申请实施例中,通过在检测到通话中止指令时,即时释放通话资源,并初始化通话连接进程,提高了通话结束的响应效率。In the embodiment of the present application, when the call suspension command is detected, the call resource is released immediately, and the call connection process is initialized, thereby improving the response efficiency of the call end.
图6示出了本申请一实施例提供的一种通话服务的响应设备的结构框图,该通话服务的响应设备包括的各单元用于执行图1对应的实施例中的各步骤。具体请参阅图1与图1所对应的实施例中的相关描述。为了便于说明,仅示出了与本实施例相关的部分。FIG. 6 is a structural block diagram of a response device of a call service according to an embodiment of the present application. The response device of the call service includes units for performing the steps in the embodiment corresponding to FIG. 1. For details, please refer to the related description in the embodiment corresponding to FIG. 1 and FIG. For the convenience of explanation, only the parts related to the present embodiment are shown.
参见图6,所述通话服务的响应设备包括:Referring to FIG. 6, the response device of the call service includes:
通话服务请求接收单元61,用于接收通话服务请求;所述通话服务请求包含通话对端的会话初始协议SIP服务器的标识;The call service request receiving unit 61 is configured to receive a call service request; the call service request includes an identifier of a session initiation protocol SIP server of the call peer end;
通话框架数据获取单元62,用于获取所述SIP服务器的标识对应的通话框架数据,并将所述通话框架数据添加至通用通话软件开发工具包SDK;The call frame data obtaining unit 62 is configured to acquire call frame data corresponding to the identifier of the SIP server, and add the call frame data to the universal call software development kit SDK;
通话服务环境搭建单元63,用于调用集成的浏览器应用解析所述通用通话SDK,以搭建与所述SIP服务器之间的通话服务环境;所述通话服务环境包括通话服务操作界面以及建立与所述SIP服务器之间的通话数据传输链路所需的协议文件;The call service environment setting unit 63 is configured to call the integrated browser application to parse the universal call SDK to set up a call service environment with the SIP server; the call service environment includes a call service operation interface and a setup and a call a protocol file required for a call data transmission link between SIP servers;
协议文件运行单元64,用于调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,建立所述通话数据传输链路;a protocol file running unit 64, configured to invoke a call connection process in the integrated browser application to run the protocol file, and establish the call data transmission link;
通话服务响应单元65,用于展示所述通话服务操作界面,并基于所述通话数据传输链路响应所述通话服务请求。The call service response unit 65 is configured to display the call service operation interface, and respond to the call service request based on the call data transmission link.
可选地,所述通话服务的响应设备还包括:Optionally, the response device of the call service further includes:
源码数据获取单元,用于获取所述通话连接进程的源码数据,并把所述源码数据封装于分层开源开发框架;The source data obtaining unit is configured to obtain source data of the call connection process, and encapsulate the source data in a layered open source development framework;
分层框架集成单元,用于将所述分层开源开发框架嵌入至原生浏览器应用内,得到所述集成的浏览器应用;a layered framework integration unit, configured to embed the layered open source development framework into a native browser application to obtain the integrated browser application;
所述协议文件运行单元64,包括:The protocol file running unit 64 includes:
通话连接进程激活单元,用于加载所述分层开源开发框架,以激活所述通话连接进程;a call connection process activation unit, configured to load the layered open source development framework to activate the call connection process;
通话连接进程检测单元,用于调用所述通话连接进程对所述集成的浏览器应用的输入指令进行检测;a call connection process detecting unit, configured to invoke the call connection process to detect an input instruction of the integrated browser application;
通话连接进程调用单元,用于若所述输入指令中包含通话连接启动指令,则通过所述通话连接进程运行所述协议文件。The call connection process invoking unit is configured to run the protocol file by using the call connection process if the input command includes a call connection initiation command.
可选地,所述通话服务的响应设备还包括:Optionally, the response device of the call service further includes:
网页服务进程调用单元,用于调用所述集成的浏览器应用中的网页服务进程对所述集成的浏览器应用的输入指令进行检测;a web service process invoking unit, configured to invoke a webpage service process in the integrated browser application to detect an input instruction of the integrated browser application;
网页数据获取单元,用于若所述输入指令中包含网页跳转指令,则提取所述网页跳转指令中的目标网页地址,并调用所述网页服务进程获取所述目标网页地址的网页数据;a webpage data obtaining unit, configured to: if the input instruction includes a webpage jump instruction, extract a target webpage address in the webpage jump instruction, and invoke the webpage service process to obtain webpage data of the target webpage address;
网页页面输出单元,用于将所述通话服务操作界面切换为所述网页数据的网页页面。And a webpage page output unit, configured to switch the call service operation interface to a webpage page of the webpage data.
可选地,所述通话服务的响应设备还包括:Optionally, the response device of the call service further includes:
集成通话框架列表提取单元,用于提取所述通用通话SDK包含的集成通话框架列表;所述集成通话框架列表包含各个已添加通话框架数据的SIP服务器的标识;An integrated call frame list extracting unit, configured to extract an integrated call frame list included in the universal call SDK; the integrated call frame list includes an identifier of each SIP server to which call frame data has been added;
已集成响应单元,用于若所述集成通话框架列表包含所述通话服务请求的SIP服务器的标识,则执行调用预设的集成的浏览器应用解析所述通用通话SDK的操作;The integrated response unit is configured to: if the integrated call frame list includes the identifier of the SIP server of the call service request, perform an operation of calling the preset integrated browser application to parse the universal call SDK;
未集成响应单元,用于若所述集成通话框架列表不包含所述通话服务请求的SIP服务器的标识,则执行获取所述SIP服务器的标识对应的通话框架数据的操作。And an operation of acquiring the call frame data corresponding to the identifier of the SIP server, if the integrated call frame list does not include the identifier of the SIP server of the call service request.
可选地,所述通话服务的响应设备还包括:Optionally, the response device of the call service further includes:
中止指令响应单元,用于若接收到通话中止指令,则断开所述通话数据传输链路,以释放所述SIP服务器的通话资源;The abort command response unit is configured to: if the call suspension command is received, disconnect the call data transmission link to release the call resource of the SIP server;
初始化执行单元,用于初始化所述通话连接进程,并关闭所述集成的浏览器应用。An initialization execution unit is configured to initialize the call connection process and close the integrated browser application.
因此,本申请实施例提供的通话服务的响应设备中,不同通话框架的SIP服务器均可以集成于通用通话SDK中,终端设备只需要通过集成的浏览器应用对该通用通话SDK进行解析,则可以构建与SIP服务器之间的通话数据链路,无需安装多个应用程序,减少了硬件资源的占用,并且用户需要对集成的浏览器应用进行操作,操作简单,降低了用户的操作难度。Therefore, in the response device of the call service provided by the embodiment of the present application, the SIP servers of different call frames can be integrated into the universal call SDK, and the terminal device only needs to parse the universal call SDK through the integrated browser application, The call data link between the SIP server and the SIP server is not required to install multiple applications, which reduces the occupation of hardware resources, and the user needs to operate the integrated browser application, which is simple in operation and reduces the operation difficulty of the user.
图7是本申请另一实施例提供的一种通话服务的响应设备的示意图。如图7所示,该实施例的通话服务的响应设备7包括:处理器70、存储器71以及存储在所述存储器71中并可在所述处理器70上运行的计算机可读指令72,例如通话服务的响应程序。所述处理器70执行所述计算机可读指令72时实现上述各个通话服务的响应方法实施例中的步骤,例如图1所示的S101至S105。或者,所述处理器70执行所述计算机可读指令72时实现上述各装置实施例中各单元的功能,例如图6所示模块61至65功能。FIG. 7 is a schematic diagram of a response device of a call service according to another embodiment of the present application. As shown in FIG. 7, the response device 7 of the call service of this embodiment includes a processor 70, a memory 71, and computer readable instructions 72 stored in the memory 71 and executable on the processor 70, such as The response procedure for the call service. The processor 70 executes the computer readable instructions 72 to implement the steps in the method for responding to the respective call services described above, such as S101 to S105 shown in FIG. 1. Alternatively, the processor 70, when executing the computer readable instructions 72, implements the functions of the various units in the various apparatus embodiments described above, such as the functions of modules 61 through 65 shown in FIG.
示例性的,所述计算机可读指令72可以被分割成一个或多个单元,所述一个或者多个单元被存储在所述存储器71中,并由所述处理器70执行,以完成本申请。所述一个或多个单元可以是能够完成特定功能的一系列计算机可读指令指令段,该指令段用于描述所述计算机可读指令72在所述通话服务的响应设备7中的执行过程。例如,所述计算机可读指令72可以被分割成通话服务请求接收单元、通话框架数据获取单元、通话服务环境搭建单元、协议文件运行单元以及通话服务响应单元,各单元具体功能如上所述。Illustratively, the computer readable instructions 72 may be partitioned into one or more units, the one or more units being stored in the memory 71 and executed by the processor 70 to complete the application. . The one or more units may be a series of computer readable instruction instruction segments capable of performing a particular function for describing the execution of the computer readable instructions 72 in the response device 7 of the call service. For example, the computer readable instructions 72 may be divided into a call service request receiving unit, a call frame data obtaining unit, a call service environment building unit, a protocol file running unit, and a call service response unit, and the specific functions of each unit are as described above.
以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。The above-mentioned embodiments are only used to explain the technical solutions of the present application, and are not limited thereto; although the present application has been described in detail with reference to the foregoing embodiments, those skilled in the art should understand that they can still implement the foregoing embodiments. The technical solutions described in the examples are modified or equivalently replaced with some of the technical features; and the modifications or substitutions do not deviate from the spirit and scope of the technical solutions of the embodiments of the present application, and should be included in Within the scope of protection of this application.

Claims (20)

  1. 一种通话服务的响应方法,其特征在于,包括:A method for responding to a call service, comprising:
    接收通话服务请求;所述通话服务请求包含通话对端的会话初始协议SIP服务器的标识;Receiving a call service request; the call service request includes an identifier of a session initial protocol SIP server of the call peer end;
    获取所述SIP服务器的标识对应的通话框架数据,并将所述通话框架数据添加至通用通话软件开发工具包SDK;Obtaining call frame data corresponding to the identifier of the SIP server, and adding the call frame data to the universal call software development kit SDK;
    调用集成的浏览器应用解析所述通用通话SDK,以搭建与所述SIP服务器之间的通话服务环境;所述通话服务环境包括通话服务操作界面以及建立与所述SIP服务器之间的通话数据传输链路所需的协议文件;Invoking an integrated browser application to parse the universal call SDK to establish a call service environment with the SIP server; the call service environment includes a call service operation interface and establishing a call data transmission with the SIP server The protocol file required for the link;
    调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,建立所述通话数据传输链路;Calling a call connection process in the integrated browser application to run the protocol file to establish the call data transmission link;
    展示所述通话服务操作界面,并基于所述通话数据传输链路响应所述通话服务请求。Presenting the call service operation interface and responding to the call service request based on the call data transmission link.
  2. 根据权利要求1所述的响应方法,其特征在于,还包括:The response method according to claim 1, further comprising:
    获取所述通话连接进程的源码数据,并把所述源码数据封装于分层开源开发框架;Obtaining source data of the call connection process, and packaging the source data in a layered open source development framework;
    将所述分层开源开发框架嵌入至原生浏览器应用内,得到所述集成的浏览器应用;Embedding the layered open source development framework into a native browser application to obtain the integrated browser application;
    所述调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,包括:The calling the connection connection process in the integrated browser application to run the protocol file includes:
    加载所述分层开源开发框架,以激活所述通话连接进程;Loading the layered open source development framework to activate the call connection process;
    调用所述通话连接进程对所述集成的浏览器应用的输入指令进行检测;Invoking the call connection process to detect an input instruction of the integrated browser application;
    若所述输入指令中包含通话连接启动指令,则通过所述通话连接进程运行所述协议文件。If the input command includes a call connection initiation command, the protocol file is executed by the call connection process.
  3. 根据权利要求1所述的响应方法,其特征在于,还包括:The response method according to claim 1, further comprising:
    调用所述集成的浏览器应用中的网页服务进程对所述集成的浏览器应用的输入指令进行检测;Invoking a webpage service process in the integrated browser application to detect an input instruction of the integrated browser application;
    若所述输入指令中包含网页跳转指令,则提取所述网页跳转指令中的目标网页地址,并调用所述网页服务进程获取所述目标网页地址的网页数据;If the input instruction includes a webpage jump instruction, extracting a target webpage address in the webpage jump instruction, and calling the webpage service process to acquire webpage data of the target webpage address;
    将所述通话服务操作界面切换为所述网页数据的网页页面。Switching the call service operation interface to a web page of the webpage data.
  4. 根据权利要求1-3任一项所述的响应方法,其特征在于,在所述接收通话服务请求之后,还包括:The response method according to any one of claims 1 to 3, further comprising: after the receiving the call service request,
    提取所述通用通话SDK包含的集成通话框架列表;所述集成通话框架列表包含各个已添加通话框架数据的SIP服务器的标识;Extracting an integrated call frame list included in the universal call SDK; the integrated call frame list includes an identifier of each SIP server to which call frame data has been added;
    若所述集成通话框架列表包含所述通话服务请求的SIP服务器的标识,则执行调用预设的集成的浏览器应用解析所述通用通话SDK的操作;If the integrated call frame list includes the identifier of the SIP server of the call service request, perform an operation of calling the preset integrated browser application to parse the universal call SDK;
    若所述集成通话框架列表不包含所述通话服务请求的SIP服务器的标识,则执行获取所述SIP服务器的标识对应的通话框架数据的操作。And if the integrated call frame list does not include the identifier of the SIP server of the call service request, performing an operation of acquiring call frame data corresponding to the identifier of the SIP server.
  5. 根据权利要求1-3任一项所述的响应方法,其特征在于,还包括:The response method according to any one of claims 1 to 3, further comprising:
    若接收到通话中止指令,则断开所述通话数据传输链路,以释放所述SIP服务器的通话资源。If the call suspension command is received, the call data transmission link is disconnected to release the call resources of the SIP server.
  6. 一种通话服务的响应设备,其特征在于,包括:A response device for a call service, comprising:
    通话服务请求接收单元,用于接收通话服务请求;所述通话服务请求包含通话对端的会话初始协议SIP服务器的标识;a call service request receiving unit, configured to receive a call service request; the call service request includes an identifier of a session initial protocol SIP server of the call peer end;
    通话框架数据获取单元,用于获取所述SIP服务器的标识对应的通话框架数据,并将所述通话框架数据添加至通用通话软件开发工具包SDK;a call frame data obtaining unit, configured to acquire call frame data corresponding to the identifier of the SIP server, and add the call frame data to a universal call software development kit SDK;
    通话服务环境搭建单元,用于调用集成的浏览器应用解析所述通用通话SDK,以搭建与所述SIP服务器之间的通话服务环境;所述通话服务环境包括通话服务操作界面以及建立与所述SIP服务器之间的通话数据传输链路所需的协议文件;a call service environment building unit, configured to invoke an integrated browser application to parse the universal call SDK to establish a call service environment with the SIP server; the call service environment includes a call service operation interface, and establishing and Protocol file required for the call data transmission link between SIP servers;
    协议文件运行单元,用于调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,建立所述通话数据传输链路;a protocol file running unit, configured to invoke a call connection process in the integrated browser application to run the protocol file, and establish the call data transmission link;
    通话服务响应单元,用于展示所述通话服务操作界面,并基于所述通话数据传输链路响应所述通话服务请求。a call service response unit, configured to display the call service operation interface, and respond to the call service request based on the call data transmission link.
  7. 根据权利要求6所述的响应设备,其特征在于,所述通话服务的响应设备还包括:The response device according to claim 6, wherein the response device of the call service further comprises:
    源码数据获取单元,用于获取所述通话连接进程的源码数据,并把所述源码数据封装于分层开源开发框架;The source data obtaining unit is configured to obtain source data of the call connection process, and encapsulate the source data in a layered open source development framework;
    分层框架集成单元,用于将所述分层开源开发框架嵌入至原生浏览器应用内,得到所述集成的浏览器应用;a layered framework integration unit, configured to embed the layered open source development framework into a native browser application to obtain the integrated browser application;
    所述协议文件运行单元64,包括:The protocol file running unit 64 includes:
    通话连接进程激活单元,用于加载所述分层开源开发框架,以激活所述通话连接进程;a call connection process activation unit, configured to load the layered open source development framework to activate the call connection process;
    通话连接进程检测单元,用于调用所述通话连接进程对所述集成的浏览器应用的输入指令进行检测;a call connection process detecting unit, configured to invoke the call connection process to detect an input instruction of the integrated browser application;
    通话连接进程调用单元,用于若所述输入指令中包含通话连接启动指令,则通过所述通话连接进程运行所述协议文件。The call connection process invoking unit is configured to run the protocol file by using the call connection process if the input command includes a call connection initiation command.
  8. 根据权利要求6所述的响应设备,其特征在于,所述通话服务的响应设备还包括:The response device according to claim 6, wherein the response device of the call service further comprises:
    网页服务进程调用单元,用于调用所述集成的浏览器应用中的网页服务进程对所述集成的浏览器应用的输入指令进行检测;a web service process invoking unit, configured to invoke a webpage service process in the integrated browser application to detect an input instruction of the integrated browser application;
    网页数据获取单元,用于若所述输入指令中包含网页跳转指令,则提取所述网页跳转指令中的目标网页地址,并调用所述网页服务进程获取所述目标网页地址的网页数据;a webpage data obtaining unit, configured to: if the input instruction includes a webpage jump instruction, extract a target webpage address in the webpage jump instruction, and invoke the webpage service process to obtain webpage data of the target webpage address;
    网页页面输出单元,用于将所述通话服务操作界面切换为所述网页数据的网页页面。And a webpage page output unit, configured to switch the call service operation interface to a webpage page of the webpage data.
  9. 根据权利要求6-8任一项所述的响应设备,其特征在于,所述通话服务的响应设备还包括:The response device according to any one of claims 6-8, wherein the response device of the call service further comprises:
    集成通话框架列表提取单元,用于提取所述通用通话SDK包含的集成通话框架列表;所述集成通话框架列表包含各个已添加通话框架数据的SIP服务器的标识;An integrated call frame list extracting unit, configured to extract an integrated call frame list included in the universal call SDK; the integrated call frame list includes an identifier of each SIP server to which call frame data has been added;
    已集成响应单元,用于若所述集成通话框架列表包含所述通话服务请求的SIP服务器的标识,则执行调用预设的集成的浏览器应用解析所述通用通话SDK的操作;The integrated response unit is configured to: if the integrated call frame list includes the identifier of the SIP server of the call service request, perform an operation of calling the preset integrated browser application to parse the universal call SDK;
    未集成响应单元,用于若所述集成通话框架列表不包含所述通话服务请求的SIP服务器的标识,则执行获取所述SIP服务器的标识对应的通话框架数据的操作。And an operation of acquiring the call frame data corresponding to the identifier of the SIP server, if the integrated call frame list does not include the identifier of the SIP server of the call service request.
  10. 根据权利要求6-8任一项所述的响应设备,其特征在于,所述通话服务的响应设备还包括:The response device according to any one of claims 6-8, wherein the response device of the call service further comprises:
    中止指令响应单元,用于若接收到通话中止指令,则断开所述通话数据传输链路,以释放所述SIP服务器的通话资源;The abort command response unit is configured to: if the call suspension command is received, disconnect the call data transmission link to release the call resource of the SIP server;
    初始化执行单元,用于初始化所述通话连接进程,并关闭所述集成的浏览器应用。An initialization execution unit is configured to initialize the call connection process and close the integrated browser application.
  11. 一种通话服务的响应设备,其特征在于,所述通话服务的响应设备包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如下步骤:A response device for a call service, characterized in that the response device of the call service comprises a memory, a processor, and computer readable instructions stored in the memory and operable on the processor, the processor The following steps are implemented when the computer readable instructions are executed:
    接收通话服务请求;所述通话服务请求包含通话对端的会话初始协议SIP服务器的标识;Receiving a call service request; the call service request includes an identifier of a session initial protocol SIP server of the call peer end;
    获取所述SIP服务器的标识对应的通话框架数据,并将所述通话框架数据添加至通用通话软件开发工具包SDK;Obtaining call frame data corresponding to the identifier of the SIP server, and adding the call frame data to the universal call software development kit SDK;
    调用集成的浏览器应用解析所述通用通话SDK,以搭建与所述SIP服务器之间的通话服务环境;所述通话服务环境包括通话服务操作界面以及建立与所述SIP服务器之间的通话数据传输链路所需的协议文件;Invoking an integrated browser application to parse the universal call SDK to establish a call service environment with the SIP server; the call service environment includes a call service operation interface and establishing a call data transmission with the SIP server The protocol file required for the link;
    调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,建立所述通话数据传输链路;Calling a call connection process in the integrated browser application to run the protocol file to establish the call data transmission link;
    展示所述通话服务操作界面,并基于所述通话数据传输链路响应所述通话服务请求。Presenting the call service operation interface and responding to the call service request based on the call data transmission link.
  12. 根据权利要求11所述的响应设备,其特征在于,所述处理器执行所述计算机可读指令时还实现如下步骤:A response device according to claim 11, wherein said processor further implements the following steps when said computer readable instructions are executed:
    获取所述通话连接进程的源码数据,并把所述源码数据封装于分层开源开发框架;Obtaining source data of the call connection process, and packaging the source data in a layered open source development framework;
    将所述分层开源开发框架嵌入至原生浏览器应用内,得到所述集成的浏览器应用;Embedding the layered open source development framework into a native browser application to obtain the integrated browser application;
    所述调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,包括:The calling the connection connection process in the integrated browser application to run the protocol file includes:
    加载所述分层开源开发框架,以激活所述通话连接进程;Loading the layered open source development framework to activate the call connection process;
    调用所述通话连接进程对所述集成的浏览器应用的输入指令进行检测;Invoking the call connection process to detect an input instruction of the integrated browser application;
    若所述输入指令中包含通话连接启动指令,则通过所述通话连接进程运行所述协议文件。If the input command includes a call connection initiation command, the protocol file is executed by the call connection process.
  13. 根据权利要求11所述的响应设备,其特征在于,所述处理器执行所述计算机可读指令时还实现如下步骤:A response device according to claim 11, wherein said processor further implements the following steps when said computer readable instructions are executed:
    调用所述集成的浏览器应用中的网页服务进程对所述集成的浏览器应用的输入指令进行检测;Invoking a webpage service process in the integrated browser application to detect an input instruction of the integrated browser application;
    若所述输入指令中包含网页跳转指令,则提取所述网页跳转指令中的目标网页地址,并调用所述网页服务进程获取所述目标网页地址的网页数据;If the input instruction includes a webpage jump instruction, extracting a target webpage address in the webpage jump instruction, and calling the webpage service process to acquire webpage data of the target webpage address;
    将所述通话服务操作界面切换为所述网页数据的网页页面。Switching the call service operation interface to a web page of the webpage data.
  14. 根据权利要求11-13任一项所述的响应设备,其特征在于,在所述接收通话服务请求之后,所述处理器执行所述计算机可读指令时还实现如下步骤:The response device according to any one of claims 11 to 13, characterized in that, after the receiving the call service request, the processor further implements the following steps when the computer readable instructions are executed:
    提取所述通用通话SDK包含的集成通话框架列表;所述集成通话框架列表包含各个已添加通话框架数据的SIP服务器的标识;Extracting an integrated call frame list included in the universal call SDK; the integrated call frame list includes an identifier of each SIP server to which call frame data has been added;
    若所述集成通话框架列表包含所述通话服务请求的SIP服务器的标识,则执行调用预设的集成的浏览器应用解析所述通用通话SDK的操作;If the integrated call frame list includes the identifier of the SIP server of the call service request, perform an operation of calling the preset integrated browser application to parse the universal call SDK;
    若所述集成通话框架列表不包含所述通话服务请求的SIP服务器的标识,则执行获取所述SIP服务器的标识对应的通话框架数据的操作。And if the integrated call frame list does not include the identifier of the SIP server of the call service request, performing an operation of acquiring call frame data corresponding to the identifier of the SIP server.
  15. 根据权利要求11-13任一项所述的响应设备,其特征在于,所述处理器执行所述计算机可读指令时还实现如下步骤:The response device according to any one of claims 11 to 13, wherein the processor further implements the following steps when the computer readable instructions are executed:
    若接收到通话中止指令,则断开所述通话数据传输链路,以释放所述SIP服务器的通话资源。If the call suspension command is received, the call data transmission link is disconnected to release the call resources of the SIP server.
  16. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:A computer readable storage medium storing computer readable instructions, wherein the computer readable instructions, when executed by a processor, implement the following steps:
    接收通话服务请求;所述通话服务请求包含通话对端的会话初始协议SIP服务器的标识;Receiving a call service request; the call service request includes an identifier of a session initial protocol SIP server of the call peer end;
    获取所述SIP服务器的标识对应的通话框架数据,并将所述通话框架数据添加至通用通话软件开发工具包SDK;Obtaining call frame data corresponding to the identifier of the SIP server, and adding the call frame data to the universal call software development kit SDK;
    调用集成的浏览器应用解析所述通用通话SDK,以搭建与所述SIP服务器之间的通话服务环境;所述通话服务环境包括通话服务操作界面以及建立与所述SIP服务器之间的通话数据传输链路所需的协议文件;Invoking an integrated browser application to parse the universal call SDK to establish a call service environment with the SIP server; the call service environment includes a call service operation interface and establishing a call data transmission with the SIP server The protocol file required for the link;
    调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,建立所述通话数据传输链路;Calling a call connection process in the integrated browser application to run the protocol file to establish the call data transmission link;
    展示所述通话服务操作界面,并基于所述通话数据传输链路响应所述通话服务请求。Presenting the call service operation interface and responding to the call service request based on the call data transmission link.
  17. 根据权利要求16所述的计算机可读存储介质,其特征在于,所述处理器执行所述计算机可读指令时还实现如下步骤:The computer readable storage medium of claim 16, wherein the processor further implements the following steps when the computer readable instructions are executed:
    获取所述通话连接进程的源码数据,并把所述源码数据封装于分层开源开发框架;Obtaining source data of the call connection process, and packaging the source data in a layered open source development framework;
    将所述分层开源开发框架嵌入至原生浏览器应用内,得到所述集成的浏览器应用;Embedding the layered open source development framework into a native browser application to obtain the integrated browser application;
    所述调用所述集成的浏览器应用中的通话连接进程运行所述协议文件,包括:The calling the connection connection process in the integrated browser application to run the protocol file includes:
    加载所述分层开源开发框架,以激活所述通话连接进程;Loading the layered open source development framework to activate the call connection process;
    调用所述通话连接进程对所述集成的浏览器应用的输入指令进行检测;Invoking the call connection process to detect an input instruction of the integrated browser application;
    若所述输入指令中包含通话连接启动指令,则通过所述通话连接进程运行所述协议文件。If the input command includes a call connection initiation command, the protocol file is executed by the call connection process.
  18. 根据权利要求16所述的计算机可读存储介质,其特征在于,所述处理器执行所述计算机可读指令时还实现如下步骤:The computer readable storage medium of claim 16, wherein the processor further implements the following steps when the computer readable instructions are executed:
    调用所述集成的浏览器应用中的网页服务进程对所述集成的浏览器应用的输入指令进行检测;Invoking a webpage service process in the integrated browser application to detect an input instruction of the integrated browser application;
    若所述输入指令中包含网页跳转指令,则提取所述网页跳转指令中的目标网页地址,并调用所述网页服务进程获取所述目标网页地址的网页数据;If the input instruction includes a webpage jump instruction, extracting a target webpage address in the webpage jump instruction, and calling the webpage service process to acquire webpage data of the target webpage address;
    将所述通话服务操作界面切换为所述网页数据的网页页面。Switching the call service operation interface to a web page of the webpage data.
  19. 根据权利要求16-18任一项所述的计算机可读存储介质,其特征在于,在所述接收通话服务请求之后,所述处理器执行所述计算机可读指令时还实现如下步骤:The computer readable storage medium according to any one of claims 16 to 18, wherein after the receiving the call service request, the processor further implements the following steps when the computer readable instructions are executed:
    提取所述通用通话SDK包含的集成通话框架列表;所述集成通话框架列表包含各个已添加通话框架数据的SIP服务器的标识;Extracting an integrated call frame list included in the universal call SDK; the integrated call frame list includes an identifier of each SIP server to which call frame data has been added;
    若所述集成通话框架列表包含所述通话服务请求的SIP服务器的标识,则执行调用预设的集成的浏览器应用解析所述通用通话SDK的操作;If the integrated call frame list includes the identifier of the SIP server of the call service request, perform an operation of calling the preset integrated browser application to parse the universal call SDK;
    若所述集成通话框架列表不包含所述通话服务请求的SIP服务器的标识,则执行获取所述SIP服务器的标识对应的通话框架数据的操作。And if the integrated call frame list does not include the identifier of the SIP server of the call service request, performing an operation of acquiring call frame data corresponding to the identifier of the SIP server.
  20. 根据权利要求16-18任一项所述的计算机可读存储介质,其特征在于,所述处理器执行所述计算机可读指令时还实现如下步骤:The computer readable storage medium according to any one of claims 16 to 18, wherein the processor further implements the following steps when the computer readable instructions are executed:
    若接收到通话中止指令,则断开所述通话数据传输链路,以释放所述SIP服务器的通话资源。If the call suspension command is received, the call data transmission link is disconnected to release the call resources of the SIP server.
PCT/CN2018/097546 2018-05-14 2018-07-27 Response method and device for call service WO2019218478A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810456938.2A CN108696523B (en) 2018-05-14 2018-05-14 Response method and device for call service
CN201810456938.2 2018-05-14

Publications (1)

Publication Number Publication Date
WO2019218478A1 true WO2019218478A1 (en) 2019-11-21

Family

ID=63846470

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/097546 WO2019218478A1 (en) 2018-05-14 2018-07-27 Response method and device for call service

Country Status (2)

Country Link
CN (1) CN108696523B (en)
WO (1) WO2019218478A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112671750A (en) * 2020-12-17 2021-04-16 杭州安恒信息技术股份有限公司 Cross-language data interaction method and related device
CN113691684A (en) * 2021-08-12 2021-11-23 深圳追一科技有限公司 Outbound method, device, system, computer equipment and storage medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111294551B (en) * 2020-02-25 2021-06-08 广州华多网络科技有限公司 Method, device and equipment for audio and video transmission and storage medium
CN111131643B (en) * 2020-02-26 2021-03-30 北京声智科技有限公司 Call control method and device
CN115103071A (en) * 2022-06-17 2022-09-23 马上消费金融股份有限公司 Data processing method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080144604A1 (en) * 2006-12-14 2008-06-19 Adobe Systems Incorporated Interface-neutral communication architecture
CN101616223A (en) * 2008-06-27 2009-12-30 3柯姆公司 In software application, implement the method for distributed voice function
CN107295004A (en) * 2017-07-21 2017-10-24 881飞号通讯有限公司 A kind of network voice communication method realized based on web page communication plug-in unit and system

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101815079A (en) * 2009-02-24 2010-08-25 北京邮电大学 Method and system for releasing service information by server cluster based on SIP (Session Initiation Protocol)
US20120197971A1 (en) * 2011-02-01 2012-08-02 Shiarng Llc Enhanced web-browsing system and method
CN102523235B (en) * 2011-12-31 2014-05-14 四川九洲电器集团有限责任公司 Method for self-adaptive support of more pieces of monitoring equipment
EP2915134A4 (en) * 2012-11-05 2016-04-20 Greeneden U S Holding Ii Llc System and method for web-based real time communication with contact centers
CN102984504B (en) * 2012-12-03 2016-09-28 深圳市捷顺科技实业股份有限公司 A kind of video equipment integration method based on window driver model and system
US10810607B2 (en) * 2014-09-17 2020-10-20 The Nielsen Company (Us), Llc Methods and apparatus to monitor media presentations
CN104639901B (en) * 2015-02-03 2016-04-06 广西智询信息科技有限公司 The method of the live wireless monitor video of a kind of mobile terminal barcode scanning
CN105099769B (en) * 2015-07-01 2019-04-23 北京奇虎科技有限公司 Abnormal operation processing method, equipment and the system of business platform
CN105337821A (en) * 2015-10-22 2016-02-17 湖南快乐阳光互动娱乐传媒有限公司 Internet of Things system based on UPNP protocol, and Internet of Things system data transmission method based on UPNP protocol
CN106534140A (en) * 2016-11-25 2017-03-22 西安烽火电子科技有限责任公司 Transmission system and method of SIP message
CN107395738A (en) * 2017-08-07 2017-11-24 北京移数通电讯有限公司 A kind of integrated call center and the system and method for wechat public number customer service
CN107689955B (en) * 2017-08-30 2019-04-16 平安科技(深圳)有限公司 SIP information analysis method and server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080144604A1 (en) * 2006-12-14 2008-06-19 Adobe Systems Incorporated Interface-neutral communication architecture
CN101616223A (en) * 2008-06-27 2009-12-30 3柯姆公司 In software application, implement the method for distributed voice function
CN107295004A (en) * 2017-07-21 2017-10-24 881飞号通讯有限公司 A kind of network voice communication method realized based on web page communication plug-in unit and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112671750A (en) * 2020-12-17 2021-04-16 杭州安恒信息技术股份有限公司 Cross-language data interaction method and related device
CN113691684A (en) * 2021-08-12 2021-11-23 深圳追一科技有限公司 Outbound method, device, system, computer equipment and storage medium
CN113691684B (en) * 2021-08-12 2024-05-28 深圳追一科技有限公司 Outbound method, device, system, computer equipment and storage medium

Also Published As

Publication number Publication date
CN108696523A (en) 2018-10-23
CN108696523B (en) 2021-11-19

Similar Documents

Publication Publication Date Title
WO2019218478A1 (en) Response method and device for call service
US10389787B2 (en) Method, apparatus and system for transmitting media stream
US9215283B2 (en) System and method for mobility and multi-homing content retrieval applications
KR102148046B1 (en) Calling an unready terminal
US9065666B2 (en) System and method of multi-media conferencing between universal plug and play (UPnP) enabled telephony devices and wireless area network (WAN) devices
EP3996355B1 (en) Method for transferring media stream and user equipment
CN108494817A (en) Data transmission method, relevant apparatus and system
WO2016041322A1 (en) Method of forwarding in-application traffic on smart mobile terminal
WO2017114190A1 (en) File uploading processing method and device
US9992343B2 (en) Text translation of an audio recording during recording capture
WO2013152677A1 (en) Resource sharing method and device
CN113595927A (en) Method and device for processing mirror flow in bypass mode
CN111064771A (en) Network request processing method and system
KR101408745B1 (en) Service processing method and apparatus based on android system
CN114553693B (en) Gateway upgrading method and device
CN106686635B (en) Data transmission method and device based on control and configuration protocol of wireless access point
CN108882262A (en) Equipment state synchronous method, system, intelligent terminal and readable storage medium storing program for executing
CN104509083A (en) Communication system, method, and program
KR101367265B1 (en) Push server, push service providing system and method of the same
US11973824B2 (en) Method for data transmission of audio and video in end-to-end system
US9374391B2 (en) Composite endpoint mechanism
EP3009931A1 (en) Electronic device for internet protocol communications
CN107404504B (en) Communication method, device and system
WO2014056387A1 (en) Method, system and device for transferring text chat session, and agent client
CN115460470B (en) Multicast data forwarding method, device, equipment and readable storage medium

Legal Events

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

Ref document number: 18919339

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

Country of ref document: EP

Kind code of ref document: A1