WO2022065541A1 - Machine-learning-based blocked call detection system and control method thereof - Google Patents

Machine-learning-based blocked call detection system and control method thereof Download PDF

Info

Publication number
WO2022065541A1
WO2022065541A1 PCT/KR2020/012867 KR2020012867W WO2022065541A1 WO 2022065541 A1 WO2022065541 A1 WO 2022065541A1 KR 2020012867 W KR2020012867 W KR 2020012867W WO 2022065541 A1 WO2022065541 A1 WO 2022065541A1
Authority
WO
WIPO (PCT)
Prior art keywords
call
data
machine learning
basic
call quality
Prior art date
Application number
PCT/KR2020/012867
Other languages
French (fr)
Korean (ko)
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 주식회사 지니테크
Priority to PCT/KR2020/012867 priority Critical patent/WO2022065541A1/en
Publication of WO2022065541A1 publication Critical patent/WO2022065541A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/22Arrangements for supervision, monitoring or testing

Definitions

  • the present invention relates to a system for detecting a faulty call and a control method therefor, and more particularly, to a system for detecting a faulty call based on machine learning and a method for controlling the same.
  • the present invention has been devised to solve the above-mentioned problems of the prior art, and its object is to calculate appropriate statistical data based on collected call processing-related data, and to provide a system for detecting a faulty call through machine learning and a control method thereof will be.
  • a system for detecting a faulty call comprising: a data collecting unit for collecting basic call processing data including call quality per unit time for an individual call; a statistical data generator for generating a distribution map of call quality based on call quality per unit time included in the basic call processing data;
  • Each parameter of the artificial intelligence system is determined by performing machine learning using at least one piece of information included in the basic call processing data collected from the basic call processing data and the distribution of call quality generated by the statistical data generator as input values.
  • a machine learning processing unit and a determination unit that applies at least one of real-time call connection data and CDR (Call Detail Record) data to the artificial intelligence system to determine a faulty call.
  • a control method of a faulty call detection system comprising the steps of: collecting basic call processing data including call quality per unit time for an individual call; generating a distribution map of call quality based on call quality per unit time included in the basic call processing data; determining each parameter of an artificial intelligence system by performing machine learning using at least one piece of information included in the basic call processing data and a distribution of the generated call quality as input values; and applying at least one of real-time call connection data and call detail record (CDR) data to the artificial intelligence system to determine a faulty call.
  • CDR call detail record
  • FIG. 1 is a schematic configuration diagram of an entire system including a faulty call detection system according to an embodiment of the present invention
  • Figure 2 is a functional block diagram of the faulty call detection system of Figure 1;
  • 3 is a diagram showing an example of data that can be acquired in real time for an Internet call
  • FIG. 4 is a view showing an example of data in which statistical data generated by the faulty call detection system according to an embodiment of the present invention is additionally reflected in the data of FIG. 3;
  • FIG. 5 is a view showing an example of a call quality distribution in a graph form
  • FIG. 6 is a diagram showing the structure of CNN processing
  • FIG. 7 is a view showing a process in which data that can be acquired in real time for an Internet call is accumulated and stored and machine learning is performed based on the accumulated and stored data;
  • FIG. 8 is a diagram illustrating a process in which necessary data is accumulated in CDR data stored after a PSTN call is made, and machine learning is performed based on the accumulated data.
  • FIG. 1 A schematic configuration of the entire system including the faulty call detection system 100 according to an embodiment of the present invention is shown in FIG. 1 .
  • the calling terminal 300 is a terminal making a call to the other party
  • the called terminal 400 is a terminal receiving a call from the other party.
  • the call processing system 200 exists in the middle on the communication path between the calling terminal 300 and the called terminal 400, and the function of the call processing system 200 is to receive a call connection request from the calling terminal 300 and respond accordingly. It performs verification processing and call connection processing to the called terminal 400, and further performs a function of managing call connection and call-related information between the calling terminal 300 and the called terminal 400, that is, call processing data. do.
  • the process of storing outgoing, incoming, call connection and call processing data between the calling terminal 300, the called terminal 400, and the call processing system 200 corresponds to a known technique, and thus a more detailed description thereof will be omitted.
  • the faulty call detection system 100 communicates with the above-described call processing system 200 and performs a function of determining whether each call is a faulty call after a preset time elapses after a call connection time or a call connection is made. do.
  • a device for packet mirroring or port mirroring between the call processing system 200 and the faulty call detection system 100 may be further provided.
  • the faulty call detection system 100 performs a function of detecting whether a faulty call exists after performing machine learning.
  • FIG. 2 shows an example of a specific functional block of the faulty call detection system 100 .
  • the failure call detection system 100 includes a data collection unit 110 , a data normalization processing unit 130 , a statistical data generation unit 120 , a machine learning processing unit 140 , and a determination unit 150 . can be configured.
  • the data collection unit 110 collects basic call processing data related to each individual call.
  • the call processing data may be real-time data at the time when a call connection occurs, or may be a kind of call detail record (CDR) data stored after the call is terminated.
  • CDR call detail record
  • the basic call processing data collected by the data collection unit 110 may include call quality per unit time, and further include a caller identification number, called party identification number, call start time, call end time, or call time. .
  • the basic call processing data collected by the data collection unit 110 may include customer claim information corresponding to the call, which is information indicating whether there was a customer complaint or dissatisfaction related to the call quality of the call. .
  • the call quality per unit time means the call quality measured at a preset time interval. For example, if a call is made for 100 seconds and the preset time interval is 20 seconds, a total of five call quality is measured.
  • the call quality may correspond to at least one of LQ (Listening Quality), which is a value that does not consider delay occurring during a call, and CQ (Conversation Quality), which is a value that considers delay occurring during a call, such call quality measurement value or Since the measurement method itself corresponds to a known technique, a detailed description thereof will be omitted.
  • LQ Listening Quality
  • CQ Conversation Quality
  • call quality may be divided into uplink and downlink, respectively.
  • the call quality may be separately generated in another configuration according to the present embodiment, but in the present embodiment, it is assumed that the call quality is included in the basic call processing data as an example.
  • the caller identification number and the called party identification number may include identification numbers for devices located on a communication path as well as identification numbers for each call target terminal.
  • the caller identification number may include an identification number of the calling terminal 300 (eg, a phone number of the calling terminal 300) as well as identification numbers of devices corresponding to the calling party, and the called party identification number includes the called terminal ( 400) (for example, the phone number of the called terminal 400), as well as identification numbers of devices corresponding to the called party may be included.
  • the statistical data generator 120 performs a function of generating a distribution map of call quality based on call quality per unit time included in the basic call processing data.
  • the statistical data generating unit 120 selects a preset call quality section for each call quality per unit time included in the basic call processing data, and uses the ratio of each call quality section for the entire call to the distribution of call quality can create
  • the call quality section is divided into 5 levels: less than 30, between 30 and less than 50, between 50 and less than 70, between 70 and less than 90, and above 90.
  • the statistical data generating unit 120 determines to which section of these five steps the measured call quality per unit time (for example, a time preset to 100 ms, 1 s, 10 seconds, etc.) belongs, and measures over the entire call
  • a distribution map of call quality can be generated by determining the ratio belonging to each section for the call quality.
  • FIG. 3 shows an example of basic call processing data
  • FIG. 4 shows a state in which data related to the distribution of call quality is added using the basic call processing data. That is, in FIG. 4 , the data added in FIG. 3 is shown in shading.
  • 3 and 4 illustrate a logical structure of data, it does not necessarily correspond to a table included in a specific database, and at least some of the data may be stored or generated in a separate form in a memory or the like.
  • both the uplink and the downlink show the same distribution as an example, but the call quality distribution of the uplink and the downlink may be different depending on the communication environment.
  • the data normalization processing unit 130 sets at least one piece of information included in the basic call processing data collected by the data collection unit 110 and the distribution of call quality generated by the statistical data generation unit 120 to the same length according to a preset algorithm. It performs the function of performing normalization processing so that it becomes .
  • the data normalization processing unit 130 extracts or receives pre-stored call processing data and the generated call quality distribution map, and performs a function of performing normalization processing to have the same length according to a preset algorithm for each field.
  • the data normalization processing unit 130 may extract the call processing data when it is stored by itself, or may receive it from the external server 200 .
  • the data normalization processing unit 130 normalizes the call processing data and the call quality distribution for each field.
  • the normalization size for the outgoing phone field is 15 digits
  • the outgoing phone number included in the call processing data is In the case of '010-5555-1111', an additional '0' is inserted to align 15 digits to this, and it can be made in the form of '000001055551111'.
  • the data normalization processing unit 130 does not normalize only the extracted/received basic call processing data, but also normalizes the distribution of call quality generated by the statistical data generation unit 120. .
  • the machine learning processing unit 140 performs machine learning with at least one piece of information included in the basic call processing data collected from the basic call processing data and the distribution of call quality generated by the statistical data generating unit 120 as an input value. It performs the function of determining each parameter of the artificial intelligence system.
  • the machine learning processing unit 140 performs machine learning using the normalized basic call processing data and the normalized call quality distribution as input values to perform artificial intelligence.
  • Each parameter of the system can be determined.
  • the result may vary depending on the parameter value of each layer constituting the neural network configuration. It determines the value and performs the function to be reflected in the corresponding artificial intelligence system.
  • the machine learning processing unit 140 performs a unique function in processing machine learning, that is, after the data normalized by the data normalization processing unit 130 is formed into one-dimensional image data, the one-dimensional image data By performing machine learning by CNN (Convolutional Neural Network), each parameter of the CNN can be determined and reflected.
  • CNN Convolutional Neural Network
  • the data normalization processing unit 130 collects the outgoing IP (CALLER_IP), the incoming IP (CALLEE_IP), in response to the uplink.
  • CALLER_IP the outgoing IP
  • CALLEE_IP the incoming IP
  • the one-dimensional image refers to an image in which pixels are connected to each other only in one direction (eg, a horizontal direction) and pixels are not connected to each other in the other direction (eg, a vertical direction).
  • the machine learning processing unit 140 that has performed the one-dimensional image processing in this way determines and reflects each parameter of the CNN by performing machine learning on the one-dimensional image by the CNN.
  • a process of processing a one-dimensional image with n pixels by applying the CNN algorithm is shown in FIG. 6 .
  • the configuration of the neural network which is an AI (artificial intelligence) model, includes an input, a layer, a prediction result, a target, a loss function, and an optimizer.
  • the input means that the above-described real-time data or CDR data and data encoded in a normalized manner with respect to the call quality distribution are input.
  • a layer is a layer constituting a neural network, and can be modeled to be optimized for the Layer 1 Dimension CNN algorithm to be suitable for real-time data processing or CDR data and call quality distribution processing.
  • the loss function is an important component that defines the feedback signal to be used for learning. According to the deep learning guidelines, binary crossentropy for two class classification and categorical crossentropy for multiple class classification ), mean square error in the case of regression, and CTC (connection temporlclassification) in the case of a sequence, and since multiple classes exist, categorical crossentropy may be applied.
  • the optimizer is a component that determines the learning progress method, and determines the weight update of the neural network based on the loss function, and may apply stochastic gradient descent (SGD).
  • SGD stochastic gradient descent
  • the data that has been normalized is composed of a one-dimensional image array to enable CNN modeling, and an optimal value for the layer parameter can be derived by machine learning through iterative convolution operation on the image.
  • AI_LABEL information on whether or not a faulty call is determined is required for a kind of labeling, and the machine learning processing unit 140 determines a faulty call based on customer claim information included in the basic call processing data. can determine whether
  • the machine learning according to the present embodiment performs various layer parameters for determining a faulty call, and an expected result (Result Y' in FIG. 6 ) and a faulty call determination value (Target Y in FIG. 6 ) for data input during machine learning ), learning takes place in a direction in which the prediction difference gradually decreases. In other words, if there is a customer claim, it is determined as a faulty call.
  • the machine learning processing unit 140 may be based on a ratio (hereinafter, referred to as a 'low quality ratio') that is less than or equal to a preset reference quality among call quality per unit time for a failure call determination value necessary for performing machine learning.
  • a ratio hereinafter, referred to as a 'low quality ratio'
  • the call quality value is stored at 20 second intervals for a call made for 10 minutes, and the percentage of call quality that is less than or equal to a preset value (eg 50 points) based on 100 points is 15% or more A call can be judged as a disability call.
  • a preset value eg 50 points
  • the machine learning processing unit 140 may determine the failure call determination by combining the above-described customer claim information and the low quality ratio.
  • the failure call determination can be determined by combining the low quality ratio and the scores assigned to each of the high, middle, and bottom at a preset ratio.
  • the determination unit 150 performs a function of determining a faulty call by applying at least one of real-time call connection data and call detail record (CDR) data to the artificial intelligence system.
  • CDR call detail record
  • the determination unit 150 transmits real-time call connection data or CDR data as an input value to the corresponding artificial intelligence system to determine whether a faulty call exists.
  • the determination unit 150 may classify and process the processing according to the call connection method. If the call connection is a connection through the Internet, after extracting real-time call connection data, the corresponding call connection data is applied to the artificial intelligence system to apply the faulty call , and if the call connection is through a Public Switched Telephone Network (PSTN), the error call can be determined by applying the CDR information stored after the call connection is terminated to the AI system.
  • PSTN Public Switched Telephone Network
  • FIGS. 7 and 8 the overall processing method according to the call connection method is illustrated in FIGS. 7 and 8 .
  • FIG. 7 shows a processing process when a SIP call is generated through the Internet.
  • the failure call detection system 100 extracts real-time call-related information from the real-time extraction module of the real-time data extraction block to detect AI It is transmitted to the block, and the AI detection block detects a fault signal by applying it to a pre-established AI model (that is, corresponds to an artificial intelligence system in which the above-described parameters are determined and reflected), as well as machine learning processing for the corresponding real-time data.
  • a pre-established AI model that is, corresponds to an artificial intelligence system in which the above-described parameters are determined and reflected
  • Such machine learning processing means updating the parameters of the artificial intelligence system, and accordingly, it is possible to continuously track and manage even when the faulty call pattern is changed.
  • FIG. 8 illustrates a processing process when a call is generated through the PSTN.
  • the CDR collection block of the failure call detection system 100 periodically collects the CDR data accumulated and stored after the PSTN call is generated, and transmits it to the AI detection block.
  • the CDR data is previously built It is applied to the AI model that has been used to detect faulty calls and additionally performs machine learning processing on the CDR data.
  • the process of performing each of the above-described embodiments may be performed by a program or application stored in a predetermined recording medium (eg, computer-readable).
  • the recording medium includes an electronic recording medium such as a random access memory (RAM), a magnetic recording medium such as a hard disk, and an optical recording medium such as a compact disk (CD).
  • RAM random access memory
  • CD compact disk
  • the program stored in the recording medium may be executed on hardware such as a computer or smart phone to perform each of the above-described embodiments.
  • at least one of the functional blocks of the fault call detection system 100 according to the present invention described above may be implemented by such a program or application.
  • the above-described embodiment mainly describes the case in which a call is connected, it goes without saying that a case in which the call is not properly connected and fails may be included.
  • the call quality information per unit time may be filled with blanks.
  • the present invention it is possible not only to increase the accuracy of detecting a faulty call, but also to make it possible to detect a faulty call even when the faulty call pattern is changed by automation through machine learning for the faulty call pattern.
  • the accuracy of the artificial intelligence module can be improved by performing machine learning based on the failure call determination in consideration of the customer claim information and the low quality ratio at the same time.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Evolutionary Computation (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Health & Medical Sciences (AREA)
  • Signal Processing (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Telephonic Communication Services (AREA)

Abstract

Disclosed are a machine-learning-based blocked call detection system and a control method thereof. A control method of a blocked call detection system according to the present invention comprises the steps of: collecting basic call processing data, including call quality per unit time, about individual calls; generating a distribution plot of call quality on the basis of the call quality per unit time included in the basic call processing data; determining each parameter of an artificial intelligence system by performing machine-learning using, as input values, the generated distribution plot of the call quality and at least one piece of information included in the basic call processing data; and applying at least one among real-time call connection data or CDR data to the artificial intelligent system to determine blocked calls.

Description

기계 학습에 기반한 장애호 검출 시스템 및 그 제어방법Failure call detection system based on machine learning and its control method
본 발명은 장애호 검출 시스템 및 그 제어방법에 관한 것으로, 보다 상세하게는 기계 학습에 기반한 장애호 검출 시스템 및 그 제어방법에 관한 것이다.The present invention relates to a system for detecting a faulty call and a control method therefor, and more particularly, to a system for detecting a faulty call based on machine learning and a method for controlling the same.
최근 통신 기술의 발전과 더불어 유선, 인터넷 전화, 무선 전화 등이 널리 이용되고 있는데, 급격한 통신 환경의 변화로 인해 적절한 장비 증설이 이루어지지 않거나 기타 다양한 이유로 인해 통신 서비스 이용자들(고객들)로부터 통화 품질과 관련한 불만이 많이 제기되고 있다.With the recent development of communication technology, wired, internet, and wireless telephones are widely used. However, due to the rapid change in the communication environment, proper equipment expansion is not made or due to various other reasons, communication service users (customers) have reduced call quality and There are many complaints about this.
그런데 종래에는 통화 품질이 떨어지는 상태 즉, 장애호를 검출함에 있어서 통신 서비스 제공업체의 운영자에 의해 수작업에 의존하고 있는 실정이다.However, in the prior art, when the call quality is poor, that is, in detecting a faulty call, the operator of the communication service provider relies on manual operation.
장애호가 발견되는 경우 이를 신속하게 파악하고 해결하는 것이 더 많은 고객을 유치하고 고객 충성도를 높이는데 기여하는 것임에도 불구하고, 운영자에 의한 수작업은 신속하지도 않을 뿐만 아니라 정확하지도 않다는 문제점이 있다.Although identifying and resolving problems quickly when they are found contributes to attracting more customers and increasing customer loyalty, there is a problem in that manual operation by the operator is neither quick nor accurate.
즉, 호가 연결되어 통화가 이루어진 중간에는 수없이 많은 통신 환경 변화가 발생하고 그에 따라 매 순간 통화 품질이 변하게 되는데, 이러한 다양한 경우에 대해 단순히 개별 호 마다 생성되는 기존의 CDR(Call Detail Record)에 대한 수동 분석만으로는 장애호 여부에 대한 판정이 부정확할 수밖에 없다.In other words, countless changes in the communication environment occur in the middle of a call being connected and the call quality changes at every moment. Manual analysis alone is inevitably inaccurate in determining whether a call is faulty.
(선행특허문헌) 한국공개특허 제10-2009-0008948호(Prior Patent Literature) Korean Patent Publication No. 10-2009-0008948
본 발명은 상기한 종래의 문제점을 해결하기 위해 안출된 것으로서, 그 목적은 수집된 호 처리 관련 데이터를 기초로 적절한 통계 데이터를 산출하고 기계 학습을 통해 장애호를 검출하는 시스템 및 그 제어방법을 제공하는 것이다. The present invention has been devised to solve the above-mentioned problems of the prior art, and its object is to calculate appropriate statistical data based on collected call processing-related data, and to provide a system for detecting a faulty call through machine learning and a control method thereof will be.
상기한 목적을 달성하기 위해 본 발명에 따른 장애호 검출 시스템은, 개별 호에 대하여 단위 시간당 통화 품질을 포함하는 기본 호 처리 데이터를 수집하는 데이터 수집부와; 상기 기본 호 처리 데이터에 포함된 단위 시간당 통화 품질에 기초하여 통화 품질의 분포도를 생성하는 통계 데이터 생성부와; 상기 기본 호 처리 데이터에서 수집한 기본 호 처리 데이터에 포함된 적어도 하나의 정보와 상기 통계 데이터 생성부에서 생성한 통화 품질의 분포도를 입력값으로 하는 기계 학습을 수행하여 인공지능 시스템의 각 파라미터를 결정하는 기계 학습 처리부와; 실시간 호 연결 데이터와 CDR(Call Detail Record) 데이터 중 적어도 어느 하나를 상기 인공지능 시스템에 적용시켜 장애호를 판단하는 판단부를 포함하여 구성된다.In order to achieve the above object, there is provided a system for detecting a faulty call according to the present invention, comprising: a data collecting unit for collecting basic call processing data including call quality per unit time for an individual call; a statistical data generator for generating a distribution map of call quality based on call quality per unit time included in the basic call processing data; Each parameter of the artificial intelligence system is determined by performing machine learning using at least one piece of information included in the basic call processing data collected from the basic call processing data and the distribution of call quality generated by the statistical data generator as input values. a machine learning processing unit; and a determination unit that applies at least one of real-time call connection data and CDR (Call Detail Record) data to the artificial intelligence system to determine a faulty call.
또, 상기한 목적을 달성하기 위해 본 발명에 따른 장애호 검출 시스템의 제어방법은, 개별 호에 대하여 단위 시간당 통화 품질을 포함하는 기본 호 처리 데이터를 수집하는 단계와; 상기 기본 호 처리 데이터에 포함된 단위 시간당 통화 품질에 기초하여 통화 품질의 분포도를 생성하는 단계와; 상기 기본 호 처리 데이터에 포함된 적어도 하나의 정보와 상기 생성된 통화 품질의 분포도를 입력값으로 하는 기계 학습을 수행하여 인공지능 시스템의 각 파라미터를 결정하는 단계와; 실시간 호 연결 데이터와 CDR(Call Detail Record) 데이터 중 적어도 어느 하나를 상기 인공지능 시스템에 적용시켜 장애호를 판단하는 단계를 포함하여 이루어진다.In addition, in order to achieve the above object, there is provided a control method of a faulty call detection system according to the present invention, comprising the steps of: collecting basic call processing data including call quality per unit time for an individual call; generating a distribution map of call quality based on call quality per unit time included in the basic call processing data; determining each parameter of an artificial intelligence system by performing machine learning using at least one piece of information included in the basic call processing data and a distribution of the generated call quality as input values; and applying at least one of real-time call connection data and call detail record (CDR) data to the artificial intelligence system to determine a faulty call.
도 1은 본 발명의 일 실시예에 따른 장애호 검출 시스템을 포함하는 전체 시스템의 개략 구성도,1 is a schematic configuration diagram of an entire system including a faulty call detection system according to an embodiment of the present invention;
도 2는 도 1의 장애호 검출 시스템의 기능 블록도,Figure 2 is a functional block diagram of the faulty call detection system of Figure 1;
도 3은 인터넷 통화에 대해 실시간 획득 가능한 데이터의 일 예를 나타낸 도면,3 is a diagram showing an example of data that can be acquired in real time for an Internet call;
도 4는 도 3의 데이터에 본 발명의 일 실시예에 따른 장애호 검출 시스템이 생성한 통계 데이터가 추가로 반영된 데이터의 일 예를 나타낸 도면,4 is a view showing an example of data in which statistical data generated by the faulty call detection system according to an embodiment of the present invention is additionally reflected in the data of FIG. 3;
도 5는 통화 품질 분포도를 그래프 형태로 나타낸 일 예를 나타낸 도면,5 is a view showing an example of a call quality distribution in a graph form;
도 6은 CNN 처리 구조를 나타낸 도면,6 is a diagram showing the structure of CNN processing;
도 7은 인터넷 통화에 대해 실시간 획득 가능한 데이터를 누적 저장하고 이렇게 누적 저장된 데이터에 기초하여 기계 학습이 이루어지는 과정을 나타낸 도면,7 is a view showing a process in which data that can be acquired in real time for an Internet call is accumulated and stored and machine learning is performed based on the accumulated and stored data;
도 8은 PSTN 통화가 이루어진 후 저장되는 CDR 데이터에서 필요한 데이터를 누적 저장하고 이렇게 누적 저장된 데이터에 기초하여 기계 학습이 이루어지는 과정을 나타낸 도면이다.8 is a diagram illustrating a process in which necessary data is accumulated in CDR data stored after a PSTN call is made, and machine learning is performed based on the accumulated data.
이하에서는 첨부도면을 참조하여 본 발명에 대해 상세히 설명한다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.
편의상 청구 범위의 일부 청구항에는 '(a)'와 같은 알파벳을 포함시켰으나, 이러한 알파벳이 각 단계의 순서를 규정하는 것은 아니다.For convenience, some claims of the claims include alphabets such as '(a)', but these alphabets do not define the order of each step.
본 발명의 일 실시예에 따른 장애호 검출 시스템(100)을 포함하는 전체 시스템의 개략 구성은 도 1에 도시된 바와 같다.A schematic configuration of the entire system including the faulty call detection system 100 according to an embodiment of the present invention is shown in FIG. 1 .
동 도면에서 발신 단말기(300)는 전화를 상대방에게 거는 단말기이고, 착신 단말기(400)는 상대방으로부터 걸려온 전화를 받는 단말기이다.In the drawing, the calling terminal 300 is a terminal making a call to the other party, and the called terminal 400 is a terminal receiving a call from the other party.
이처럼 발신 단말기(300)와 착신 단말기(400)의 통신 경로 상의 중간에는 호 처리 시스템(200)이 존재하는데, 호 처리 시스템(200)의 기능은 발신 단말기(300)의 호 연결 요청을 수신하여 이에 대한 검증 처리 및 착신 단말기(400)로의 호 연결 처리를 수행하고, 더 나아가 발신 단말기(300)와 착신 단말기(400) 간의 호 연결 및 통화와 관련된 정보, 즉, 호 처리 데이터를 관리하는 기능을 수행한다.As such, the call processing system 200 exists in the middle on the communication path between the calling terminal 300 and the called terminal 400, and the function of the call processing system 200 is to receive a call connection request from the calling terminal 300 and respond accordingly. It performs verification processing and call connection processing to the called terminal 400, and further performs a function of managing call connection and call-related information between the calling terminal 300 and the called terminal 400, that is, call processing data. do.
이처럼 발신 단말기(300), 착신 단말기(400), 호 처리 시스템(200) 간에 발신, 착신, 호 연결 및 호 처리 데이터가 저장되는 과정은 기 공지된 기술에 해당하므로 보다 상세한 설명은 생략한다.As such, the process of storing outgoing, incoming, call connection and call processing data between the calling terminal 300, the called terminal 400, and the call processing system 200 corresponds to a known technique, and thus a more detailed description thereof will be omitted.
한편, 장애호 검출 시스템(100)은 상술한 호 처리 시스템(200)과 통신하여 호 연결 시점 또는 호 연결이 이루어지고 나서 기 설정된 시간이 경과한 후에 각 호에 대해 장애호인지 여부를 판단하는 기능을 수행한다.On the other hand, the faulty call detection system 100 communicates with the above-described call processing system 200 and performs a function of determining whether each call is a faulty call after a preset time elapses after a call connection time or a call connection is made. do.
특히, 실시간 장애호 검출을 위해서는 호 처리 시스템(200)과 장애호 검출 시스템(100) 간 패킷 미러링 또는 포트 미러링을 위한 장치가 더 구비될 수 있는데, 이 역시 공지된 기술에 해당하므로 보다 상세한 설명은 생략한다.In particular, for real-time faulty call detection, a device for packet mirroring or port mirroring between the call processing system 200 and the faulty call detection system 100 may be further provided. .
특히 장애호 검출 시스템(100)은 기계 학습을 수행한 이후, 장애호 여부를 검출하는 기능을 수행한다.In particular, the faulty call detection system 100 performs a function of detecting whether a faulty call exists after performing machine learning.
도 2에는 이러한 장애호 검출 시스템(100)의 구체적인 기능 블록의 일 예를 도시하였다.FIG. 2 shows an example of a specific functional block of the faulty call detection system 100 .
동 도면에 도시된 바와 같이 장애호 검출 시스템(100)은 데이터 수집부(110), 데이터 정규화 처리부(130), 통계 데이터 생성부(120), 기계 학습 처리부(140), 판단부(150)를 포함하여 구성될 수 있다.As shown in the figure, the failure call detection system 100 includes a data collection unit 110 , a data normalization processing unit 130 , a statistical data generation unit 120 , a machine learning processing unit 140 , and a determination unit 150 . can be configured.
우선 데이터 수집부(110)는 각 개별 호와 관련된 기본 호 처리 데이터를 수집하는 기능을 수행한다.First, the data collection unit 110 collects basic call processing data related to each individual call.
여기서 호 처리 데이터는 호 연결이 발생한 시점의 실시간 데이터일 수도 있고, 또는 호가 종료된 이후 저장된 일종의 CDR(Call Detail Record) 데이터일 수도 있다.Here, the call processing data may be real-time data at the time when a call connection occurs, or may be a kind of call detail record (CDR) data stored after the call is terminated.
특히, 데이터 수집부(110)가 수집하는 기본 호 처리 데이터에는 단위 시간당 통화 품질이 포함될 수 있고, 더 나아가 발신자 식별번호, 착신자 식별번호, 호 시작 시간, 호 종료 시간 또는 통화 시간 등이 포함될 수 있다.In particular, the basic call processing data collected by the data collection unit 110 may include call quality per unit time, and further include a caller identification number, called party identification number, call start time, call end time, or call time. .
뿐만 아니라 이러한 데이터 수집부(110)가 수집하는 기본 호 처리 데이터에는 해당 호에 대응되는 고객 클레임 정보가 포함될 수 있는데, 이는 해당 호의 통화 품질과 관련된 고객의 항의 또는 불만 표시가 있었는지를 나타내는 정보이다.In addition, the basic call processing data collected by the data collection unit 110 may include customer claim information corresponding to the call, which is information indicating whether there was a customer complaint or dissatisfaction related to the call quality of the call. .
여기서 단위 시간당 통화 품질은 기 설정된 시간 간격으로 측정한 통화 품질을 의미하고, 예를 들어 100초 동안 통화를 하였고, 기 설정된 시간 간격이 20초라면, 총 5 개의 통화 품질이 측정되게 된다.Here, the call quality per unit time means the call quality measured at a preset time interval. For example, if a call is made for 100 seconds and the preset time interval is 20 seconds, a total of five call quality is measured.
여기서 통화 품질은 통화 중 발생하는 딜레이를 고려하지 않은 값인 LQ(Listening Quality), 통화 중 발생하는 딜레이를 고려하는 값인 CQ(Conversation Quality) 중 적어도 어느 하나에 해당할 수 있고, 이러한 통화 품질 측정 값 또는 그 측정 방식 그 자체는 공지된 기술에 해당하므로 보다 상세한 설명은 생략한다.Here, the call quality may correspond to at least one of LQ (Listening Quality), which is a value that does not consider delay occurring during a call, and CQ (Conversation Quality), which is a value that considers delay occurring during a call, such call quality measurement value or Since the measurement method itself corresponds to a known technique, a detailed description thereof will be omitted.
다만, 본 실시예에서 통화 품질은 업링크와 다운링크 각각 구분된 것일 수 있다.However, in the present embodiment, call quality may be divided into uplink and downlink, respectively.
물론 이러한 통화 품질은 본 실시예에 따른 다른 구성에서 별도로 생성하는 것일 수도 있지만, 본 실시예에서는 기본 호 처리 데이터에 포함되는 것을 일 예로 한다.Of course, the call quality may be separately generated in another configuration according to the present embodiment, but in the present embodiment, it is assumed that the call quality is included in the basic call processing data as an example.
또한 발신자 식별번호와 착신자 식별번호에는 각 통화 대상 단말기에 대한 식별번호 뿐만 아니라 통신 경로상에 위치한 장치들에 대한 식별번호도 포함될 수 있다.In addition, the caller identification number and the called party identification number may include identification numbers for devices located on a communication path as well as identification numbers for each call target terminal.
즉, 발신자 식별번호에는 발신 단말기(300)의 식별번호(일 예로 발신 단말기(300) 전화번호)는 물론이고, 발신자측에 해당하는 장치들의 식별번호도 포함될 수 있고, 착신자 식별번호에는 착신 단말기(400)의 식별번호(일 예로 착신 단말기(400)의 전화번호)는 물론이고, 착신자측에 해당하는 장치들의 식별번호도 포함될 수 있다.That is, the caller identification number may include an identification number of the calling terminal 300 (eg, a phone number of the calling terminal 300) as well as identification numbers of devices corresponding to the calling party, and the called party identification number includes the called terminal ( 400) (for example, the phone number of the called terminal 400), as well as identification numbers of devices corresponding to the called party may be included.
이에 따라 동일한 통화 품질이라도 각 통신 경로가 달라지는 경우 고객이 느끼는 정도가 다른 경우까지 포함하여 기계 학습이 이루어지도록 할 수 있다.Accordingly, even with the same call quality, when each communication path is different, machine learning can be performed including a case where the customer feels different.
통계 데이터 생성부(120)는 기본 호 처리 데이터에 포함된 단위 시간당 통화 품질에 기초하여 통화 품질의 분포도를 생성하는 기능을 수행한다.The statistical data generator 120 performs a function of generating a distribution map of call quality based on call quality per unit time included in the basic call processing data.
구체적으로 통계 데이터 생성부(120)는 기본 호 처리 데이터에 포함된 단위 시간당 통화 품질 각각에 대해 기 설정된 통화 품질 구간을 선정하고, 해당 호 전체에 대하여 통화 품질 구간별 비율을 이용하여 통화 품질의 분포도를 생성할 수 있다.Specifically, the statistical data generating unit 120 selects a preset call quality section for each call quality per unit time included in the basic call processing data, and uses the ratio of each call quality section for the entire call to the distribution of call quality can create
예를 들어 통화 품질 100을 기준으로 하였을 때, 통화 품질 구간을 30미만, 30이상에서 50미만 사이, 50이상에서 70미만 사이, 70이상에서 90미만 사이, 90이상으로 총 5 단계로 구분한 경우, 통계 데이터 생성부(120)는 단위 시간(예를 들어 100ms, 1s, 10초 등으로 미리 설정된 시간) 마다 측정된 통화 품질이 이러한 5단계 중에 어느 구간에 속하는지 판단하고, 통화 전체에 걸쳐서 측정된 통화 품질들에 대해 각 구간에 속한 비율을 판단함으로써 통화 품질의 분포도를 생성할 수 있다.For example, based on call quality 100, the call quality section is divided into 5 levels: less than 30, between 30 and less than 50, between 50 and less than 70, between 70 and less than 90, and above 90. , the statistical data generating unit 120 determines to which section of these five steps the measured call quality per unit time (for example, a time preset to 100 ms, 1 s, 10 seconds, etc.) belongs, and measures over the entire call A distribution map of call quality can be generated by determining the ratio belonging to each section for the call quality.
도 3에는 기본 호 처리 데이터의 일 예가 나타나 있고, 도 4에는 이러한 기본 호 처리 데이터를 이용하여 통화 품질의 분포도와 관련된 데이터가 추가된 상태가 나타나 있다. 즉, 도 4에는 도 3에서 추가된 데이터에 대해 음영처리로 나타내었다.3 shows an example of basic call processing data, and FIG. 4 shows a state in which data related to the distribution of call quality is added using the basic call processing data. That is, in FIG. 4 , the data added in FIG. 3 is shown in shading.
도 3 및 도 4는 데이터들이 논리적 구조를 나타낸 것으로서, 반드시 특정 데이터베이스에 포함된 테이블에 해당되는 것은 아니고, 적어도 일부가 메모리 등에 별도의 형태로 저장 또는 생성된 것일 수도 있다.3 and 4 illustrate a logical structure of data, it does not necessarily correspond to a table included in a specific database, and at least some of the data may be stored or generated in a separate form in a memory or the like.
그리고 도 5에는 업링크와 다운링크 각각에 대한 통화 품질 분포도가 그래픽 형태로 나타나 있다.In addition, in FIG. 5, the call quality distribution for each of the uplink and the downlink is shown in graphic form.
도 5를 참조하면 업링크 및 다운링크의 경우 수집된 단위 시간당 전체 통화 품질 중에서 30미만인 경우가 11.11%이고, 30이상에서 50미만인 경우도 11.11%이며, 50이상에서 70미만인 경우가 0%이고, 70이상에서 90미만인 경우가 44.44%이며, 90이상인 경우가 33.33%임을 알 수 있다.5, in the case of uplink and downlink, the case of less than 30 among the total call quality per unit time collected is 11.11%, the case of 30 or more to less than 50 is 11.11%, and the case of 50 or more to less than 70 is 0%, It can be seen that 44.44% of the cases were 70 or more and less than 90, and 33.33% of the cases were 90 or more.
도 5에는 업링크와 다운링크가 모두 동일한 분포도를 보이는 것을 일 예로 하였으나, 업링크와 다운링크의 통화 품질 분포도가 통신 환경에 따라 서로 달라질 수도 있다.In FIG. 5, both the uplink and the downlink show the same distribution as an example, but the call quality distribution of the uplink and the downlink may be different depending on the communication environment.
데이터 정규화 처리부(130)는 데이터 수집부(110)에서 수집하는 기본 호 처리 데이터에 포함된 적어도 하나의 정보와 통계 데이터 생성부(120)에서 생성한 통화 품질의 분포도를 기 설정된 알고리즘에 따라 동일한 길이가 되도록 정규화 처리를 수행하는 기능을 수행한다.The data normalization processing unit 130 sets at least one piece of information included in the basic call processing data collected by the data collection unit 110 and the distribution of call quality generated by the statistical data generation unit 120 to the same length according to a preset algorithm. It performs the function of performing normalization processing so that it becomes .
예를 들어 데이터 정규화 처리부(130)는 기 저장된 호 처리 데이터와 생성된 통화 품질 분포도를 추출 또는 수신하여 필드별로 기 설정된 알고리즘에 따라 동일한 길이가 되도록 정규화 처리를 수행하는 기능을 수행한다.For example, the data normalization processing unit 130 extracts or receives pre-stored call processing data and the generated call quality distribution map, and performs a function of performing normalization processing to have the same length according to a preset algorithm for each field.
여기서, 데이터 정규화 처리부(130)는 이러한 호 처리 데이터가 자체 저장되어 있는 경우 이를 추출할 수도 있고, 또는 외부의 서버(200)로부터 수신할 수도 있다.Here, the data normalization processing unit 130 may extract the call processing data when it is stored by itself, or may receive it from the external server 200 .
특히, 데이터 정규화 처리부(130)는 호 처리 데이터 및 통화 품질 분포도를 필드별로 정규화 처리를 수행하는데, 예를 들어 발신 전화 필드에 대한 정규화 크기가 15자리이고, 호 처리 데이터에 포함된 발신 전화번호가 '010-5555-1111'인 경우, 이에 대해 15자리를 맞추기 위해 추가로 '0'을 삽입하여 '000001055551111'과 같은 형태로 만들 수 있다.In particular, the data normalization processing unit 130 normalizes the call processing data and the call quality distribution for each field. For example, the normalization size for the outgoing phone field is 15 digits, and the outgoing phone number included in the call processing data is In the case of '010-5555-1111', an additional '0' is inserted to align 15 digits to this, and it can be made in the form of '000001055551111'.
특히 상술한 바와 같이 데이터 정규화 처리부(130)는 추출/수신된 기본 호 처리 데이터만을 정규화 처리하는 것이 아니라, 통계 데이터 생성부(120)에서 생성된 통화 품질의 분포도 역시 정규화 처리를 수행할 수 있는 것이다.In particular, as described above, the data normalization processing unit 130 does not normalize only the extracted/received basic call processing data, but also normalizes the distribution of call quality generated by the statistical data generation unit 120. .
기계 학습 처리부(140)는 기본 호 처리 데이터에서 수집한 기본 호 처리 데이터에 포함된 적어도 하나의 정보와 통계 데이터 생성부(120)에서 생성한 통화 품질의 분포도를 입력값으로 하는 기계 학습을 수행하여 인공지능 시스템의 각 파라미터를 결정하는 기능을 수행한다.The machine learning processing unit 140 performs machine learning with at least one piece of information included in the basic call processing data collected from the basic call processing data and the distribution of call quality generated by the statistical data generating unit 120 as an input value. It performs the function of determining each parameter of the artificial intelligence system.
특히 앞서 설명한 바와 같이 정규화 처리부에 의한 각 필드별 정규화 처리가 된 경우, 기계 학습 처리부(140)는 정규화된 기본 호 처리 데이터 및 정규화된 통화 품질의 분포도를 입력값으로 하는 기계 학습을 수행하여 인공지능 시스템의 각 파라미터를 결정할 수 있다.In particular, when the normalization processing for each field is performed by the normalization processing unit as described above, the machine learning processing unit 140 performs machine learning using the normalized basic call processing data and the normalized call quality distribution as input values to perform artificial intelligence. Each parameter of the system can be determined.
즉, 인공지능 시스템 특히, 머신 러닝의 일종인 딥 러닝의 경우에는 신경망 구성을 이루는 각 레이어의 파라미터 값에 의해 그 결과가 달라질 수 있는데, 기계 학습 처리부(140)는 기계 학습을 통해 각 레이어의 파라미터 값을 결정하고 해당 인공지능 시스템에 반영되도록 하는 기능을 수행하는 것이다.That is, in the case of an artificial intelligence system, particularly, deep learning, which is a type of machine learning, the result may vary depending on the parameter value of each layer constituting the neural network configuration. It determines the value and performs the function to be reflected in the corresponding artificial intelligence system.
머신 러닝의 과정이 이처럼 인공 지능 시스템의 각 레이어에 있어서의 파라미터 값(일 예로 행렬 값)을 산출하는 과정에 해당하는 것 그 자체는 공지된 기술에 해당하므로 보다 상세한 설명은 생략한다.Since the process of machine learning corresponds to the process of calculating parameter values (eg, matrix values) in each layer of the artificial intelligence system, itself corresponds to a well-known technology, and thus a more detailed description will be omitted.
기계 학습 처리부(140)는 기계 학습을 처리함에 있어서 특유의 기능을 수행하는데, 즉, 데이터 정규화 처리부(130)에 의해 정규화된 데이터를 1차원 이미지 데이터로 형성한 후, 해당 1차원 이미지 데이터에 대해 CNN(Convolutional Neural Network)에 의한 기계 학습을 수행하여 그 CNN의 각 파라미터를 결정하여 반영되도록 할 수 있다.The machine learning processing unit 140 performs a unique function in processing machine learning, that is, after the data normalized by the data normalization processing unit 130 is formed into one-dimensional image data, the one-dimensional image data By performing machine learning by CNN (Convolutional Neural Network), each parameter of the CNN can be determined and reflected.
1차원 이미지로 형성하는 과정에 대해, 도 4의 데이터 중 일부를 이용하는 경우를 일 예로 설명하면, 데이터 정규화 처리부(130)는 발신 아이피(CALLER_IP), 착신 아이피(CALLEE_IP), 업링크에 대응하여 수집된 단위 시간당 전체 통화 품질 중에서 30미만, 30이상에서 50미만, 50이상에서 70미만, 70이상에서 90미만인 경우, 90이상인 경우, 다운링크에 대응하여 수집된 단위 시간당 전체 통화 품질 중에서 30미만인 경우, 30이상에서 50미만인 경우, 50이상에서 70미만인 경우, 70이상에서 90미만인 경우, 90이상인 경우가 순서대로 각각 '121.111.0.1', '212.0.0.112', '11.11', '11.11', '0', '44.44', '33.33', '11.11', '11.11', '0', '44.44', '33.33'인 경우, 이에 대해 각각 정규화 데이터를 '121111000001', '212000000112', '1111', '1111', '0000', '4444', '3333', '1111', '1111', '0000', '4444', '3333'과 같이 생성한 후, 이렇게 정규화 된 데이터를 일렬로 나란히 붙인 데이터 '1211110000012120000001121111111100004444333311111111000044443333'을 생성하고, 이를 1차원 이미지 데이터화 하는 것이다.For the process of forming a one-dimensional image, if some of the data of FIG. 4 is used as an example, the data normalization processing unit 130 collects the outgoing IP (CALLER_IP), the incoming IP (CALLEE_IP), in response to the uplink. If it is less than 30, from 30 to less than 50, from 50 to less than 70, from 70 to less than 90, from 90 or more among the total call quality per unit time, it is less than 30 out of the total call quality per unit time collected in response to the downlink, 30 or more and less than 50, 50 or more and less than 70, 70 or more and less than 90, and 90 or more, respectively '121.111.0.1', '212.0.0.112', '11.11', '11.11', '0', respectively ', '44.44', '33.33', '11.11', '11.11', '0', '44.44', and '33.33' After creating '1111', '0000', '4444', '3333', '1111', '1111', '0000', '4444', '3333' Data '1211110000012120000001121111111100004444333311111111000044443333' is created and this is converted into one-dimensional image data.
여기서 1차원 이미지라 함은, 한쪽 방향(일 예로, 가로 방향)으로만 픽셀이 서로 연결되고, 다른 쪽 방향(일 예로, 세로 방향)으로는 픽셀이 연결되지 않는 이미지를 의미한다.Here, the one-dimensional image refers to an image in which pixels are connected to each other only in one direction (eg, a horizontal direction) and pixels are not connected to each other in the other direction (eg, a vertical direction).
이렇게 1차원 이미지화 처리를 수행한 기계 학습 처리부(140)는 해당 1차원 이미지를 CNN에 의한 기계 학습을 수행하여 CNN의 각 파라미터를 결정하여 반영시키게 된다.The machine learning processing unit 140 that has performed the one-dimensional image processing in this way determines and reflects each parameter of the CNN by performing machine learning on the one-dimensional image by the CNN.
n 픽셀을 가진 1차원 이미지를 CNN 알고리즘에 적용하여 처리하는 과정이 도 6에 도시되었다.A process of processing a one-dimensional image with n pixels by applying the CNN algorithm is shown in FIG. 6 .
도 6을 참조하면, AI(인공지능) 모델인 신경망의 구성은 입력(Input), 층(Layer), 예측(Predict Result), 실제값(Target), 손실함수(Loss Function), 옵티마이저(Optimizer)로 구성될 수 있는데, 여기서 입력(Input)은 앞서 설명한 실시간 데이터 또는 CDR데이터와 통화 품질 분포도에 대해 정규화 방식으로 인코딩된 데이터가 입력되는 것을 의미한다.Referring to FIG. 6 , the configuration of the neural network, which is an AI (artificial intelligence) model, includes an input, a layer, a prediction result, a target, a loss function, and an optimizer. ), where the input means that the above-described real-time data or CDR data and data encoded in a normalized manner with respect to the call quality distribution are input.
또한, 층(Layer)은 신경망을 구성하는 층으로, 실시간 데이터처리 또는 CDR 데이터와 통화 품질 분포도 처리에 적합하도록 Layer 1 Dimension CNN 알고리즘에 최적화하도록 모델링 될 수 있다.In addition, a layer is a layer constituting a neural network, and can be modeled to be optimized for the Layer 1 Dimension CNN algorithm to be suitable for real-time data processing or CDR data and call quality distribution processing.
손실함수(Loss Function)는 학습에 사용할 피드백 신호를 정의하는 중요 구성요소로 deep learning 지침에 의해 2개의 클래스 분류의 경우 이진 크로스 엔트로피(Binary Crossentropy), 여러 클래스 분류의 경우 범주형 크로스 엔트로피(Categorical Crossentropy), 회귀의 경우 평균 제곱 오차, 시퀀스의 경우 CTC(connection TemporlClassification)를 적용하며, 다중 클래스가 존재하므로 주형 크로스 엔트로피(Categorical Crossentropy) 적용이 이루어진 것일 수 있다.The loss function is an important component that defines the feedback signal to be used for learning. According to the deep learning guidelines, binary crossentropy for two class classification and categorical crossentropy for multiple class classification ), mean square error in the case of regression, and CTC (connection temporlclassification) in the case of a sequence, and since multiple classes exist, categorical crossentropy may be applied.
옵티마이저(Optimizer)는 학습 진행 방식을 결정하는 구성요소로 손실함수를 기반으로 신경망의 가중치 update를 결정하며, 확률적 경사 하강법(SGD: Stochastic Gradient Decent) 적용이 이루어지는 것일 수 있다.The optimizer is a component that determines the learning progress method, and determines the weight update of the neural network based on the loss function, and may apply stochastic gradient descent (SGD).
상술한 바와 같이 정규화 작업을 마친 데이터는 CNN 모델링이 가능하도록 일차원 이미지 배열로 구성되고, 이미지에 대한 반복적인Convolution 연산을 통하는 기계 학습에 의해 레이어 파라미터에 대한 최적의 값이 도출될 수 있는 것이다.As described above, the data that has been normalized is composed of a one-dimensional image array to enable CNN modeling, and an optimal value for the layer parameter can be derived by machine learning through iterative convolution operation on the image.
다만, 기계 학습을 수행함에 있어서, 장애호 판정 여부에 대한 정보(도 4의 AI_LABEL)가 일종의 라벨링을 위해 필요한데, 기계 학습 처리부(140)는 기본 호 처리 데이터에 포함된 고객 클레임 정보에 기초하여 장애호 판정 여부를 판단할 수 있다.However, in performing machine learning, information (AI_LABEL in FIG. 4) on whether or not a faulty call is determined is required for a kind of labeling, and the machine learning processing unit 140 determines a faulty call based on customer claim information included in the basic call processing data. can determine whether
즉, 본 실시예에 따른 기계 학습은 장애호 판정을 위한 각종 레이어 파라미터를 수행하는 것으로서, 기계 학습시 입력된 데이터에 대한 예상 결과(도 6의 Result Y')와 장애호 판정 값(도 6의 Target Y)을 비교하면서 점차 예측차이가 줄어드는 방향으로 학습이 이루어지는데, 이때 장애호 판정값을 고객 클레임 정보에 따라 결정할 수 있는 것이다. 즉 고객 클레임이 있다면 장애호로 판정하는 것이다.That is, the machine learning according to the present embodiment performs various layer parameters for determining a faulty call, and an expected result (Result Y' in FIG. 6 ) and a faulty call determination value (Target Y in FIG. 6 ) for data input during machine learning ), learning takes place in a direction in which the prediction difference gradually decreases. In other words, if there is a customer claim, it is determined as a faulty call.
다른 예로써, 기계 학습 처리부(140)는 기계 학습 수행시 필요한 장애호 판정값을 단위 시간당 통화 품질 중 기 설정된 기준 품질 이하인 비율(이하, '저품질 비율'이라고 함)에 기초할 수도 있다.As another example, the machine learning processing unit 140 may be based on a ratio (hereinafter, referred to as a 'low quality ratio') that is less than or equal to a preset reference quality among call quality per unit time for a failure call determination value necessary for performing machine learning.
예를 들어 10분 동안 이루어진 호에 대해 20초 간격으로 통화 품질값을 저장한 경우, 100점을 기준으로 기 설정된 값(예를 들어 50점) 이하인 통화 품질이 측정된 비율이 15% 이상인 경우 해당 호에 대해 장애호로 판정할 수 있는 것이다.For example, if the call quality value is stored at 20 second intervals for a call made for 10 minutes, and the percentage of call quality that is less than or equal to a preset value (eg 50 points) based on 100 points is 15% or more A call can be judged as a disability call.
더 나아가 기계 학습 처리부(140)는 상술한 고객 클레임 정보와 저품질 비율을 조합하여 장애호 판정을 결정할 수도 있다.Furthermore, the machine learning processing unit 140 may determine the failure call determination by combining the above-described customer claim information and the low quality ratio.
예를 들어 관리자에 의해 고객의 클레임 정보가 상, 중, 하로 입력된 경우, 저품질 비율과 상, 중, 하 각각에 할당된 점수를 기 설정된 비율로 조합하여 장애호 판정을 결정할 수 있는 것이다.For example, when the customer's claim information is input as high, medium, or low by the manager, the failure call determination can be determined by combining the low quality ratio and the scores assigned to each of the high, middle, and bottom at a preset ratio.
도 6과 같은 구성이 이루어진 경우, CNN 알고리즘에 따라 기계 학습이 이루어지는 과정 그 자체는 공지된 기술에 해당하므로 보다 상세한 설명은 생략한다.When the configuration shown in FIG. 6 is made, the process itself in which machine learning is performed according to the CNN algorithm corresponds to a known technology, and thus a more detailed description will be omitted.
한편, 판단부(150)는 실시간 호 연결 데이터와 CDR(Call Detail Record) 데이터 중 적어도 어느 하나를 인공지능 시스템에 적용시켜 장애호를 판단하는 기능을 수행한다.Meanwhile, the determination unit 150 performs a function of determining a faulty call by applying at least one of real-time call connection data and call detail record (CDR) data to the artificial intelligence system.
즉, 앞서 설명한 바와 같이 기계 학습에 의해 인공지능 시스템의 각 파라미터가 결정된 이후, 판단부(150)는 실시간 호 연결 데이터 또는 CDR 데이터를 해당 인공지능 시스템에 입력값으로 전달하여 장애호 여부를 판단토록 하는 것이다.That is, as described above, after each parameter of the artificial intelligence system is determined by machine learning, the determination unit 150 transmits real-time call connection data or CDR data as an input value to the corresponding artificial intelligence system to determine whether a faulty call exists. will be.
특히, 판단부(150)는 호 연결 방식에 따른 처리를 구분하여 처리할 수 있는데, 호 연결이 인터넷을 통한 연결인 경우 실시간 호 연결 데이터를 추출한 후 해당 호 연결 데이터를 인공지능 시스템에 적용시켜 장애호를 판단하고, 호 연결이 공중전화망(PSTN : Public Switched Telephone Network)을 통한 연결인 경우 해당 호 연결이 종료된 후 저장되는 CDR 정보를 인공지능 시스템에 적용시켜 장애호를 판단할 수 있다.In particular, the determination unit 150 may classify and process the processing according to the call connection method. If the call connection is a connection through the Internet, after extracting real-time call connection data, the corresponding call connection data is applied to the artificial intelligence system to apply the faulty call , and if the call connection is through a Public Switched Telephone Network (PSTN), the error call can be determined by applying the CDR information stored after the call connection is terminated to the AI system.
이처럼 호 연결 방식에 따른 전체적인 처리 방식에 대해서는 도 7 및 도 8에 도시 되었다.As such, the overall processing method according to the call connection method is illustrated in FIGS. 7 and 8 .
도 7은 인터넷을 통해 SIP 호가 발생되는 경우의 처리 과정을 나타낸 것이다.7 shows a processing process when a SIP call is generated through the Internet.
동 도면을 참조하면, 장애호 검출 시스템(100)은 호 처리 시스템(200)에 송수신 되는 패킷이 패킷 미러링을 통해 수신되는 경우, 실시간 데이터 추출 블록의 실시간 추출 모듈에서 실시간 호 관련 정보를 추출하여 AI 검출 블록에 전달하는데, AI 검출 블록에서는 이를 기 구축된 AI 모델(즉, 상술한 파라미터가 결정 및 반영된 인공지능 시스템에 해당함)에 적용하여 장애호를 검출함과 아울러, 해당 실시간 데이터에 대한 기계 학습 처리도 추가로 수행한다.Referring to the same figure, when a packet transmitted and received to and received from the call processing system 200 is received through packet mirroring, the failure call detection system 100 extracts real-time call-related information from the real-time extraction module of the real-time data extraction block to detect AI It is transmitted to the block, and the AI detection block detects a fault signal by applying it to a pre-established AI model (that is, corresponds to an artificial intelligence system in which the above-described parameters are determined and reflected), as well as machine learning processing for the corresponding real-time data. do additional
이러한 기계 학습 처리의 추가 진행은 인공지능 시스템의 파라미터에 대한 갱신을 의미하며, 이에 따라 장애호 패턴이 변경되는 경우에도 지속적으로 추적 관리가 가능해 진다.Further progress of such machine learning processing means updating the parameters of the artificial intelligence system, and accordingly, it is possible to continuously track and manage even when the faulty call pattern is changed.
도 8은 PSTN을 통해 호가 발생되는 경우의 처리 과정을 나타낸 것이다.8 illustrates a processing process when a call is generated through the PSTN.
동 도면을 참조하면, 장애호 검출 시스템(100)의 CDR 수집 블록은 PSTN 호 발생 후 누적 저장되는 CDR 데이터를 주기적으로 수집하고, 이를 AI 검출 블록에 전달하는데, AI 검출 블록에서는 이러한 CDR 데이터를 기 구축된 AI 모델에 적용하여 장애호를 검출함과 아울러, 해당 CDR 데이터에 대한 기계 학습 처리도 추가로 수행한다.Referring to the same figure, the CDR collection block of the failure call detection system 100 periodically collects the CDR data accumulated and stored after the PSTN call is generated, and transmits it to the AI detection block. In the AI detection block, the CDR data is previously built It is applied to the AI model that has been used to detect faulty calls and additionally performs machine learning processing on the CDR data.
한편, 상술한 각 실시예를 수행하는 과정은 소정의 기록 매체(예를 들어 컴퓨터로 판독 가능한)에 저장된 프로그램 또는 애플리케이션에 의해 이루어질 수 있음은 물론이다. 여기서 기록 매체는 RAM(Random Access Memory)과 같은 전자적 기록 매체, 하드 디스크와 같은 자기적 기록 매체, CD(Compact Disk)와 같은 광학적 기록 매체 등을 모두 포함한다.Meanwhile, it goes without saying that the process of performing each of the above-described embodiments may be performed by a program or application stored in a predetermined recording medium (eg, computer-readable). Here, the recording medium includes an electronic recording medium such as a random access memory (RAM), a magnetic recording medium such as a hard disk, and an optical recording medium such as a compact disk (CD).
이때, 기록 매체에 저장된 프로그램은 컴퓨터나 스마트폰 등과 같은 하드웨어 상에서 실행되어 상술한 각 실시예를 수행할 수 있다. 특히, 상술한 본 발명에 따른 장애호 검출 시스템(100)의의 기능 블록 중 적어도 어느 하나는 이러한 프로그램 또는 애플리케이션에 의해 구현될 수 있다.In this case, the program stored in the recording medium may be executed on hardware such as a computer or smart phone to perform each of the above-described embodiments. In particular, at least one of the functional blocks of the fault call detection system 100 according to the present invention described above may be implemented by such a program or application.
또한, 본 발명은 상기한 특정 실시예에 한정되는 것이 아니라 본 발명의 요지를 벗어나지 않는 범위 내에서 여러 가지로 변형 및 수정하여 실시할 수 있는 것이다. In addition, the present invention is not limited to the specific embodiments described above, but can be practiced with various modifications and modifications within the scope without departing from the gist of the present invention.
특히, 상술한 실시예에서는 통화 호가 연결된 경우를 위주로 설명하였으나, 통화 호가 제대로 연결되지 않고 실패한 경우까지 포함할 수 있음은 물론이다. 이 경우 단위 시간당 통화 품질 정보는 공백으로 채워질 수 있다.In particular, although the above-described embodiment mainly describes the case in which a call is connected, it goes without saying that a case in which the call is not properly connected and fails may be included. In this case, the call quality information per unit time may be filled with blanks.
본 발명에 따르면, 장애호 검출의 정확도를 높일 수 있을 뿐만 아니라, 장애호 패턴에 대한 기계 학습을 통해 자동화가 이루어짐으로써, 장애호 패턴이 변하는 경우라도 장애호 검출이 가능해진다.According to the present invention, it is possible not only to increase the accuracy of detecting a faulty call, but also to make it possible to detect a faulty call even when the faulty call pattern is changed by automation through machine learning for the faulty call pattern.
특히, 기계 학습을 수행함에 있어서, 각 개별 호의 통화 시간이 상당히 가변적이므로 각 호에 대한 단위 시간당 통화 품질을 그대로 이용하는 경우 기계 학습의 결과 생성된 인공 지능 모듈의 정확도가 상당히 떨어지는데, 본 발명과 같이 단위 시간당 통화 품질에 기초하여 통화 품질의 분포도를 먼저 생성하는 경우 정규화 처리가 일관되게 이루어질 수 있고, 기계 학습의 결과 생성된 인공 지능 모듈의 정확도가 증대된다.In particular, in performing machine learning, since the call time of each individual call is quite variable, if the call quality per unit time for each call is used as it is, the accuracy of the artificial intelligence module generated as a result of machine learning is considerably lowered. When the distribution of call quality is first generated based on the call quality per hour, the normalization process can be consistently performed, and the accuracy of the artificial intelligence module generated as a result of machine learning is increased.
더 나아가, 고객 클레임 정보와 저품질 비율을 동시에 고려하여 장애호 판정에 기초하여 기계 학습을 수행함으로써, 인공 지능 모듈의 정확도가 개선될 수 있다.Furthermore, the accuracy of the artificial intelligence module can be improved by performing machine learning based on the failure call determination in consideration of the customer claim information and the low quality ratio at the same time.

