Voicemail detection
Voicemail detection is the process of identifying that an answered outbound call has reached a voicemail system rather than a live person, allowing the caller to follow a different call flow.
A connected call does not prove that a person answered. The audio may be a personal greeting, a business mailbox, a carrier announcement, or an interactive phone menu. Detection systems analyze the opening audio and timing patterns for signals associated with voicemail. They may also wait for the greeting to finish before deciding that a mailbox is ready to record a message.
The result is not perfectly deterministic. A person may give a long greeting, a mailbox may use an unusually short one, and silence or background audio can confuse classification. An early decision reduces the pause heard by a live answer but carries more risk of acting on incomplete evidence. A later decision gathers more context but can delay the start of a real conversation.
For an AI phone agent, detection separates a live conversation from voicemail handling. Depending on the configured policy, the agent may hang up, leave a message, record the outcome, or allow an outbound campaign to retry later. That keeps machine answers from being counted as completed human conversations and gives the next attempt a clear reason.
Voicemail detection overlaps with answering machine detection, but the emphasis differs. Answering machine detection commonly describes the broader classification between a person and a machine. Voicemail detection focuses on recognizing a mailbox and choosing what to do with it. A platform may use one label for both, so the operational behavior is more important than the name.
Good testing should cover personal and business greetings, different languages, carrier announcements, and calls that reach a phone menu before a mailbox. Teams should review false positives, where a person is treated as voicemail, and false negatives, where the agent starts speaking into a greeting. They should also check whether a message begins after the recording cue rather than over the greeting.
In practice on ThunderPhone
On ThunderPhone, voicemail detection can let the agent prompt decide what to do, hang up, or leave a configured message. Campaigns can retry voicemail outcomes according to their retry policy. Straight-to-voicemail calls bill at the selected engine rate and are capped at one minute.