voicemail
# support
s
Can I configure the agent if it detects a voicemail, just hang the phone?
v
Yes, you can configure the agent to hang up when voicemail is detected. Simply leave the
voicemailMessage
field empty in your assistant configuration:
Copy code
json
{
  "voicemailMessage": ""
}
With this setting, the agent will detect voicemail and hang up without saying anything. [See documentation](https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailMessage) Source: - [Vapi API Reference: Assistants Create](https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailMessage)
v
Message marked as helpful by @Soma_Szileczki! 🎉
k
Yes, by enabling voicemail detection in the assistant settings and adjusting the detection parameters..
5 Views