Claims (10)

  1. (a) 개별 호에 대하여 단위 시간당 통화 품질을 포함하는 기본 호 처리 데이터를 수집하는 단계와;(a) collecting basic call processing data including call quality per unit time for individual calls;
    (b) 상기 기본 호 처리 데이터에 포함된 단위 시간당 통화 품질에 기초하여 통화 품질의 분포도를 생성하는 단계와;(b) generating a distribution map of call quality based on call quality per unit time included in the basic call processing data;
    (c) 상기 (a) 단계의 기본 호 처리 데이터에 포함된 적어도 하나의 정보와 상기 (b) 단계에서 생성된 통화 품질의 분포도를 입력값으로 하는 기계 학습을 수행하여 인공지능 시스템의 각 파라미터를 결정하는 단계와;(c) each parameter of the artificial intelligence system by performing machine learning using at least one piece of information included in the basic call processing data of step (a) and the distribution map of call quality generated in step (b) as input values determining;
    (d) 실시간 호 연결 데이터와 CDR(Call Detail Record) 데이터 중 적어도 어느 하나를 상기 인공지능 시스템에 적용시켜 장애호를 판단하는 단계를 포함하는 것을 특징으로 하는 장애호 검출 시스템의 제어방법.(d) applying at least one of real-time call connection data and CDR (Call Detail Record) data to the artificial intelligence system to determine a faulty call.
  2. 제1항에 있어서,According to claim 1,
    상기 (c) 단계 이전에,Before step (c),
    (e) 상기 (a) 단계의 기본 호 처리 데이터에 포함된 적어도 하나의 정보와 상기 (b) 단계에서 생성된 통화 품질의 분포도를 기 설정된 알고리즘에 따라 동일한 길이가 되도록 정규화 처리를 수행하는 단계를 더 포함하고,(e) performing normalization processing so that at least one piece of information included in the basic call processing data of step (a) and the distribution of call quality generated in step (b) have the same length according to a preset algorithm; including more,
    상기 (c) 단계에서는, 상기 정규화 처리된 데이터를 입력값으로 하는 기계 학습을 수행하여 인공지능 시스템의 각 파라미터를 결정하는 것을 특징으로 하는 장애호 검출 시스템의 제어방법.In the step (c), the control method of a fault call detection system, characterized in that each parameter of the artificial intelligence system is determined by performing machine learning using the normalized data as an input value.
  3. 제2항에 있어서,3. The method of claim 2,
    상기 (b) 단계는,The step (b) is,
    (b1) 상기 기본 호 처리 데이터에 포함된 단위 시간당 통화 품질 각각에 대해 기 설정된 통화 품질 구간을 선정하는 단계와;(b1) selecting a preset call quality section for each call quality per unit time included in the basic call processing data;
    (b2) 해당 호 전체에 대하여 통화 품질 구간별 비율을 이용하여 통화 품질의 분포도를 생성하는 단계를 포함하는 것을 특징으로 하는 장애호 검출 시스템의 제어방법.(b2) a control method of a faulty call detection system comprising the step of generating a distribution map of call quality using the ratio for each call quality section for the entire call.
  4. 제2항에 있어서,3. The method of claim 2,
    상기 (c) 단계에서는, 상기 (e) 단계에서 정규화된 데이터를 1차원 이미지 데이터로 형성한 후, 해당 1차원 이미지 데이터에 대해 CNN(Convolutional Neural Network)에 의한 기계 학습을 수행하여 상기 CNN의 각 파라미터를 결정하는 것을 특징으로 하는 장애호 검출 시스템의 제어방법.In step (c), after forming the data normalized in step (e) into one-dimensional image data, machine learning is performed on the one-dimensional image data by a Convolutional Neural Network (CNN) to each of the CNNs. A control method of a faulty call detection system, characterized in that the parameter is determined.
  5. 제2항에 있어서,3. The method of claim 2,
    상기 (a) 단계의 기본 호 처리 데이터에는, 해당 호에 대응되는 고객 클레임 정보가 포함되고,The basic call processing data of step (a) includes customer claim information corresponding to the call,
    상기 (c) 단계의 기계 학습 수행시 필요한 장애호 판정은 상기 기본 호 처리 데이터에 포함된 고객 클레임 정보에 기초하는 것을 특징으로 하는 장애호 검출 시스템의 제어방법.The method for controlling a faulty call detection system, characterized in that the determination of a faulty call necessary for performing the machine learning in step (c) is based on customer claim information included in the basic call processing data.
  6. 제2항에 있어서,3. The method of claim 2,
    상기 (c) 단계의 기계 학습 수행시 필요한 장애호 판정은 상기 단위 시간당 통화 품질 중 기 설정된 기준 품질 이하인 비율에 기초하는 것을 특징으로 하는 장애호 검출 시스템의 제어방법.The method for controlling a faulty call detection system, characterized in that the determination of a faulty call necessary when performing the machine learning of step (c) is based on a ratio of the call quality per unit time that is less than or equal to a preset reference quality.
  7. 제2항에 있어서,3. The method of claim 2,
    상기 (a) 단계에서는 상기 기본 호 처리 데이터에는 발신자 식별번호, 착신자 식별번호, 호 시작 시간, 호 종료 시간 및 시간당 통화 품질이 포함되는 것을 특징으로 하는 장애호 검출 시스템의 제어방법.In step (a), the basic call processing data includes a caller identification number, called party identification number, call start time, call end time, and call quality per hour.
  8. 개별 호에 대하여 단위 시간당 통화 품질을 포함하는 기본 호 처리 데이터를 수집하는 데이터 수집부와;a data collection unit for collecting basic call processing data including call quality per unit time for individual calls;
    상기 기본 호 처리 데이터에 포함된 단위 시간당 통화 품질에 기초하여 통화 품질의 분포도를 생성하는 통계 데이터 생성부와;a statistical data generator for generating a distribution map of call quality based on call quality per unit time included in the basic call processing data;
    상기 기본 호 처리 데이터에서 수집한 기본 호 처리 데이터에 포함된 적어도 하나의 정보와 상기 통계 데이터 생성부에서 생성한 통화 품질의 분포도를 입력값으로 하는 기계 학습을 수행하여 인공지능 시스템의 각 파라미터를 결정하는 기계 학습 처리부와;Each parameter of the artificial intelligence system is determined by performing machine learning using at least one piece of information included in the basic call processing data collected from the basic call processing data and the distribution of call quality generated by the statistical data generator as input values. a machine learning processing unit;
    실시간 호 연결 데이터와 CDR 데이터 중 적어도 어느 하나를 상기 인공지능 시스템에 적용시켜 장애호를 판단하는 판단부를 포함하는 것을 특징으로 하는 장애호 검출 시스템.and a determination unit for determining a faulty call by applying at least one of real-time call connection data and CDR data to the artificial intelligence system.
  9. 제8항에 있어서,9. The method of claim 8,
    상기 데이터 수집부에서 수집하는 기본 호 처리 데이터에 포함된 적어도 하나의 정보와 상기 통계 데이터 생성부에서 생성한 통화 품질의 분포도를 기 설정된 알고리즘에 따라 동일한 길이가 되도록 정규화 처리를 수행하는 정규화 처리부를 더 포함하고,A normalization processing unit that performs normalization processing so that at least one piece of information included in the basic call processing data collected by the data collection unit and the distribution of call quality generated by the statistical data generation unit have the same length according to a preset algorithm, further including,
    상기 기계 학습 처리부는 상기 정규화 처리된 데이터를 입력값으로 하는 기계 학습을 수행하여 인공지능 시스템의 각 파라미터를 결정하는 것을 특징으로 하는 장애호 검출 시스템.The machine learning processing unit performs machine learning using the normalized data as an input value to determine each parameter of the artificial intelligence system.
  10. 제9항에 있어서,10. The method of claim 9,
    상기 통계 데이터 생성부는, 상기 기본 호 처리 데이터에 포함된 단위 시간당 통화 품질 각각에 대해 기 설정된 통화 품질 구간을 선정하고, 해당 호 전체에 대하여 통화 품질 구간별 비율을 이용하여 통화 품질의 분포도를 생성하는 것을 특징으로 하는 장애호 검출 시스템.The statistical data generating unit selects a preset call quality section for each call quality per unit time included in the basic call processing data, and generates a distribution map of call quality using the ratio for each call quality section for the entire call. A fault call detection system, characterized in that.
