Introduction
Machine detection allows you to identify when an answering machine picks up your outbound call instead of a human. You can configure Vobiz to either hang up automatically or continue the call when a machine is detected.Machine detection is only supported on outbound calls initiated via the Make Call API. Set the
machine_detection parameter to enable this feature.Synchronous Machine Detection
When you setmachine_detection=true or machine_detection=hangup when making a call, Vobiz analyzes the audio after the call is answered to determine if a machine answered.
Asynchronous Machine Detection
To act on a detected answering machine, set themachine_detection_url parameter when making an outbound call. Vobiz detects the answering machine in the background and invokes machine_detection_url with the results.
Parameters Sent to machine_detection_url
When machine detection completes, Vobiz sends these parameters to your machine_detection_url:Example Callback Response
JSON Sent to machine_detection_url