News · AMDY.IO

Comparing outbound answering machine detection in ViciDial and Asterisk

An engineering breakdown of stock Asterisk app_amd, carrier-level CPD, and real-time audio analysis engines.

By Barnaby Oak·September 5, 2026·4 min read
Key points
  • Stock Asterisk app_amd relies on silence timing and misclassifies up to 20% of human answers as voicemail.
  • Carrier CPD handles signaling early but often fails to catch False Answer Supervision billing tricks.
  • Audio fingerprinting achieves 99% accuracy and starts detection in 1/8 of a second to prevent dead air.

The Outbound AMD Trade-Off

Every outbound contact center running Asterisk, ViciDial, or FreeSWITCH hits the same wall. Your predictive dialer needs to know whether a human or a machine answered before bridging the call to an agent. If the dialer guesses wrong, it creates two major problems. It either routes voicemails to live agents who waste time hanging up, or it hangs up on live prospects. The latter is an AMD false positive, creating dead air and ghost calls that damage caller ID reputation.

Call center operators have three primary architectures to choose from when tackling answering machine detection: built-in dialer modules, carrier-level detection, and specialized external audio analysis engines. Each approach trades setup complexity, latency, accuracy, and infrastructure cost differently.

Option 1: Stock Asterisk app_amd

The built-in answering machine detection in Asterisk—app_amd—is the default baseline for ViciDial, GoAutoDial, FreePBX, and Issabel systems. It works primarily by measuring silence, energy thresholds, and initial speech duration.

When a call bridges, app_amd listens for a brief greeting, measures the pause after the greeting, and estimates total initial sound length. If someone says a quick initial word followed by silence, the system guesses human. If someone speaks continuously for several seconds, like a recorded voicemail greeting, it returns a machine verdict.

Where it works

Stock app_amd requires zero monthly subscription fees and incurs zero external network latency because audio processing happens locally on the dialer node. For small operations, non-commercial surveys, or low-volume outbound campaigns where lead acquisition costs are zero, standard app_amd is functional enough.

Where it breaks

Because stock app_amd relies purely on timing heuristics, its false positive rate is high. In live production environments, default settings miss or misclassify an estimated 10% to 20% of live human responses. Humans who answer with long greetings are flagged as machines and hung up on. Furthermore, handset call screening features on modern mobile devices create custom silence patterns that throw off basic timing algorithms, generating ghost calls and silent drops.

Option 2: Carrier-Level Call Progress Detection (CPD)

Carrier-level CPD pushes classification work upstream to your SIP trunk provider or enterprise Session Border Controller (SBC). The carrier network analyzes audio tones and signaling frames before delivering the audio payload to your media server.

Where it works

Offloading detection to the carrier saves local server CPU cycles. Dialers do not need to process raw RTP streams for detection purposes until the connection is validated. This suits massive enterprise setups that route millions of calls across dedicated SIP hardware and prioritize raw server throughput over fine-grained dialing logic.

Where it breaks

Carrier CPD is tied to specific carrier relationships and offers little visibility into how verdicts are made. More importantly, carrier CPD often fails when encountering False Answer Supervision (FAS). FAS occurs when an upstream carrier sends a false 200 OK SIP signal to trigger billing on calls that were never actually picked up, or on calls that hit intercept tones and dead air. Carrier-level detection rarely catches these network anomalies because the carrier itself generates or relays the early answer signal.

Option 3: External Audio Analysis Engines (AMDY.IO)

Specialized audio analysis engines operate parallel to or directly within the dialer stream. Instead of measuring gross silence windows, these systems analyze acoustic audio fingerprints in real time, looking at sound patterns within the first second of an answered call.

AMDY.IO is built specifically for this architecture, supporting ViciDial, GoAutoDial, Asterisk, FreeSWITCH, FreePBX, Issabel, and 3CX via native one-line installation or a WebSocket API. The service starts detection in 1/8 of a second and reaches a 99% accuracy rate. It also explicitly flags carrier false-answers (FAS), preventing false billing and dead air when network paths fail.

Where it works

This approach suits high-volume sales teams, mortgage dialers, insurance contact centers, and any operation where burning a lead costs real money. Because live humans route to agents instantly without waiting for long silence timers, ghost calls and dead air are virtually eliminated. AMDY.IO requires zero setup fees and includes 50,000 free detections upon signup, letting engineering teams benchmark accuracy against stock app_amd on live traffic before committing capital.

Where it breaks

Adding an external service requires outbound API calls or media stream mirroring over WebSockets. While AMDY.IO processes audio in 1/8 of a second, improper network routing or unstable WAN connections can introduce transit latency. Teams must ensure their media servers have clean, low-latency connectivity to cloud APIs.

How to Choose the Right Path

Selecting the right detection strategy comes down to your lead economics and dialer stack:

  • Stick with stock app_amd if you run low-volume campaigns, have no lead costs, and cannot add external network endpoints to your Asterisk configuration.
  • Use carrier-level CPD if you own tier-1 telecom infrastructure, manage your own hardware SBCs, and negotiate custom signaling rules with upstream carriers.
  • Deploy specialized engines like AMDY.IO if you use ViciDial, Asterisk, or FreeSWITCH and need to eliminate the 10-20% false positive penalty, stop FAS billing errors, and remove dead air. The single-line ViciDial installer and 50,000 free trial detections make side-by-side evaluation straightforward.
More from AMDY.IO News
Published via Stork Wire — independent trade coverage, in partnership with this site.