PCT/KR2020/012867 2020-09-23 2020-09-23 Machine-learning-based blocked call detection system and control method thereof WO2022065541A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/KR2020/012867 WO2022065541A1 (en) 2020-09-23 2020-09-23 Machine-learning-based blocked call detection system and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2020/012867 WO2022065541A1 (en) 2020-09-23 2020-09-23 Machine-learning-based blocked call detection system and control method thereof

Publications (1)

Publication Number Publication Date
WO2022065541A1 true WO2022065541A1 (en) 2022-03-31

Family

ID=80845478

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2020/012867 WO2022065541A1 (en) 2020-09-23 2020-09-23 Machine-learning-based blocked call detection system and control method thereof

Country Status (1)

Country Link
WO (1) WO2022065541A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE202022103191U1 (en) 2022-06-06 2022-06-30 Ekta Acharya Intelligent blocked call detection and control system based on machine learning

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101059362B1 (en) * 2006-07-26 2011-08-24 콸콤 인코포레이티드 Apparatus and Methods for Determining Connection Quality Metrics
US20160192222A1 (en) * 2013-08-30 2016-06-30 International Business Machines Corporation Adaptive monitoring for cellular networks
US20190132757A1 (en) * 2015-09-10 2019-05-02 TUPL, Inc. Wireless communication data analysis and reporting
US20190174000A1 (en) * 2017-12-06 2019-06-06 Ribbon Communications Operating Company, Inc. Methods and apparatus for detection and mitigation of robocalls
KR102087959B1 (en) * 2017-06-26 2020-03-11 주식회사 케이티 Artificial intelligence operations system of telecommunication network, and operating method thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101059362B1 (en) * 2006-07-26 2011-08-24 콸콤 인코포레이티드 Apparatus and Methods for Determining Connection Quality Metrics
US20160192222A1 (en) * 2013-08-30 2016-06-30 International Business Machines Corporation Adaptive monitoring for cellular networks
US20190132757A1 (en) * 2015-09-10 2019-05-02 TUPL, Inc. Wireless communication data analysis and reporting
KR102087959B1 (en) * 2017-06-26 2020-03-11 주식회사 케이티 Artificial intelligence operations system of telecommunication network, and operating method thereof
US20190174000A1 (en) * 2017-12-06 2019-06-06 Ribbon Communications Operating Company, Inc. Methods and apparatus for detection and mitigation of robocalls

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE202022103191U1 (en) 2022-06-06 2022-06-30 Ekta Acharya Intelligent blocked call detection and control system based on machine learning

