WO2019227624A1 - Monitoring method for call center, electronic apparatus, computer device and storage medium - Google Patents

Monitoring method for call center, electronic apparatus, computer device and storage medium Download PDF

Info

Publication number
WO2019227624A1
WO2019227624A1 PCT/CN2018/095867 CN2018095867W WO2019227624A1 WO 2019227624 A1 WO2019227624 A1 WO 2019227624A1 CN 2018095867 W CN2018095867 W CN 2018095867W WO 2019227624 A1 WO2019227624 A1 WO 2019227624A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
agent
traffic
redis queue
real
Prior art date
Application number
PCT/CN2018/095867
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 WO2019227624A1 publication Critical patent/WO2019227624A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/22Arrangements for supervision, monitoring or testing
    • H04M3/2281Call monitoring, e.g. for law enforcement purposes; Call tracing; Detection or prevention of malicious calls
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/42Systems providing special services or facilities to subscribers
    • H04M3/50Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
    • H04M3/51Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
    • H04M3/5166Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing in combination with interactive voice response systems or voice portals, e.g. as front-ends
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/42Systems providing special services or facilities to subscribers
    • H04M3/50Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
    • H04M3/51Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
    • H04M3/5175Call or contact centers supervision arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/42Systems providing special services or facilities to subscribers
    • H04M3/50Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
    • H04M3/51Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
    • H04M3/523Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing with call distribution or queueing
    • H04M3/5232Call distribution algorithms

