Sajitsu
05/25/2024, 6:05 PM{
"assistantId": "f177bcaf-d97d-4c81-acb4-bfb836818474",
"phoneNumberId": "79c39dfa-c2e8-4843-9917-2...",
"customer": {
"number": "{{23.phone}}"
},
"assistantOverrides": {
"firstMessage": "Hi {{23.firstName}}! This is Sarah. Thanks for filling out our form for an instant quote. How's your day going?",
"voicemailDetectionEnabled": false,
"voicemailMessage": "",
"endCallMessage": "Thank you for contacting us. Have a great day!",
"endCallPhrases": [
"goodbye",
"talk to you soon"
]
}
}
Vapi Support
05/25/2024, 6:05 PMVapi Support
05/25/2024, 6:06 PMvoicemailDetectionEnabled
to false
in your JSON configuration. This setting should instruct the assistant to not detect voicemail and hence not leave a voicemail message. Additionally, by setting the voicemailMessage
to an empty string, you have indicated that no message should be left.
If the assistant is still leaving a message or not behaving as expected, ensure that the configuration is successfully being applied to the assistant and that there are no overriding settings at a higher level (such as at the organization or phone number configuration). Verify that the settings are properly saved and being used in the call setup.
Should the issue persist, it might be necessary to look into detailed logs or specific configurations that might be influencing this behavior, as the basic configuration you've provided appears correct based on the general Vapi configuration guidelines [(1)]() .Sajitsu
05/25/2024, 6:06 PMSahil
05/25/2024, 6:22 PMVapi Support
05/26/2024, 10:38 AMIvo Schipper
06/21/2024, 3:39 AMSahil
06/21/2024, 8:49 AM