Similar Documents

Publication Publication Date Title
CN102016870B (en) User is identified by measuring the pressure of button press on user input device
US6493425B1 (en) Method and system for testing a network element within a telecommunications network
EP1699172B1 (en) Method and apparatus for locating in-house wiring defects
WO2021040265A1 (en) Method and device for measuring worker competence by using average return rate
CN106936997B (en) A kind of rubbish voice recognition methods and system based on social networks map
WO2022065541A1 (en) Machine-learning-based blocked call detection system and control method thereof
US7092880B2 (en) Apparatus and method for quantitative measurement of voice quality in packet network environments
US8724796B2 (en) Estimation of expected value for remaining work time for contact center agents
WO2021033851A1 (en) Fraudulent call detection system based on machine learning and control method thereof
WO2005039203B1 (en) Methods and systems for detecting and mitigating call routing arbitrage in a telecommunications network
CN105871617B (en) A kind of implementation method of home gateway H.248 protocol voice fault self-diagnosis
TWI638548B (en) Broadband subscriber lines malfunction testing system
KR19980048788A (en) Connection failure rate and virtual call release rate extraction method using communication network data
KR100504155B1 (en) Fault management system and its testing method in ADSL
CN116489275A (en) AI intelligent response system and method based on voice recognition
KR102363432B1 (en) System for detecting error occurrence call using machine learning and control method thereof
CN103873713A (en) Device and method for the recognition of call numbers for voice-over-ip telephony
US4147902A (en) Method of automatic trunk testing
US6173244B1 (en) System and method for testing a switching system in a telecommunication network
CN100556021C (en) Next generation network media gate is called out the method that whole process is followed the tracks of
US20220172219A1 (en) Providing customer care based on analysis of customer care contact behavior
US9167079B1 (en) Subscriber cable pair identification
WO2021132831A1 (en) Method for increasing or decreasing number of workers and inspectors in crowdsourcing-based project for creating artificial intelligence learning data
CN100388681C (en) Method for triggering online maintenance
EP1364540B1 (en) Method and apparatus for performance improvement of multi-service networks

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

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

Country of ref document: EP

Kind code of ref document: A1