Ringless Voicemail Detection via Call Timing Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Ringless voicemail messages, where voicemails are delivered without alerting the user, are pervasive and often contain spam or fraudulent content, posing a significant challenge in distinguishing legitimate from malicious communications.

Innovation Solution

Implementing a method to detect ringless voicemail attempts by analyzing the timing and processing of call attempts, using a threshold timespan to differentiate between normal and ringless voicemail attempts, and applying policies to block or label suspicious messages, thereby preventing unwanted voicemails from being routed to user devices.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If voicemail delivery is implemented without alerting the user, then message delivery efficiency is improved, but user awareness and control deteriorate

Engineering Contradiction:
Improvemessage delivery efficiencyVSAvoiduser awareness
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The system performs preliminary analysis of call patterns and timing before delivering voicemail messages. By detecting ringless voicemail attempts through timing analysis (comparing call attempt timestamps against threshold values), the system can proactively identify and handle suspicious messages before they reach the user, thus maintaining delivery efficiency while protecting user awareness through selective intervention.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If all call attempts are processed normally, then legitimate communications are ensured, but ringless voicemail attempts cannot be distinguished

Engineering Contradiction:
Improvecommunication reliabilityVSAvoidvoicemail attempt detection accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The system applies different processing quality levels to different call attempts based on local characteristics. Normal call attempts receive standard processing, while suspicious calls (those with timing patterns matching ringless voicemail attempts) receive enhanced analysis including timing threshold comparisons and policy-based filtering. This localized quality enhancement allows accurate detection of ringless attempts without compromising overall communication reliability.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system implements feedback mechanisms where detected ringless voicemail attempts are analyzed and used to refine detection policies. By continuously monitoring call patterns and adjusting timing thresholds based on observed behavior, the system improves its ability to distinguish legitimate from malicious calls, enhancing measurement precision while maintaining reliability through adaptive learning.

Inventive Principle:
Principle #23Feedback

3Measurement precision

If timing analysis is performed on all call attempts, then ringless voicemail detection is improved, but system complexity increases

Engineering Contradiction:
Improveringless voicemail detection accuracyVSAvoiddetection system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system performs timing analysis selectively rather than universally. By applying timing threshold comparisons only to calls that exhibit suspicious patterns (such as calls followed by voicemail routing within specific time windows), the system achieves effective ringless voicemail detection without the excessive complexity of analyzing every single call attempt. This partial action approach focuses computational resources where they are most needed.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The detection system is segmented into multiple independent components: call attempt logging, timing difference calculation, threshold comparison, and policy enforcement. Each component handles a specific aspect of the detection process, allowing the system to achieve high measurement precision through modular design. This segmentation reduces overall system complexity by breaking down the complex detection task into manageable, independent modules that can be implemented and maintained separately.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS11792327B2Ringless voicemail attempt detection
Publication Date: 2023.10.17 VERIZON PATENT & LICENSING INC
  • US11792327B2 patent drawing
  • US11792327B2 patent drawing
  • US11792327B2 patent drawing

AI summary

One or more computing devices, systems, and/or methods for ringless voicemail detection are provided. In an example, a first call attempt to a phone number may be detected. In response to detecting a second call attempt to the phone number occurring within a first threshold timespan of the first call attempt being detected, first processing of the second call attempt is withheld. In response to the first call attempt being cancelled within a second threshold timespan of the first call attempt being detected, second processing of the second call attempt is performed based upon a policy.