Definitions

  • the present application relates to the field of visual monitoring, and relates to a monitoring method, electronic device, computer equipment and storage medium of a call center.
  • call center is a comprehensive information service system based on CTI (Computer Telephony Integration) technology, making full use of the multiple functions of the communication network and computer network to integrate with the enterprise, which can effectively and quickly provide users with Multiple services.
  • CTI Computer Telephony Integration
  • customer service staff handles tens of thousands of calls every day, and business faults and customer complaints are often sent.
  • it is usually necessary to control the service process of customer service personnel.
  • the technical problem to be solved in this application is to overcome the problems of untimely management and control of agents in the prior art, which is inconvenient to manage large call centers.
  • a monitoring method, electronic device, computer equipment and storage medium for a call center are proposed to realize The agent is visually monitored and the agent status is refreshed in real time.
  • a monitoring method for a call center includes the following steps:
  • traffic data corresponding to an agent from a calling system is stored in the calling system in association with an agent ID and a device ID, and the traffic data includes real-time status data and basic traffic data of the agent;
  • the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page.
  • the electronic device stores a monitoring system of the call center.
  • the monitoring system of the call center includes:
  • a data acquisition module configured to obtain traffic data corresponding to the agent from the calling system, the traffic data is stored in the calling system in association with the agent ID and the device ID, and the traffic data includes real-time status data of the agent and voice Service basic data;
  • a sorting module configured to store real-time status data and traffic basic data associated with agent IDs into a redis queue
  • a calculation module configured to obtain basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate traffic indicator data according to the basic traffic data
  • Association storage module which is used to associate the calculated traffic indicator data with the corresponding agent ID and store it in the redis queue
  • the data call display module is configured to retrieve the traffic data and traffic index data of the corresponding agent from the redis queue according to the received data acquisition request containing the agent ID and display it on the front-end page.
  • the present application also discloses a computer device including a memory and a processor.
  • the memory stores a monitoring system of a call center that can be executed by the processor.
  • the system is executed by the processor, the following steps are implemented: operating:
  • traffic data corresponding to an agent from a calling system is stored in the calling system in association with an agent ID and a device ID, and the traffic data includes real-time status data and basic traffic data of the agent;
  • the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page.
  • the present application also discloses a computer-readable storage medium.
  • the computer-readable storage medium stores computer program instructions, and the computer program instructions can be executed by at least one processor to enable the at least one processor to execute. The following steps:
  • traffic data corresponding to an agent from a calling system is stored in the calling system in association with an agent ID and a device ID, and the traffic data includes real-time status data and basic traffic data of the agent;
  • the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page. .
  • Asynchronous request technology (Ajax) is used for interaction between the front end and the queue without blocking the data channel.
  • FIG. 1 shows a flowchart of a first embodiment of a monitoring method for a call center according to the present application
  • FIG. 2 shows an example diagram of a real-time status of an agent displayed on the front page corresponding to the agent position
  • Figure 3 shows an example of real-time status-icon correspondence
  • FIG. 4 shows a flowchart of a second embodiment of a monitoring method for a call center according to the present application
  • FIG. 5 shows a schematic diagram of a program module of a first embodiment of a monitoring system of a call center in an electronic device of the present application
  • FIG. 6 shows a schematic diagram of a program module of a second embodiment of a monitoring system of a call center in an electronic device of the present application
  • FIG. 7 shows a schematic diagram of a hardware architecture of an embodiment of a computer device of the present application.
  • this application proposes a monitoring method for a call center.
  • the method for monitoring a call center includes the following steps:
  • the traffic data is stored in the calling system in association with an agent ID and a device ID.
  • the traffic data includes real-time status data and basic traffic data of the agent.
  • the development of the call system has more and more functions so far.
  • the call system is not only used to answer customer calls, but also has a data storage function, which can record the working process of each agent in detail, including Traffic data.
  • the traffic data is mainly divided into real-time status data and basic traffic data. These data are stored in association with the agent ID and the device ID of the agent. The agent ID and the device ID can trace the source of the data and help manage the agent.
  • the real-time status data includes, but is not limited to, the following various data: not logged in, not ready, idle, calling, on hold, tea break, call dialing, and meal.
  • the basic traffic data includes, but is not limited to, the following data: current status, check-in time, total call duration, total number of calls, incoming call times, incoming call duration, outgoing call times, outgoing call duration, after-talk Sorting time, finishing number of calls, total number of calls, call loss, rest times, rest time, hold times, hold time, busy time, busy time, idle time, requests and calls.
  • the above-mentioned traffic data is directly recorded by the calling system and does not need to be calculated. It is equivalent to the original data. Therefore, these data are also recorded in the calling system in a record-by-record manner, and are not integrated data. For example: 12345 (agent ID) + call (real-time status), 12345 + (2min) call duration. These data related to agent ID 12345 are stored separately. In this example, there are two records.
  • the obtaining method is preferably cyclically acquired according to a preset interval. Since the data is stored in association with the agent ID, obtaining the corresponding traffic data of the agent requires providing the agent ID, and the corresponding traffic data is found by the agent ID.
  • the real-time status data and basic traffic data associated with the agent ID are stored in the redis queue.
  • the data is sequentially stored in the redis queue according to the acquisition time of the data, that is, the data obtained first is stored in the redis queue first.
  • the traffic indicator data includes, but is not limited to, the following various data: the current state duration, check-in duration, call average length, incoming call average length, outgoing call average length, post-adjustment average length, piece processing time, Call loss rate, average length of rest, average length of stay and average length of busy time.
  • the traffic indicator data is calculated from the traffic basic data through a specific calculation method.
  • the calculation method of the above traffic indicator data is as follows:
  • Duration of current state current time-start time of current state
  • Average call length total call duration / total number of calls
  • Incoming call length Incoming call duration / Incoming calls times
  • Outgoing call duration outgoing call duration / incoming calls
  • After-talk adjustment average length After-talk adjustment duration / After-talk adjustment times
  • the average processing time of each case (average length of incoming calls + average processing length of outgoing calls) / 2+ adjustment of average length after the call
  • Call loss rate number of call losses / number of requests
  • Average length of rest length of rest / number of rest
  • Holding average length holding duration / holding times
  • Average busy length busy length / busy times.
  • each time is calculated for each traffic indicator data.
  • the calculated traffic indicator data is associated with the corresponding agent ID and stored in the redis queue.
  • the data calculated each time must be stored in association with the agent ID for later retrieval and use.
  • the data is stored in the redis queue according to the calculation time of the data, that is, the data calculated first is stored in the redis queue first.
  • the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page.
  • the redis queue stores several data of the same agent, in addition to the agent ID in the data acquisition request, it usually also contains the type of data to be obtained. For example, when looking at the processing time of all the pieces of a certain agent, the name of the data type should be included in the data acquisition request.
  • the front end and the redis queue preferably interact through Ajax to obtain traffic data and traffic indicator data, so as to realize asynchronously obtaining the call. Traffic data and traffic indicator data.
  • the Ajax means asynchronous JavaScript and XML (Asynchronous JavaScript and XML).
  • the core of Ajax is the JavaScript object XmlHttpRequest. This object was first introduced in Internet Explorer 5, and it is a technology that supports asynchronous requests. In short, XmlHttpRequest enables the web front end to use JavaScript to make requests to the backend server and process the response without blocking the user.
  • a visual display by matching and combining the traffic data, traffic indicator data and scene model according to the agent IP and device ID associated with the data, so as to display the
  • the corresponding agent position shows the real-time status of the agent, see Figure 2.
  • the scene model is established according to the on-site layout of the call center; the real-time status is displayed by icons, and each real-time status corresponds to an icon preset in the location. Refer to Figure 3 for the scenario model.
  • the traffic data and / or the traffic indicator data may also be displayed on the front-end page in the manner of a trend graph. For example, when a manager wants to view certain data for a certain period of time for a certain agent, simply enter the agent ID and the name of the data type, and the relevant data can be directly called up and displayed in the management as a trend graph. On the page of the personnel, it is convenient for them to view and judge.
  • the method for monitoring a call center includes the following steps:
  • S1-S5 are the same as the first embodiment, and will not be repeated here.
  • S6 Determine whether the agent is in an abnormal state by using the traffic data and / or traffic indicator data, and if so, perform an abnormal reminder on the front-end page, where the abnormal reminder method includes a pop-up screen, an audible alarm, and / or an icon blink.
  • the second embodiment adds an abnormality reminding function. Specifically, by presetting a threshold value of certain data, when the data exceeds the threshold value, an abnormality reminding is performed for the corresponding agent. For example, it is stipulated that the length of a break for an agent cannot exceed 15 minutes, and when a break of a certain agent exceeds 15 minutes, an abnormal reminder is given to it.
  • the abnormal reminder is further sent to the relevant management personnel to prompt it to deal with it as soon as possible.
  • the present application proposes an electronic device.
  • the electronic device stores a monitoring system 20 of a call center, and the system 20 can be divided into one or more program modules.
  • FIG. 5 shows a schematic diagram of a program module of the first embodiment of the monitoring system 20 of the call center.
  • the system 20 can be divided into a status determination module 201, a reservation selection module 202, and an instruction sending module 203.
  • the program module referred to in the present application refers to a series of computer program instruction segments capable of performing specific functions. The following description will specifically introduce the specific functions of the program modules 201-205.
  • the data acquisition module 201 is configured to acquire traffic data corresponding to an agent from a calling system, the traffic data is stored in the calling system in association with the agent ID and the device ID, and the traffic data includes real-time status data of the agent And traffic basic data.
  • the development of the call system has more and more functions so far.
  • the call system is not only used to answer customer calls, but also has a data storage function, which can record the working process of each agent in detail, including Traffic data.
  • the traffic data is mainly divided into real-time status data and basic traffic data. These data are stored in association with the agent ID and the device ID of the agent. The agent ID and the device ID can trace the source of the data and help manage the agent.
  • the real-time status data includes, but is not limited to, the following various data: not logged in, not ready, idle, calling, on hold, tea break, call dialing, and meal.
  • the basic traffic data includes, but is not limited to, the following data: current status, check-in time, total call duration, total number of calls, incoming call times, incoming call duration, outgoing call times, outgoing call duration, after-talk Sorting time, finishing number of calls, total number of calls, call loss, rest times, rest time, hold times, hold time, busy time, busy time, idle time, requests and calls.
  • the above-mentioned traffic data is directly recorded by the call system and does not need to be calculated. It is equivalent to the original data. Therefore, these data are also recorded in the call system in a record-by-record manner, and are not integrated data. For example: 12345 (agent ID) + call (real-time status), 12345 + (2min) call duration. These data related to agent ID 12345 are stored separately. In this example, there are two records.
  • the acquisition method is preferably cyclically acquired according to a preset interval. Since the data is stored in association with the agent ID, obtaining the traffic data corresponding to the agent requires providing the agent ID, and the corresponding traffic data is found by the agent ID.
  • the sorting module 202 is configured to store real-time status data and traffic basic data associated with the agent ID into a redis queue.
  • the calculation module 203 is configured to obtain traffic basic data related to the agent ID from the redis queue according to the agent ID, and calculate traffic indicator data according to the traffic basic data.
  • the traffic indicator data includes, but is not limited to, the following various data: the current state duration, check-in duration, call average length, incoming call average length, outgoing call average length, post-adjustment average length, piece processing time, Call loss rate, average length of rest, average length of stay and average length of busy time.
  • the traffic indicator data is calculated from the traffic basic data through a specific calculation method.
  • the calculation method of the above traffic indicator data is as follows:
  • Duration of current state current time-start time of current state
  • Average call length total call duration / total number of calls
  • Incoming call length Incoming call duration / Incoming calls times
  • Outgoing call duration outgoing call duration / incoming calls
  • After-talk adjustment average length After-talk adjustment duration / After-talk adjustment times
  • the average processing time of each case (average length of incoming calls + average processing length of outgoing calls) / 2+ adjustment of average length after the call
  • Call loss rate number of call losses / number of requests
  • Average length of rest length of rest / number of rest
  • Holding average length holding duration / holding times
  • Average busy length busy length / busy times.
  • each time is calculated for each traffic indicator data indicator data.
  • the association storage module 204 is configured to associate the calculated traffic indicator data with a corresponding agent ID and store the calculated traffic indicator data in a redis queue.
  • the data call display module 205 is configured to retrieve the traffic data and traffic indicator data of the corresponding agent from the redis queue according to the received data acquisition request including the agent ID and display it on the front-end page.
  • the redis queue stores several data of the same agent, in addition to the agent ID in the data acquisition request, it usually also contains the type of data to be obtained. For example, when looking at the processing time of all the pieces of a certain agent, the name of the data type should be included in the data acquisition request.
  • the data call display module 205 preferably uses a visual display, and matches and combines the traffic data, traffic index data, and scene model according to the agent IP and device ID associated with the data.
  • the scene model is established according to the on-site layout of the call center; the real-time status is displayed by icons, each real-time status corresponds to a Icons are preset in the scene model, see FIG. 3.
  • FIG. 6 shows a schematic diagram of a program module of the second embodiment of the monitoring system 20 of the call center.
  • the monitoring system 20 of the call center can also be divided into a status determination module 201 and a reservation selection.
  • the program modules 201-205 are the same as those in the first embodiment, and details are not described herein again.
  • the reminder module 206 is configured to determine whether the agent is in an abnormal state by using the traffic data and / or traffic indicator data, and if so, perform an abnormal reminder on the front-end page.
  • the abnormal reminder method includes a pop-up screen, an audible alarm and / or The icon flashes.
  • an abnormal reminder is given to the corresponding agent.
  • a threshold value of certain data For example, it is stipulated that the length of a break for an agent cannot exceed 15 minutes, and when a break of a certain agent exceeds 15 minutes, an abnormal reminder is given to it.
  • this application also proposes a computer device.
  • the computer device 2 is a device capable of automatically performing numerical calculation and / or information processing in accordance with an instruction set or stored in advance.
  • the computer device 2 can be a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server, or a rack server (including an independent server or a server cluster composed of multiple servers).
  • the computer device 2 includes at least, but is not limited to, a memory 21, a processor 22, a network interface 23, and a monitoring system 20 of a call center that can communicate with each other through a system bus. among them:
  • the memory 21 includes at least one type of computer-readable storage medium.
  • the readable storage medium includes a flash memory, a hard disk, a multimedia card, a card-type memory (for example, SD or DX memory, etc.), a random access memory (RAM), Static random access memory (SRAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disks, optical disks, etc.
  • the memory 21 may be an internal storage unit of the computer device 2, such as a hard disk or a memory of the computer device 2.
  • the memory 21 may also be an external storage device of the computer device 2, such as a plug-in hard disk, a smart memory card (SMC), and a secure digital device. (Secure Digital, SD) card, Flash card, etc.
  • the memory 21 may also include both an internal storage unit of the computer device 2 and an external storage device thereof.
  • the memory 21 is generally used to store an operating system and various application software installed on the computer device 2, such as program codes of the monitoring system 20 of the call center.
  • the memory 21 may also be used to temporarily store various types of data that have been output or will be output.
  • the processor 22 may be a central processing unit (CPU), a controller, a microcontroller, a microprocessor, or other data processing chips in some embodiments.
  • the processor 22 is generally used to control the overall operation of the computer device 2, for example, to perform control and processing related to data interaction or communication with the computer device 2.
  • the processor 22 is configured to run program code or process data stored in the memory 21, for example, to run the monitoring system 20 of the call center.
  • the network interface 23 may include a wireless network interface or a wired network interface.
  • the network interface 23 is generally used to establish a communication connection between the computer device 2 and other computer devices.
  • the network interface 23 is configured to connect the computer device 2 and an external terminal through a network, and establish a data transmission channel and a communication connection between the computer device 2 and the external terminal.
  • the network may be an Intranet, the Internet, a Global System for Mobile Communication (GSM), a Wideband Code Division Multiple Access (WCDMA), a 4G network, 5G Wireless, wired or other networks such as Internet, Bluetooth, Wi-Fi.
  • GSM Global System for Mobile Communication
  • WCDMA Wideband Code Division Multiple Access
  • FIG. 7 only shows the computer device 2 with components 21-23, but it should be understood that it is not required to implement all the illustrated components, and more or fewer components may be implemented instead.
  • the monitoring system 20 of the call center stored in the memory 21 may be executed by one or more processors (processor 22 in this embodiment) to complete the operations of the monitoring method of the above-mentioned call center. .
  • the present application provides a computer-readable storage medium.
  • the computer-readable storage medium is a non-volatile readable storage medium that stores therein computer program instructions that can be executed by at least one processor. To enable the at least one processor to execute the steps of the monitoring method of a call center according to any one of the foregoing.

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Computer Security & Cryptography (AREA)
  • Technology Law (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Telephonic Communication Services (AREA)

Abstract

A monitoring method for a call center, which relates to the field of visual monitoring. The method comprises the following steps: obtaining, from a call system, telephone traffic data corresponding to an agent (S1); storing, in a redis queue, real-time status data and telephony integration data associated with an agent ID (S2); obtaining the telephony integration data associated with the agent ID from within the redis queue according to the agent ID, and calculating telephone traffic indicator data according to the telephony integration data (S3); associating the calculated telephone traffic indicator data with the corresponding agent ID and then storing in the redis queue (S4); according to a received data acquisition request comprising the agent ID initiated by a front end, retrieving the telephone traffic data and the telephone traffic indicator data of the corresponding agent from within the redis queue, and displaying on a front end page (S5). The real-time status of the agent is visually displayed, which is convenient for an administrator to intuitively see the current status of each agent and thus facilitates management.

Description

呼叫中心的监控方法、电子装置、计算机设备及存储介质Monitoring method for call center, electronic device, computer equipment and storage medium
本申请申明享有2018年5月30日递交的申请号为201810537975.6、名称为“呼叫中心的监控方法、电子装置、计算机设备及存储介质”的中国专利申请的优先权,该中国专利申请的整体内容以参考的方式结合在本申请中。This application affirms the priority of the Chinese patent application filed on May 30, 2018 with the application number 201810537975.6 and the name "monitoring method of call center, electronic device, computer equipment and storage medium", the entire content of the Chinese patent application This application is incorporated by reference.
技术领域Technical field
本申请涉及可视化监控领域,涉及一种呼叫中心的监控方法、电子装置、计算机设备及存储介质。The present application relates to the field of visual monitoring, and relates to a monitoring method, electronic device, computer equipment and storage medium of a call center.
背景技术Background technique
所谓呼叫中心是一种基于CTI(Computer Telephony Integration,计算机电话基础)技术、充分利用通信网和计算机网络的多项功能集成与企业连为一体的综合信息服务系统,能有效、快速地为用户提供多种服务。随着市场竞争越来越激烈,对呼叫中心客服人员的服务质量提出了越来越高的要求,然而客服人员每天处理数万通电话,时有业务过失和客户投诉发送。为保证和掌握客服人员的服务质量,提高客户的满意度,通常需要对客服人员的服务过程进行管控。The so-called call center is a comprehensive information service system based on CTI (Computer Telephony Integration) technology, making full use of the multiple functions of the communication network and computer network to integrate with the enterprise, which can effectively and quickly provide users with Multiple services. As the market competition becomes more and more fierce, the service quality of call center customer service staff is becoming higher and higher. However, customer service staff handles tens of thousands of calls every day, and business faults and customer complaints are often sent. In order to ensure and grasp the service quality of customer service personnel and improve customer satisfaction, it is usually necessary to control the service process of customer service personnel.
但是,在大型呼叫中心中,呼叫中心各现场的坐席人员数目多,现场分散,对于现场管理员和呼叫中心运营管理人员来说,很难对每个客服人员进行有效、及时地管理。首先,传统的坐席监控只能获知坐席当前状态,无法确认坐席所在物理位置,以及当前状态是否异常。尤其当坐席分布在不同办公区域时,不便于管理人员统筹管理。其次,传统的电话平台无法提供坐席各项指标的实时统计、预测与展示功能,坐席管理人员只能通过话务或业务平台提供的日报、周报、月报等来查看团队绩效情况。由于时效性差,往往 会导致管控不及时,造成业绩损失。However, in large call centers, the number of agents at each site in the call center is large and the sites are scattered. It is difficult for the site administrators and call center operations managers to effectively and timely manage each customer service staff. First of all, traditional agent monitoring can only know the current status of the agent, it cannot confirm the physical location of the agent, and whether the current status is abnormal. Especially when the agents are distributed in different office areas, it is not convenient for the management personnel to make overall management. Second, traditional phone platforms cannot provide real-time statistics, forecasting, and display functions of various indicators of agents. Agent managers can only check team performance through daily or weekly reports, monthly reports provided by the service or business platform. Due to poor timeliness, it often leads to untimely control and loss of performance.
发明内容Summary of the Invention
本申请要解决的技术问题是为了克服现有技术中对坐席管控不及时,不便于管理大型呼叫中心等问题,提出了一种呼叫中心的监控方法、电子装置、计算机设备及存储介质,实现对坐席可视化监控,坐席状态实时刷新。The technical problem to be solved in this application is to overcome the problems of untimely management and control of agents in the prior art, which is inconvenient to manage large call centers. A monitoring method, electronic device, computer equipment and storage medium for a call center are proposed to realize The agent is visually monitored and the agent status is refreshed in real time.
本申请是通过下述技术方案来解决上述技术问题:This application solves the above technical problems through the following technical solutions:
一种呼叫中心的监控方法,包括以下步骤:A monitoring method for a call center includes the following steps:
S1、从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据;S1. Obtain traffic data corresponding to an agent from a calling system, the traffic data is stored in the calling system in association with an agent ID and a device ID, and the traffic data includes real-time status data and basic traffic data of the agent;
S2、将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中;S2. Store real-time status data and basic traffic data associated with the agent ID into the redis queue;
S3、根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据;S3. Obtain the basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate the traffic indicator data according to the basic traffic data;
S4、将计算出的话务指标数据关联相应的坐席ID后存入redis队列中;S4. Associate the calculated traffic indicator data with the corresponding agent ID and store it in the redis queue;
S5、根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。S5. According to the received data acquisition request including the agent ID initiated by the front end, the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page.
本申请还公开了一种电子装置,所述电子装置上存储有呼叫中心的监控系统,所述呼叫中心的监控系统包括:This application also discloses an electronic device. The electronic device stores a monitoring system of the call center. The monitoring system of the call center includes:
数据获取模块,用于从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据;A data acquisition module, configured to obtain traffic data corresponding to the agent from the calling system, the traffic data is stored in the calling system in association with the agent ID and the device ID, and the traffic data includes real-time status data of the agent and voice Service basic data;
排序模块,用于将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中;A sorting module, configured to store real-time status data and traffic basic data associated with agent IDs into a redis queue;
计算模块,用于根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据;A calculation module, configured to obtain basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate traffic indicator data according to the basic traffic data;
关联存储模块,用于将计算出的话务指标数据关联相应的坐席ID后存入redis队列中;Association storage module, which is used to associate the calculated traffic indicator data with the corresponding agent ID and store it in the redis queue;
数据调用显示模块,用于根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。The data call display module is configured to retrieve the traffic data and traffic index data of the corresponding agent from the redis queue according to the received data acquisition request containing the agent ID and display it on the front-end page.
本申请还公开了一种计算机设备,包括存储器和处理器,所述存储器上存储有可被所述处理器执行的呼叫中心的监控系统,所述系统被所述处理器执行时实现以下步骤的操作:The present application also discloses a computer device including a memory and a processor. The memory stores a monitoring system of a call center that can be executed by the processor. When the system is executed by the processor, the following steps are implemented: operating:
S1、从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据;S1. Obtain traffic data corresponding to an agent from a calling system, the traffic data is stored in the calling system in association with an agent ID and a device ID, and the traffic data includes real-time status data and basic traffic data of the agent;
S2、将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中;S2. Store real-time status data and basic traffic data associated with the agent ID into the redis queue;
S3、根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据;S3. Obtain the basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate the traffic indicator data according to the basic traffic data;
S4、将计算出的话务指标数据关联相应的坐席ID后存入redis队列中;S4. Associate the calculated traffic indicator data with the corresponding agent ID and store it in the redis queue;
S5、根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。S5. According to the received data acquisition request including the agent ID initiated by the front end, the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page.
本申请还公开了一种计算机可读存储介质,所述计算机可读存储介质内存储有计算机程序指令,所述计算机程序指令可被至少一个处理器所执行,以使所述至少一个处理器执行以下步骤的操作:The present application also discloses a computer-readable storage medium. The computer-readable storage medium stores computer program instructions, and the computer program instructions can be executed by at least one processor to enable the at least one processor to execute. The following steps:
S1、从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID 和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据;S1. Obtain traffic data corresponding to an agent from a calling system, the traffic data is stored in the calling system in association with an agent ID and a device ID, and the traffic data includes real-time status data and basic traffic data of the agent;
S2、将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中;S2. Store real-time status data and basic traffic data associated with the agent ID into the redis queue;
S3、根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据;S3. Obtain the basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate the traffic indicator data according to the basic traffic data;
S4、将计算出的话务指标数据关联相应的坐席ID后存入redis队列中;S4. Associate the calculated traffic indicator data with the corresponding agent ID and store it in the redis queue;
S5、根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。。S5. According to the received data acquisition request including the agent ID initiated by the front end, the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page. .
本申请的积极进步效果在于:The positive progress effect of this application lies in:
1)将坐席的实时状态可视化显示,便于管理者直观地看到各坐席的当前状态,便于管理。1) The real-time status of the agents is visually displayed, so that the manager can intuitively see the current status of each agent, which is convenient for management.
2)实时监控坐席的异常状态,一旦发生异常状态,立即通过各种方式进行警示,以便及时处理。2) Monitor the abnormal state of the agent in real time. Once the abnormal state occurs, immediately alert in various ways for timely processing.
3)前端与队列之间采用异步请求技术(Ajax)进行交互,不阻塞数据通道。3) Asynchronous request technology (Ajax) is used for interaction between the front end and the queue without blocking the data channel.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
图1示出了本申请呼叫中心的监控方法实施例一的流程图;FIG. 1 shows a flowchart of a first embodiment of a monitoring method for a call center according to the present application;
图2示出了前端页面上对应坐席位置显示的坐席实时状态示例图;FIG. 2 shows an example diagram of a real-time status of an agent displayed on the front page corresponding to the agent position;
图3示出了实时状态-图标对应示例图;Figure 3 shows an example of real-time status-icon correspondence;
图4示出了本申请呼叫中心的监控方法实施例二的流程图;4 shows a flowchart of a second embodiment of a monitoring method for a call center according to the present application;
图5示出了本申请电子装置中呼叫中心的监控系统第一实施例的程序模块示意图;5 shows a schematic diagram of a program module of a first embodiment of a monitoring system of a call center in an electronic device of the present application;
图6示出了本申请电子装置中呼叫中心的监控系统第二实施例的程序模块示意图;6 shows a schematic diagram of a program module of a second embodiment of a monitoring system of a call center in an electronic device of the present application;
图7示出了本申请计算机设备一实施例的硬件架构示意图。FIG. 7 shows a schematic diagram of a hardware architecture of an embodiment of a computer device of the present application.
具体实施方式Detailed ways
下面通过实施例的方式进一步说明本申请,但并不因此将本申请限制在所述的实施例范围之中。The following further describes the present application by way of examples, but the present application is not limited to the scope of the examples.
首先,本申请提出一种呼叫中心的监控方法。First, this application proposes a monitoring method for a call center.
在实施例一中,如图1所示,所述的呼叫中心的监控方法包括如下步骤:In the first embodiment, as shown in FIG. 1, the method for monitoring a call center includes the following steps:
S1、从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据。S1. Obtain traffic data corresponding to an agent from a calling system. The traffic data is stored in the calling system in association with an agent ID and a device ID. The traffic data includes real-time status data and basic traffic data of the agent.
所述呼叫系统发展至今已具备越来越多的功能,呼叫系统不仅仅用来接打客户电话,还具备数据存储功能,可以将每个坐席的工作过程事无巨细地记录下来,其中就包括话务数据。The development of the call system has more and more functions so far. The call system is not only used to answer customer calls, but also has a data storage function, which can record the working process of each agent in detail, including Traffic data.
所述话务数据主要分为实时状态数据和话务基础数据,这些数据都与坐席的坐席ID和设备ID关联保存,通过坐席ID和设备ID可以追溯数据的来源,有助于管理坐席。The traffic data is mainly divided into real-time status data and basic traffic data. These data are stored in association with the agent ID and the device ID of the agent. The agent ID and the device ID can trace the source of the data and help manage the agent.
所述实时状态数据包括但不限于以下各种数据:未登录、未就绪、示闲、通话中、保持、小休、呼叫拨号和用餐。The real-time status data includes, but is not limited to, the following various data: not logged in, not ready, idle, calling, on hold, tea break, call dialing, and meal.
所述话务基础数据包括但不限于以下各种数据:当前状态、签入时间、通话总时长、总通次、呼入通话次数、呼入通话时长、呼出通话次数、呼出通话时长、话后整理时长、话后整理次数、呼叫总量、呼损数、休息次数、休息时长、保持次数、保持时长、示忙次数、示忙时长、空闲时长、请求数和通话数。The basic traffic data includes, but is not limited to, the following data: current status, check-in time, total call duration, total number of calls, incoming call times, incoming call duration, outgoing call times, outgoing call duration, after-talk Sorting time, finishing number of calls, total number of calls, call loss, rest times, rest time, hold times, hold time, busy time, busy time, idle time, requests and calls.
以上所述话务数据是由呼叫系统直接记录下来的,无需经过计算得出,相当于原始数据,因此这些数据也是以一条条记录的方式记录在呼叫系统 中,并不是经过整合后数据。例如:12345(坐席ID)+通话中(实时状态)、12345+(2min)通话时长,这些与坐席ID为12345相关的数据是分开保存的,本例中具体为两条记录。The above-mentioned traffic data is directly recorded by the calling system and does not need to be calculated. It is equivalent to the original data. Therefore, these data are also recorded in the calling system in a record-by-record manner, and are not integrated data. For example: 12345 (agent ID) + call (real-time status), 12345 + (2min) call duration. These data related to agent ID 12345 are stored separately. In this example, there are two records.
获取方式优选为根据预设间隔循环获取,由于数据是与坐席ID关联保存的,因此获取坐席相对应的话务数据是需要提供坐席ID,通过坐席ID找到相对应的话务数据。The obtaining method is preferably cyclically acquired according to a preset interval. Since the data is stored in association with the agent ID, obtaining the corresponding traffic data of the agent requires providing the agent ID, and the corresponding traffic data is found by the agent ID.
S2、将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中。S2. The real-time status data and basic traffic data associated with the agent ID are stored in the redis queue.
具体地,根据数据的获取时间依次存入redis队列中,即先获取的数据先存入redis队列中。Specifically, the data is sequentially stored in the redis queue according to the acquisition time of the data, that is, the data obtained first is stored in the redis queue first.
S3、根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据。S3. Obtain the basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate the traffic indicator data according to the basic traffic data.
当需要计算某一坐席或者某一批坐席的话务指标数据时,先要提供计算所涉及到的某一坐席或某一批坐席的坐席ID,以从redis队列中获取相关的数据,即将与某一坐席ID相关的数据从redis队列中抽取出来以待计算使用。When you need to calculate the traffic index data of a certain agent or a group of agents, you must first provide the agent ID of a certain agent or a group of agents involved in the calculation in order to obtain relevant data from the redis queue. The data related to a certain agent ID is extracted from the redis queue for calculation and use.
所述话务指标数据包括但不限于以下各种数据:当前状态持续时长、签入时长、通话均长、呼入通话均长、呼出通话均长、话后调整均长、件均处理时长、呼损率、休息均长、保持均长和示忙均长。The traffic indicator data includes, but is not limited to, the following various data: the current state duration, check-in duration, call average length, incoming call average length, outgoing call average length, post-adjustment average length, piece processing time, Call loss rate, average length of rest, average length of stay and average length of busy time.
所述话务指标数据由话务基础数据通过特定计算方法计算而得出,上述各话务指标数据的计算方法如下:The traffic indicator data is calculated from the traffic basic data through a specific calculation method. The calculation method of the above traffic indicator data is as follows:
当前状态持续时长=当前时间-当前状态的开始时间;Duration of current state = current time-start time of current state;
签入时长=当前时间-签入的开始时间;Check-in duration = current time-start time of check-in;
通话均长=通话总时长/总通次;Average call length = total call duration / total number of calls;
呼入通话均长=呼入通话时长/呼入通话次数;Incoming call length = Incoming call duration / Incoming calls times;
呼出通话时长=呼出通话时长/呼入通话次数;Outgoing call duration = outgoing call duration / incoming calls;
话后调整均长=话后调整时长/话后调整次数;After-talk adjustment average length = After-talk adjustment duration / After-talk adjustment times;
件均处理时长=(呼入通话均长+呼出处理均长)/2+话后调整均长The average processing time of each case = (average length of incoming calls + average processing length of outgoing calls) / 2+ adjustment of average length after the call
呼损率=呼损数/请求数;Call loss rate = number of call losses / number of requests;
休息均长=休息时长/休息次数;Average length of rest = length of rest / number of rest;
保持均长=保持时长/保持次数;Holding average length = holding duration / holding times;
示忙均长=示忙时长/示忙次数。Average busy length = busy length / busy times.
计算时,每次都针对每个话务指标数据进行计算的。When calculating, each time is calculated for each traffic indicator data.
S4、将计算出的话务指标数据关联相应的坐席ID后存入redis队列中。S4. The calculated traffic indicator data is associated with the corresponding agent ID and stored in the redis queue.
每次计算得到的数据都要与坐席ID关联保存,以便日后调取使用。The data calculated each time must be stored in association with the agent ID for later retrieval and use.
保存时,按数据的计算时间依次存入redis队列中,即先计算出的数据先存入redis队列中。When saving, the data is stored in the redis queue according to the calculation time of the data, that is, the data calculated first is stored in the redis queue first.
S5、根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。S5. According to the received data acquisition request including the agent ID initiated by the front end, the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page.
由于redis队列中存储有同一个坐席的若干数据,因此数据获取请求中除了包含有坐席ID,通常还会包含所要获取的数据类型。例如,当只要看某个坐席的件均处理时长时,则在数据获取请求中应包含该数据类型的名称。Because the redis queue stores several data of the same agent, in addition to the agent ID in the data acquisition request, it usually also contains the type of data to be obtained. For example, when looking at the processing time of all the pieces of a certain agent, the name of the data type should be included in the data acquisition request.
在一实施例中,为防止前端与redis队列交互时发生数据拥堵现象,所述前端与所述redis队列之间优选通过Ajax进行交互以获取话务数据和话务指标数据,以实现异步获取话务数据和话务指标数据。In an embodiment, in order to prevent data congestion from occurring when the front end interacts with the redis queue, the front end and the redis queue preferably interact through Ajax to obtain traffic data and traffic indicator data, so as to realize asynchronously obtaining the call. Traffic data and traffic indicator data.
所述Ajax指异步JavaScript及XML(Asynchronous JavaScript And XML)。Ajax的核心是JavaScript对象XmlHttpRequest。该对象在Internet Explorer 5中首次引入,它是一种支持异步请求的技术。简而言之,XmlHttpRequest使Web前端可以使用JavaScript向后台服务器提出请求并处理响应,而不阻塞用户。The Ajax means asynchronous JavaScript and XML (Asynchronous JavaScript and XML). The core of Ajax is the JavaScript object XmlHttpRequest. This object was first introduced in Internet Explorer 5, and it is a technology that supports asynchronous requests. In short, XmlHttpRequest enables the web front end to use JavaScript to make requests to the backend server and process the response without blocking the user.
在一实施例中,为使数据显示更直观,优选采用可视化显示,通过将话务数据、话务指标数据和场景模型根据与数据相关联的坐席IP和设备ID进 行匹配组合,以在前端页面上对应坐席位置显示坐席的实时状态,参见图2;所述场景模型根据所述呼叫中心现场布局建立而成;所述实时状态通过图标进行显示,每种实时状态对应一种图标预设在所述场景模型中,参见图3。In an embodiment, in order to make the data display more intuitive, it is preferable to use a visual display, by matching and combining the traffic data, traffic indicator data and scene model according to the agent IP and device ID associated with the data, so as to display the The corresponding agent position shows the real-time status of the agent, see Figure 2. The scene model is established according to the on-site layout of the call center; the real-time status is displayed by icons, and each real-time status corresponds to an icon preset in the location. Refer to Figure 3 for the scenario model.
通过这种可视化显示,管理人员可以一目了然地知道各席位上各坐席的状态。Through this visual display, managers can know the status of each seat at a glance at a glance.
在一实施例中,话务数据和/或话务指标数据还可以趋势曲线图的方式显示在前端页面上。例如,当管理人员要查看某一坐席的某段时间的某项数据时,只需输入坐席ID和数据类型的名称,则可以直接调出相关数据,并以趋势曲线图的方式显示在该管理人员的页面上,方便其进行查看和判断。In an embodiment, the traffic data and / or the traffic indicator data may also be displayed on the front-end page in the manner of a trend graph. For example, when a manager wants to view certain data for a certain period of time for a certain agent, simply enter the agent ID and the name of the data type, and the relevant data can be directly called up and displayed in the management as a trend graph. On the page of the personnel, it is convenient for them to view and judge.
在实施例二中,基于实施例一的基础上,如图4所示,所述的呼叫中心的监控方法包括如下步骤:In the second embodiment, based on the first embodiment, as shown in FIG. 4, the method for monitoring a call center includes the following steps:
S1-S5同实施例一,此处不再赘述。S1-S5 are the same as the first embodiment, and will not be repeated here.
S6、通过话务数据和/或话务指标数据判断坐席是否处于异常状态,若是则在前端页面上进行异常提醒,所述异常提醒的方式包括弹屏、声音报警和/或图标闪烁。S6. Determine whether the agent is in an abnormal state by using the traffic data and / or traffic indicator data, and if so, perform an abnormal reminder on the front-end page, where the abnormal reminder method includes a pop-up screen, an audible alarm, and / or an icon blink.
实施例二相比实施例一增加了异常提醒功能,具体地,通过预设某个数据的阈值,当该数据超过阈值时,对相应的坐席进行异常提醒。例如,规定坐席一次小休时长不得超过15分钟,当某一坐席的小休时长超过了15分钟时,则对其进行异常提醒。Compared with the first embodiment, the second embodiment adds an abnormality reminding function. Specifically, by presetting a threshold value of certain data, when the data exceeds the threshold value, an abnormality reminding is performed for the corresponding agent. For example, it is stipulated that the length of a break for an agent cannot exceed 15 minutes, and when a break of a certain agent exceeds 15 minutes, an abnormal reminder is given to it.
在一实施例中,假设异常提醒后若干分钟后没有消除该提醒的,则进一步将异常提醒发送给相关管理人员,以提示其尽快处理。In one embodiment, if the reminder is not eliminated after a few minutes after the abnormal reminder, the abnormal reminder is further sent to the relevant management personnel to prompt it to deal with it as soon as possible.
其次,本申请提出了一种电子装置,所述电子装置上存储有呼叫中心的监控系统20,所述系统20可以被分割为一个或者多个程序模块。Secondly, the present application proposes an electronic device. The electronic device stores a monitoring system 20 of a call center, and the system 20 can be divided into one or more program modules.
例如,图5示出了所述呼叫中心的监控系统20第一实施例的程序模块 示意图,该实施例中,所述系统20可以被分割为状态判断模块201、预约选择模块202、指令发送模块203、信息接收模块204和提醒模块205。其中,本申请所称的程序模块是指能够完成特定功能的一系列计算机程序指令段。以下描述将具体介绍所述程序模块201-205的具体功能。For example, FIG. 5 shows a schematic diagram of a program module of the first embodiment of the monitoring system 20 of the call center. In this embodiment, the system 20 can be divided into a status determination module 201, a reservation selection module 202, and an instruction sending module 203. The information receiving module 204 and the reminding module 205. Among them, the program module referred to in the present application refers to a series of computer program instruction segments capable of performing specific functions. The following description will specifically introduce the specific functions of the program modules 201-205.
所述数据获取模块201用于从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据。The data acquisition module 201 is configured to acquire traffic data corresponding to an agent from a calling system, the traffic data is stored in the calling system in association with the agent ID and the device ID, and the traffic data includes real-time status data of the agent And traffic basic data.
所述呼叫系统发展至今已具备越来越多的功能,呼叫系统不仅仅用来接打客户电话,还具备数据存储功能,可以将每个坐席的工作过程事无巨细地记录下来,其中就包括话务数据。The development of the call system has more and more functions so far. The call system is not only used to answer customer calls, but also has a data storage function, which can record the working process of each agent in detail, including Traffic data.
所述话务数据主要分为实时状态数据和话务基础数据,这些数据都与坐席的坐席ID和设备ID关联保存,通过坐席ID和设备ID可以追溯数据的来源,有助于管理坐席。The traffic data is mainly divided into real-time status data and basic traffic data. These data are stored in association with the agent ID and the device ID of the agent. The agent ID and the device ID can trace the source of the data and help manage the agent.
所述实时状态数据包括但不限于以下各种数据:未登录、未就绪、示闲、通话中、保持、小休、呼叫拨号和用餐。The real-time status data includes, but is not limited to, the following various data: not logged in, not ready, idle, calling, on hold, tea break, call dialing, and meal.
所述话务基础数据包括但不限于以下各种数据:当前状态、签入时间、通话总时长、总通次、呼入通话次数、呼入通话时长、呼出通话次数、呼出通话时长、话后整理时长、话后整理次数、呼叫总量、呼损数、休息次数、休息时长、保持次数、保持时长、示忙次数、示忙时长、空闲时长、请求数和通话数。The basic traffic data includes, but is not limited to, the following data: current status, check-in time, total call duration, total number of calls, incoming call times, incoming call duration, outgoing call times, outgoing call duration, after-talk Sorting time, finishing number of calls, total number of calls, call loss, rest times, rest time, hold times, hold time, busy time, busy time, idle time, requests and calls.
以上所述话务数据是由呼叫系统直接记录下来的,无需经过计算得出,相当于原始数据,因此这些数据也是以一条条记录的方式记录在呼叫系统中,并不是经过整合后数据。例如:12345(坐席ID)+通话中(实时状态)、12345+(2min)通话时长,这些与坐席ID为12345相关的数据是分开保存的,本例中具体为两条记录。The above-mentioned traffic data is directly recorded by the call system and does not need to be calculated. It is equivalent to the original data. Therefore, these data are also recorded in the call system in a record-by-record manner, and are not integrated data. For example: 12345 (agent ID) + call (real-time status), 12345 + (2min) call duration. These data related to agent ID 12345 are stored separately. In this example, there are two records.
获取方式优选为根据预设间隔循环获取,由于数据是与坐席ID关联保 存的,因此获取坐席相对应的话务数据是需要提供坐席ID,通过坐席ID找到相对应的话务数据。The acquisition method is preferably cyclically acquired according to a preset interval. Since the data is stored in association with the agent ID, obtaining the traffic data corresponding to the agent requires providing the agent ID, and the corresponding traffic data is found by the agent ID.
所述排序模块202用于将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中。The sorting module 202 is configured to store real-time status data and traffic basic data associated with the agent ID into a redis queue.
所述计算模块203用于根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据。The calculation module 203 is configured to obtain traffic basic data related to the agent ID from the redis queue according to the agent ID, and calculate traffic indicator data according to the traffic basic data.
当需要计算某一坐席或者某一批坐席的话务指标数据时,先要提供计算所涉及到的某一坐席或某一批坐席的坐席ID,以从redis队列中获取相关的数据,即将与某一坐席ID相关的数据从redis队列中抽取出来以待计算使用。When you need to calculate the traffic index data of a certain agent or a group of agents, you must first provide the agent ID of a certain agent or a group of agents involved in the calculation in order to obtain relevant data from the redis queue. The data related to a certain agent ID is extracted from the redis queue for calculation and use.
所述话务指标数据包括但不限于以下各种数据:当前状态持续时长、签入时长、通话均长、呼入通话均长、呼出通话均长、话后调整均长、件均处理时长、呼损率、休息均长、保持均长和示忙均长。The traffic indicator data includes, but is not limited to, the following various data: the current state duration, check-in duration, call average length, incoming call average length, outgoing call average length, post-adjustment average length, piece processing time, Call loss rate, average length of rest, average length of stay and average length of busy time.
所述话务指标数据由话务基础数据通过特定计算方法计算而得出,上述各话务指标数据的计算方法如下:The traffic indicator data is calculated from the traffic basic data through a specific calculation method. The calculation method of the above traffic indicator data is as follows:
当前状态持续时长=当前时间-当前状态的开始时间;Duration of current state = current time-start time of current state;
签入时长=当前时间-签入的开始时间;Check-in duration = current time-start time of check-in;
通话均长=通话总时长/总通次;Average call length = total call duration / total number of calls;
呼入通话均长=呼入通话时长/呼入通话次数;Incoming call length = Incoming call duration / Incoming calls times;
呼出通话时长=呼出通话时长/呼入通话次数;Outgoing call duration = outgoing call duration / incoming calls;
话后调整均长=话后调整时长/话后调整次数;After-talk adjustment average length = After-talk adjustment duration / After-talk adjustment times;
件均处理时长=(呼入通话均长+呼出处理均长)/2+话后调整均长The average processing time of each case = (average length of incoming calls + average processing length of outgoing calls) / 2+ adjustment of average length after the call
呼损率=呼损数/请求数;Call loss rate = number of call losses / number of requests;
休息均长=休息时长/休息次数;Average length of rest = length of rest / number of rest;
保持均长=保持时长/保持次数;Holding average length = holding duration / holding times;
示忙均长=示忙时长/示忙次数。Average busy length = busy length / busy times.
计算时,每次都针对每个话务指标数据指标数据进行计算的。When calculating, each time is calculated for each traffic indicator data indicator data.
所述关联存储模块204用于将计算出的话务指标数据关联相应的坐席ID后存入redis队列中。The association storage module 204 is configured to associate the calculated traffic indicator data with a corresponding agent ID and store the calculated traffic indicator data in a redis queue.
所述数据调用显示模块205用于根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。The data call display module 205 is configured to retrieve the traffic data and traffic indicator data of the corresponding agent from the redis queue according to the received data acquisition request including the agent ID and display it on the front-end page.
由于redis队列中存储有同一个坐席的若干数据,因此数据获取请求中除了包含有坐席ID,通常还会包含所要获取的数据类型。例如,当只要看某个坐席的件均处理时长时,则在数据获取请求中应包含该数据类型的名称。Because the redis queue stores several data of the same agent, in addition to the agent ID in the data acquisition request, it usually also contains the type of data to be obtained. For example, when looking at the processing time of all the pieces of a certain agent, the name of the data type should be included in the data acquisition request.
在一实施例中,为使数据显示更直观,数据调用显示模块205优选采用可视化显示,通过将话务数据、话务指标数据和场景模型根据与数据相关联的坐席IP和设备ID进行匹配组合,以在前端页面上对应坐席位置显示坐席的实时状态,参见图2;所述场景模型根据所述呼叫中心现场布局建立而成;所述实时状态通过图标进行显示,每种实时状态对应一种图标预设在所述场景模型中,参见图3。In an embodiment, in order to make the data display more intuitive, the data call display module 205 preferably uses a visual display, and matches and combines the traffic data, traffic index data, and scene model according to the agent IP and device ID associated with the data. To display the real-time status of the agent on the front-end page corresponding to the agent's position, see Figure 2; the scene model is established according to the on-site layout of the call center; the real-time status is displayed by icons, each real-time status corresponds to a Icons are preset in the scene model, see FIG. 3.
通过这种可视化显示,管理人员可以一目了然地知道各席位上各坐席的状态。Through this visual display, managers can know the status of each seat at a glance at a glance.
又例如,图6示出了所述呼叫中心的监控系统20第二实施例的程序模块示意图,该实施例中,所述呼叫中心的监控系统20还可以被分割为状态判断模块201、预约选择模块202、指令发送模块203、信息接收模块204、提醒模块205和提醒模块206。As another example, FIG. 6 shows a schematic diagram of a program module of the second embodiment of the monitoring system 20 of the call center. In this embodiment, the monitoring system 20 of the call center can also be divided into a status determination module 201 and a reservation selection. Module 202, instruction sending module 203, information receiving module 204, reminder module 205, and reminder module 206.
其中,程序模块201-205同第一实施例,此处不再赘述。The program modules 201-205 are the same as those in the first embodiment, and details are not described herein again.
所述提醒模块206用于通过话务数据和/或话务指标数据判断坐席是否处于异常状态,若是则在前端页面上进行异常提醒,所述异常提醒的方式包括弹屏、声音报警和/或图标闪烁。The reminder module 206 is configured to determine whether the agent is in an abnormal state by using the traffic data and / or traffic indicator data, and if so, perform an abnormal reminder on the front-end page. The abnormal reminder method includes a pop-up screen, an audible alarm and / or The icon flashes.
具体地,通过预设某个数据的阈值,当该数据超过阈值时,对相应的坐席进行异常提醒。例如,规定坐席一次小休时长不得超过15分钟,当某一坐席的小休时长超过了15分钟时,则对其进行异常提醒。Specifically, by presetting a threshold value of certain data, when the data exceeds the threshold value, an abnormal reminder is given to the corresponding agent. For example, it is stipulated that the length of a break for an agent cannot exceed 15 minutes, and when a break of a certain agent exceeds 15 minutes, an abnormal reminder is given to it.
再次,本申请还提出来一种计算机设备。Again, this application also proposes a computer device.
参阅图7所示,是本申请计算机设备一实施例的硬件架构示意图。本实施例中,所述计算机设备2是一种能够按照事先设定或者存储的指令,自动进行数值计算和/或信息处理的设备。例如,可以是智能手机、平板电脑、笔记本电脑、台式计算机、机架式服务器、刀片式服务器、塔式服务器或机柜式服务器(包括独立的服务器,或者多个服务器所组成的服务器集群)等。如图所示,所述计算机设备2至少包括,但不限于,可通过系统总线相互通信连接存储器21、处理器22、网络接口23、以及呼叫中心的监控系统20。其中:Refer to FIG. 7, which is a schematic diagram of a hardware architecture of a computer device according to an embodiment of the present application. In this embodiment, the computer device 2 is a device capable of automatically performing numerical calculation and / or information processing in accordance with an instruction set or stored in advance. For example, it can be a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server, or a rack server (including an independent server or a server cluster composed of multiple servers). As shown in the figure, the computer device 2 includes at least, but is not limited to, a memory 21, a processor 22, a network interface 23, and a monitoring system 20 of a call center that can communicate with each other through a system bus. among them:
所述存储器21至少包括一种类型的计算机可读存储介质,所述可读存储介质包括闪存、硬盘、多媒体卡、卡型存储器(例如,SD或DX存储器等)、随机访问存储器(RAM)、静态随机访问存储器(SRAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、可编程只读存储器(PROM)、磁性存储器、磁盘、光盘等。在一些实施例中,所述存储器21可以是所述计算机设备2的内部存储单元,例如该计算机设备2的硬盘或内存。在另一些实施例中,所述存储器21也可以是所述计算机设备2的外部存储设备,例如该计算机设备2上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。当然,所述存储器21还可以既包括所述计算机设备2的内部存储单元也包括其外部存储设备。本实施例中,所述存储器21通常用于存储安装于所述计算机设备2的操作系统和各类应用软件,例如所述呼叫中心的监控系统20的程序代码等。此外,所述存储器21还可以用于暂时地存储已经输出或者将要输 出的各类数据。The memory 21 includes at least one type of computer-readable storage medium. The readable storage medium includes a flash memory, a hard disk, a multimedia card, a card-type memory (for example, SD or DX memory, etc.), a random access memory (RAM), Static random access memory (SRAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disks, optical disks, etc. In some embodiments, the memory 21 may be an internal storage unit of the computer device 2, such as a hard disk or a memory of the computer device 2. In other embodiments, the memory 21 may also be an external storage device of the computer device 2, such as a plug-in hard disk, a smart memory card (SMC), and a secure digital device. (Secure Digital, SD) card, Flash card, etc. Of course, the memory 21 may also include both an internal storage unit of the computer device 2 and an external storage device thereof. In this embodiment, the memory 21 is generally used to store an operating system and various application software installed on the computer device 2, such as program codes of the monitoring system 20 of the call center. In addition, the memory 21 may also be used to temporarily store various types of data that have been output or will be output.
所述处理器22在一些实施例中可以是中央处理器(Central Processing Unit,CPU)、控制器、微控制器、微处理器、或其他数据处理芯片。该处理器22通常用于控制所述计算机设备2的总体操作,例如执行与所述计算机设备2进行数据交互或者通信相关的控制和处理等。本实施例中,所述处理器22用于运行所述存储器21中存储的程序代码或者处理数据,例如运行所述的呼叫中心的监控系统20等。The processor 22 may be a central processing unit (CPU), a controller, a microcontroller, a microprocessor, or other data processing chips in some embodiments. The processor 22 is generally used to control the overall operation of the computer device 2, for example, to perform control and processing related to data interaction or communication with the computer device 2. In this embodiment, the processor 22 is configured to run program code or process data stored in the memory 21, for example, to run the monitoring system 20 of the call center.
所述网络接口23可包括无线网络接口或有线网络接口,该网络接口23通常用于在所述计算机设备2与其他计算机设备之间建立通信连接。例如,所述网络接口23用于通过网络将所述计算机设备2与外部终端相连,在所述计算机设备2与外部终端之间的建立数据传输通道和通信连接等。所述网络可以是企业内部网(Intranet)、互联网(Internet)、全球移动通讯系统(Global System of Mobile communication,GSM)、宽带码分多址(Wideband Code Division Multiple Access,WCDMA)、4G网络、5G网络、蓝牙(Bluetooth)、Wi-Fi等无线或有线网络。The network interface 23 may include a wireless network interface or a wired network interface. The network interface 23 is generally used to establish a communication connection between the computer device 2 and other computer devices. For example, the network interface 23 is configured to connect the computer device 2 and an external terminal through a network, and establish a data transmission channel and a communication connection between the computer device 2 and the external terminal. The network may be an Intranet, the Internet, a Global System for Mobile Communication (GSM), a Wideband Code Division Multiple Access (WCDMA), a 4G network, 5G Wireless, wired or other networks such as Internet, Bluetooth, Wi-Fi.
需要指出的是,图7仅示出了具有组件21-23的计算机设备2,但是应理解的是,并不要求实施所有示出的组件,可以替代的实施更多或者更少的组件。It should be noted that FIG. 7 only shows the computer device 2 with components 21-23, but it should be understood that it is not required to implement all the illustrated components, and more or fewer components may be implemented instead.
在本实施例中,存储于存储器21中的所述呼叫中心的监控系统20可以被一个或多个处理器(本实施例为处理器22)所执行,以完成上述呼叫中心的监控方法的操作。In this embodiment, the monitoring system 20 of the call center stored in the memory 21 may be executed by one or more processors (processor 22 in this embodiment) to complete the operations of the monitoring method of the above-mentioned call center. .
此外,本申请一种计算机可读存储介质,所述计算机可读存储介质为非易失性可读存储介质,其内存储有计算机程序指令,所述计算机程序指令可被至少一个处理器所执行,以使所述至少一个处理器执行前述任一项所述的呼叫中心的监控方法的步骤。In addition, the present application provides a computer-readable storage medium. The computer-readable storage medium is a non-volatile readable storage medium that stores therein computer program instructions that can be executed by at least one processor. To enable the at least one processor to execute the steps of the monitoring method of a call center according to any one of the foregoing.
虽然以上描述了本申请的具体实施方式,但是本领域的技术人员应当理解,这仅是举例说明,本申请的保护范围是由所附权利要求书限定的。本领域的技术人员在不背离本申请的原理和实质的前提下,可以对这些实施方式做出多种变更或修改,但这些变更和修改均落入本申请的保护范围。Although the specific implementation of the present application is described above, those skilled in the art should understand that this is only an example, and the protection scope of the present application is defined by the appended claims. Those skilled in the art can make various changes or modifications to these embodiments without departing from the principle and essence of this application, but these changes and modifications all fall into the protection scope of this application.

Claims (20)

  1. 一种呼叫中心的监控方法,其特征在于,包括以下步骤:A monitoring method for a call center is characterized in that it includes the following steps:
    S1、从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据;S1. Obtain traffic data corresponding to an agent from a calling system, the traffic data is stored in the calling system in association with an agent ID and a device ID, and the traffic data includes real-time status data and basic traffic data of the agent;
    S2、将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中;S2. Store real-time status data and basic traffic data associated with the agent ID into the redis queue;
    S3、根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据;S3. Obtain the basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate the traffic indicator data according to the basic traffic data;
    S4、将计算出的话务指标数据关联相应的坐席ID后存入redis队列中;S4. Associate the calculated traffic indicator data with the corresponding agent ID and store it in the redis queue;
    S5、根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。S5. According to the received data acquisition request including the agent ID initiated by the front end, the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page.
  2. 根据权利要求1所述的呼叫中心的监控方法,其特征在于,所述实时状态数据和所述话务基础数据均按数据的获取时间依次存入所述redis队列中,所述话务指标数据按数据的计算时间依次存入所述redis队列中。The monitoring method of a call center according to claim 1, wherein the real-time status data and the traffic basic data are sequentially stored in the redis queue according to the time of data acquisition, and the traffic indicator data According to the calculation time of the data, they are sequentially stored in the redis queue.
  3. 根据权利要求1所述的呼叫中心的监控方法,其特征在于,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上包括:The monitoring method of a call center according to claim 1, wherein the call data and traffic index data of the corresponding agent retrieved from the redis queue and displayed on the front-end page include:
    将话务数据、话务指标数据和场景模型根据与数据相关联的坐席IP和设备ID进行匹配组合,以在前端页面上对应坐席位置显示坐席的实时状态;Match and combine traffic data, traffic indicator data, and scenario models according to the agent IP and device ID associated with the data to display the real-time status of the agent on the front-end page corresponding to the agent position;
    所述场景模型根据所述呼叫中心现场布局建立而成;The scene model is established according to the on-site layout of the call center;
    所述实时状态通过图标进行显示,每种实时状态对应一种图标预设在所述场景模型中。The real-time status is displayed by an icon, and each real-time status corresponds to an icon preset in the scene model.
  4. 根据权利要求3所述的呼叫中心的监控方法,其特征在于,该方法还包括以下步骤:The method for monitoring a call center according to claim 3, further comprising the following steps:
    S6、通过话务数据和/或话务指标数据判断坐席是否处于异常状态,若是则在前端页面上进行异常提醒,所述异常提醒的方式包括弹屏、声音报警和/或图标闪烁。S6. Determine whether the agent is in an abnormal state by using the traffic data and / or traffic indicator data, and if so, perform an abnormal reminder on the front-end page, where the abnormal reminder method includes a pop-up screen, an audible alarm, and / or an icon blink.
  5. 根据权利要求1所述的呼叫中心的监控方法,其特征在于,所述前端与所述redis队列之间通过Ajax进行交互以获取话务数据和话务指标数据。The monitoring method of a call center according to claim 1, wherein the front end and the redis queue interact through Ajax to obtain traffic data and traffic index data.
  6. 根据权利要求1所述的呼叫中心的监控方法,其特征在于,所述话务数据和/或话务指标数据以趋势曲线图的方式显示在前端页面上。The method for monitoring a call center according to claim 1, wherein the traffic data and / or traffic indicator data is displayed on a front-end page in a trend graph.
  7. 一种电子装置,其特征在于,所述电子装置上存储有呼叫中心的监控系统,所述呼叫中心的监控系统包括:An electronic device is characterized in that a monitoring system of a call center is stored on the electronic device, and the monitoring system of the call center includes:
    数据获取模块,用于从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据;A data acquisition module, configured to obtain traffic data corresponding to the agent from the calling system, the traffic data is stored in the calling system in association with the agent ID and the device ID, and the traffic data includes real-time status data of the agent and voice Service basic data;
    排序模块,用于将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中;A sorting module, configured to store real-time status data and traffic basic data associated with agent IDs into a redis queue;
    计算模块,用于根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据;A calculation module, configured to obtain basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate traffic indicator data according to the basic traffic data;
    关联存储模块,用于将计算出的话务指标数据关联相应的坐席ID后存入redis队列中;Association storage module, which is used to associate the calculated traffic indicator data with the corresponding agent ID and store it in the redis queue;
    数据调用显示模块,用于根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。The data call display module is configured to retrieve the traffic data and traffic index data of the corresponding agent from the redis queue according to the received data acquisition request containing the agent ID and display it on the front-end page.
  8. 根据权利要求7所述的电子装置,其特征在于,所述呼叫中心的监控系统还包括:The electronic device according to claim 7, wherein the monitoring system of the call center further comprises:
    提醒模块,用于通过话务数据和/或话务指标数据判断坐席是否处于异常状态,若是则在前端页面上进行异常提醒,所述异常提醒的方式包括弹屏、 声音报警和/或图标闪烁。A reminder module is used to judge whether the agent is in an abnormal state by using the traffic data and / or the traffic indicator data, and if so, an abnormal reminder is performed on the front-end page, and the abnormal reminder method includes a pop-up screen, an audible alarm, and / or an icon flashing .
  9. 一种计算机设备,包括存储器和处理器,其特征在于,所述存储器上存储有可被所述处理器执行的呼叫中心的监控系统,所述系统被所述处理器执行时实现以下步骤的操作:A computer device includes a memory and a processor, wherein the memory stores a monitoring system of a call center that can be executed by the processor, and implements the following steps when the system is executed by the processor: :
    S1、从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据;S1. Obtain traffic data corresponding to an agent from a calling system, the traffic data is stored in the calling system in association with an agent ID and a device ID, and the traffic data includes real-time status data and basic traffic data of the agent;
    S2、将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中;S2. Store real-time status data and basic traffic data associated with the agent ID into the redis queue;
    S3、根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据;S3. Obtain the basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate the traffic indicator data according to the basic traffic data;
    S4、将计算出的话务指标数据关联相应的坐席ID后存入redis队列中;S4. Associate the calculated traffic indicator data with the corresponding agent ID and store it in the redis queue;
    S5、根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。S5. According to the received data acquisition request including the agent ID initiated by the front end, the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page.
  10. 根据权利要求9所述的计算机设备,其特征在于,所述实时状态数据和所述话务基础数据均按数据的获取时间依次存入所述redis队列中,所述话务指标数据按数据的计算时间依次存入所述redis队列中。The computer device according to claim 9, wherein the real-time status data and the traffic basic data are sequentially stored in the redis queue according to the data acquisition time, and the traffic indicator data is stored according to the data. The calculation time is sequentially stored in the redis queue.
  11. 根据权利要求9所述的计算机设备,其特征在于,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上包括:The computer device according to claim 9, characterized in that the call data and the traffic index data of the corresponding agent retrieved from the redis queue and displayed on the front-end page include:
    将话务数据、话务指标数据和场景模型根据与数据相关联的坐席IP和设备ID进行匹配组合,以在前端页面上对应坐席位置显示坐席的实时状态;Match and combine traffic data, traffic indicator data, and scenario models according to the agent IP and device ID associated with the data to display the real-time status of the agent on the front-end page corresponding to the agent position;
    所述场景模型根据所述呼叫中心现场布局建立而成;The scene model is established according to the on-site layout of the call center;
    所述实时状态通过图标进行显示,每种实时状态对应一种图标预设在所述场景模型中。The real-time status is displayed by an icon, and each real-time status corresponds to an icon preset in the scene model.
  12. 根据权利要求11所述的计算机设备,其特征在于,还包括以下步骤的操作:The computer device according to claim 11, further comprising operations of the following steps:
    S6、通过话务数据和/或话务指标数据判断坐席是否处于异常状态,若是则在前端页面上进行异常提醒,所述异常提醒的方式包括弹屏、声音报警和/或图标闪烁。S6. Determine whether the agent is in an abnormal state by using the traffic data and / or traffic indicator data, and if so, perform an abnormal reminder on the front-end page, where the abnormal reminder method includes a pop-up screen, an audible alarm, and / or an icon blink.
  13. 根据权利要求9所述的计算机设备,其特征在于,所述前端与所述redis队列之间通过Ajax进行交互以获取话务数据和话务指标数据。The computer device according to claim 9, wherein the front end and the redis queue interact through Ajax to obtain traffic data and traffic indicator data.
  14. 根据权利要求9所述的计算机设备,其特征在于,所述话务数据和/或话务指标数据以趋势曲线图的方式显示在前端页面上。The computer device according to claim 9, wherein the traffic data and / or traffic indicator data is displayed on a front-end page in a manner of a trend graph.
  15. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质内存储有计算机程序指令,所述计算机程序指令可被至少一个处理器所执行,以使所述至少一个处理器执行以下步骤的操作:A computer-readable storage medium, wherein computer program instructions are stored in the computer-readable storage medium, and the computer program instructions are executable by at least one processor, so that the at least one processor executes Step operation:
    S1、从呼叫系统获取与坐席相对应的话务数据,所述话务数据与坐席ID和设备ID关联保存在呼叫系统中,所述话务数据包括坐席的实时状态数据和话务基础数据;S1. Obtain traffic data corresponding to an agent from a calling system, the traffic data is stored in the calling system in association with an agent ID and a device ID, and the traffic data includes real-time status data and basic traffic data of the agent;
    S2、将与坐席ID相关联的实时状态数据和话务基础数据存入redis队列中;S2. Store real-time status data and basic traffic data associated with the agent ID into the redis queue;
    S3、根据坐席ID从redis队列中获取与该坐席ID相关的话务基础数据,根据所述话务基础数据计算出话务指标数据;S3. Obtain the basic traffic data related to the agent ID from the redis queue according to the agent ID, and calculate the traffic indicator data according to the basic traffic data;
    S4、将计算出的话务指标数据关联相应的坐席ID后存入redis队列中;S4. Associate the calculated traffic indicator data with the corresponding agent ID and store it in the redis queue;
    S5、根据接收到的前端发起的包含有坐席ID的数据获取请求,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上。S5. According to the received data acquisition request including the agent ID initiated by the front end, the traffic data and traffic index data of the corresponding agent are retrieved from the redis queue and displayed on the front page.
  16. 根据权利要求15所述的计算机可读存储介质,其特征在于,所述实时状态数据和所述话务基础数据均按数据的获取时间依次存入所述redis队列中,所述话务指标数据按数据的计算时间依次存入所述redis队列中。The computer-readable storage medium according to claim 15, wherein the real-time status data and the traffic basic data are sequentially stored in the redis queue according to the data acquisition time, and the traffic indicator data According to the calculation time of the data, they are sequentially stored in the redis queue.
  17. 根据权利要求15所述的计算机可读存储介质,其特征在于,从所述redis队列中调取相应坐席的话务数据和话务指标数据显示在前端页面上包括:The computer-readable storage medium according to claim 15, wherein the call data and traffic index data of the corresponding agent retrieved from the redis queue and displayed on the front-end page include:
    将话务数据、话务指标数据和场景模型根据与数据相关联的坐席IP和设备ID进行匹配组合,以在前端页面上对应坐席位置显示坐席的实时状态;Match and combine traffic data, traffic indicator data, and scenario models according to the agent IP and device ID associated with the data to display the real-time status of the agent on the front-end page corresponding to the agent position;
    所述场景模型根据所述呼叫中心现场布局建立而成;The scene model is established according to the on-site layout of the call center;
    所述实时状态通过图标进行显示,每种实时状态对应一种图标预设在所述场景模型中。The real-time status is displayed by an icon, and each real-time status corresponds to an icon preset in the scene model.
  18. 根据权利要求17所述的计算机可读存储介质,其特征在于,还包括以下步骤的操作:The computer-readable storage medium according to claim 17, further comprising operations of the following steps:
    S6、通过话务数据和/或话务指标数据判断坐席是否处于异常状态,若是则在前端页面上进行异常提醒,所述异常提醒的方式包括弹屏、声音报警和/或图标闪烁。S6. Determine whether the agent is in an abnormal state by using the traffic data and / or traffic indicator data, and if so, perform an abnormal reminder on the front-end page, where the abnormal reminder method includes a pop-up screen, an audible alarm, and / or an icon blink.
  19. 根据权利要求15所述的计算机可读存储介质,其特征在于,所述前端与所述redis队列之间通过Ajax进行交互以获取话务数据和话务指标数据。The computer-readable storage medium according to claim 15, wherein the front end and the redis queue interact through Ajax to obtain traffic data and traffic indicator data.
  20. 根据权利要求15所述的计算机可读存储介质,其特征在于,所述话务数据和/或话务指标数据以趋势曲线图的方式显示在前端页面上。The computer-readable storage medium according to claim 15, wherein the traffic data and / or traffic indicator data are displayed on a front-end page in a trend graph manner.
PCT/CN2018/095867 2018-05-30 2018-07-17 Monitoring method for call center, electronic apparatus, computer device and storage medium WO2019227624A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810537975.6A CN108769435A (en) 2018-05-30 2018-05-30 Monitoring method of call center, electronic device, computer equipment and storage medium
CN201810537975.6 2018-05-30

Publications (1)

Publication Number Publication Date
WO2019227624A1 true WO2019227624A1 (en) 2019-12-05

Family

ID=64004237

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/095867 WO2019227624A1 (en) 2018-05-30 2018-07-17 Monitoring method for call center, electronic apparatus, computer device and storage medium

Country Status (2)

Country Link
CN (1) CN108769435A (en)
WO (1) WO2019227624A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109547653B (en) * 2018-12-11 2021-06-04 南京小灵呼科技有限公司 Call center incoming call screen popup system and method based on B/S (browser/Server) architecture
CN111064851A (en) * 2019-12-03 2020-04-24 成都铂锡金融信息技术有限公司 Communication processing method and device for agent terminal
CN112764998A (en) * 2021-02-03 2021-05-07 成都中科合迅科技有限公司 Heterogeneous simulation system and real-time monitoring method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101005540A (en) * 2006-01-19 2007-07-25 北京讯鸟软件有限公司 Method for realizing sitting service level evaluation of calling center service
CN102457623A (en) * 2010-10-25 2012-05-16 中兴通讯股份有限公司 Method for monitoring seat in call center and call center
CN103416049A (en) * 2011-03-18 2013-11-27 富士通株式会社 Call evaluation device and call evaluation method
CN105554320A (en) * 2016-01-15 2016-05-04 上海携程商务有限公司 Monitoring method and system of telephone traffic of call centers

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8553872B2 (en) * 2009-07-08 2013-10-08 Nice-Systems Ltd. Method and system for managing a quality process
US20130208880A1 (en) * 2011-12-22 2013-08-15 Shoregroup, Inc. Method and apparatus for evolutionary contact center business intelligence
CN203278968U (en) * 2012-11-19 2013-11-06 浙江省电力公司供电服务中心 seat Seat monitoring system used for electric customer service center
CN103034733A (en) * 2012-12-25 2013-04-10 北京讯鸟软件有限公司 Data monitoring statistical method for call center
US9338296B2 (en) * 2013-12-20 2016-05-10 Avaya Inc. System and method for driving a virtual view of agents in a contact center
CN104113643B (en) * 2014-06-27 2017-01-04 国家电网公司 A kind of Customer Service Center's Field Monitoring System and method
CN104363359A (en) * 2014-10-31 2015-02-18 北京思特奇信息技术股份有限公司 Visual monitoring method and system for call center agent states
US20160239780A1 (en) * 2015-02-12 2016-08-18 Clearview Business Intelligence, Llc Performance analytics engine
CN105450878B (en) * 2015-12-04 2018-10-12 北京京东尚科信息技术有限公司 The distribution method and distribution system of resource of attending a banquet code
CN106407004B (en) * 2016-08-30 2019-08-09 山东天利和软件股份有限公司 A kind of task scheduling apparatus and dispatching method for remote centralized metering

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101005540A (en) * 2006-01-19 2007-07-25 北京讯鸟软件有限公司 Method for realizing sitting service level evaluation of calling center service
CN102457623A (en) * 2010-10-25 2012-05-16 中兴通讯股份有限公司 Method for monitoring seat in call center and call center
CN103416049A (en) * 2011-03-18 2013-11-27 富士通株式会社 Call evaluation device and call evaluation method
CN105554320A (en) * 2016-01-15 2016-05-04 上海携程商务有限公司 Monitoring method and system of telephone traffic of call centers

Also Published As

Publication number Publication date
CN108769435A (en) 2018-11-06

Similar Documents

Publication Publication Date Title
WO2019090998A1 (en) Data monitoring method and apparatus, computer device and storage medium
US7853006B1 (en) Systems and methods for scheduling call center agents using quality data and correlation-based discovery
CN109660380A (en) Monitoring method, platform, system and the readable storage medium storing program for executing of operation condition of server
US7864946B1 (en) Systems and methods for scheduling call center agents using quality data and correlation-based discovery
CN107392450B (en) Enterprise client marketing intelligent management system based on cloud computing
WO2019227624A1 (en) Monitoring method for call center, electronic apparatus, computer device and storage medium
JP5633826B2 (en) History management device, history management method, and history management program
US20110010219A1 (en) Method and system for determining adherence to a workflow
US20080222286A1 (en) Computer Usage Monitoring
US20150207936A1 (en) Complex recording trigger
US10346221B2 (en) Determining life-cycle of task flow performance for telecommunication service order
CN109669835A (en) MySQL database monitoring method, device, equipment and readable storage medium storing program for executing
US20130290213A1 (en) System and method for managing events for a facility
WO2019200759A1 (en) Agent information processing method and device, and computer readable storage medium
Ding et al. Fluid approximation of a call center model with redials and reconnects
WO2019196220A1 (en) Method for monitoring dialing task, electronic device and computer readable storage medium
WO2019085399A1 (en) Call control method, terminal and device, and computer-readable storage medium
CN114996085A (en) Prometheus-based real-time service monitoring method and system
US20100077042A1 (en) Method and system for managing one or more processes in a business center
CN110648105B (en) Recommendation method and device based on data processing, electronic equipment and storage medium
CN110633165B (en) Fault processing method, device, system server and computer readable storage medium
WO2019227622A1 (en) Task tracking method, apparatus, and device for call center, and storage medium
CN114371980A (en) Call link performance monitoring method and device, computer equipment and storage medium
CN111611123B (en) Data processing method, data processing system and equipment
US20100322408A1 (en) Data Store for Assessing Accuracy of Call Center Agent Service Time Estimates

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

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

Country of ref document: EP

Kind code of ref document: A1