← All articles
GuideJul 31, 2026 8 min read

GoAutoDial AMD setup: integrating AI answering machine detection

GoAutoDial uses the same stock Asterisk AMD as ViciDial — same settings, same ceiling, same problems. Here’s where those settings live in the GoAutoDial UI, what their limits are, and how AMDY installs at the Asterisk layer without touching the web interface at all.

What GoAutoDial is

GoAutoDial is an open-source, web-based call center suite built on top of ViciDial and Asterisk. Versions 4 and 5 run on CentOS or Debian and ship a polished browser UI over the same telephony stack that ViciDial operators know well. The web layer handles campaign configuration, agent management, reporting, and disposition routing — but underneath, calls are still processed by Asterisk, and answering machine detection still runs through Asterisk’s app_amd.

That means everything true about ViciDial’s AMD is equally true about GoAutoDial’s. The same configuration file, the same AMDSTATUS variable, the same structural accuracy ceiling. GoAutoDial’s web UI doesn’t reimplement AMD — it just provides a friendlier surface for the settings that live in amd.conf.

How GoAutoDial AMD works

When a campaign dials a number and the call is answered, Asterisk runs app_amd, which analyzes the answer audio using timing and silence heuristics. The result is stored in the AMDSTATUS dialplan variable: HUMAN, MACHINE, or NOTSURE. GoAutoDial routes those outcomes based on the campaign’s AMD settings.

In the GoAutoDial admin panel, AMD settings are found under Campaign settings › AMD Settings. The key parameters you’ll see there map directly to the underlying amd.conf variables:

The amd.conf timing variables (InitialSilence, Greeting, AfterGreetingSilence, etc.) are typically edited directly in the file on the server; they don’t surface in GoAutoDial’s web UI.

The limitations — same as every heuristic AMD

GoAutoDial’s AMD tops out at roughly 70–85% accuracy because it uses the same heuristic approach as stock Asterisk. The algorithm counts syllables and measures silence intervals — logic designed for clean PSTN audio in the early 2000s. On modern VoIP, compressed cell audio, and regional carrier quirks, those heuristics break in predictable ways.

No amount of tuning in Campaign settings › AMD Settings overcomes these structural limits. The ceiling is set by the heuristic algorithm, not by the configuration values.

How AMDY integrates with GoAutoDial

AMDY works at the Asterisk dialplan level, not the GoAutoDial application level. The installer patches the Asterisk configuration directly on the server — the GoAutoDial web UI doesn’t need changes, and your campaign settings stay as they are.

Because GoAutoDial runs on top of ViciDial’s Asterisk backend, the AMDY install command is identical to a standard ViciDial install:

curl -sSL https://app.amdy.io/install | bash

The installer runs on the GoAutoDial server (CentOS or Debian), detects the Asterisk installation, injects the AMDY dialplan hook, and registers the server with your AMDY account. No telephony migration, no carrier change, no ViciDial configuration changes.

Under the hood, AMDY taps the answer audio stream via a local WebSocket connection. When a call is answered, AMDY’s acoustic model starts classifying it in 1/8 of a second and writes the result back into the Asterisk channel variables that GoAutoDial already reads — so routing behavior continues to work exactly as configured.

What changes in the GoAutoDial UI after AMDY is installed

The AMD settings panel in GoAutoDial looks identical after installation. Nothing changes there by design. What changes is the accuracy of the values flowing through those settings:

Your agents see the operational change: more live humans connected per hour, fewer dead-air calls that wasted their attention. GoAutoDial’s built-in reporting shows the improvement in connect rate and agent utilization without any report reconfiguration on your part.

Troubleshooting common GoAutoDial AMD issues

Calls never reaching AMD

If AMDSTATUS is never set — or calls are all hitting the same disposition regardless of who answers — the issue is usually dialplan order. Check that the AMDY dialplan hook is being executed before the campaign’s routing logic. Run asterisk -rx "dialplan show" and confirm the AMDY context is included in the right place.

All calls returning NOTSURE

If AMDY is installed but every call comes back NOTSURE, the audio isn’t reaching the classifier. The most common cause is an audio routing issue — the answer audio stream isn’t being mixed into the channel AMDY is listening on. Check that the Asterisk audio snoop is enabled and that no conflicting recording or monitoring application is consuming the stream first.

High drop rate after install

If your abandon rate spikes after enabling AMDY (or any AMD change), check Drop Call Seconds in your campaign’s AMD settings. If this value is set very low (under 2 seconds), a human who takes a breath before speaking can be treated as a machine and dropped before connecting. Start with 3–4 seconds and adjust based on your call data. The AMDY dashboard shows per-call classifications and timing, which makes the right value easy to find.

Try AI AMD on your own calls — free

50,000 detections a month on the Sandbox plan, no card, 5-minute install on GoAutoDial or ViciDial. See your real human-vs-machine numbers in the dashboard.