Tarik
07/04/2024, 10:22 PMVapi
07/04/2024, 10:24 PMvoicemailDetectionEnabled set to false, as mentioned in the context, your bot will not attempt to detect voicemails. To enable voicemail detection, you should set voicemailDetectionEnabled to true in your bot's configuration.
For your second question, the 'endedReason' can vary depending on the telephony platform you're using, but common types include:
- `customer_busy`: The called party’s line was busy.
- `customer_ended_call`: The called party ended the call.
- `customer_did_not_answer`: The called party didn’t answer the call.
- `silenced_time_out`: The call was ended due to a prolonged silence.
- `failed`: The call attempt failed due to technical reasons.
- `error`: There was an error during the call process.
These are just examples, and the actual reasons can depend on the specifics of the telephony service you're using. You should format these reasons according to the expected structure of your application, typically as enumerated types or string constants.
If you need to enable voicemail detection or have any other specific configurations to adjust, please let me know, and I can assist you further. If you need more detailed information about 'endedReason' types specific to your platform, please ask support for more info on this.Vapi
07/04/2024, 10:24 PMVapi
07/04/2024, 10:26 PMShubham Bajaj
07/05/2024, 2:08 PMTarik
07/06/2024, 9:20 PMTarik
07/07/2024, 11:33 AMShubham Bajaj
07/07/2024, 12:31 PMShubham Bajaj
07/07/2024, 12:32 PMTarik
07/07/2024, 12:33 PMTarik
07/07/2024, 12:33 PMShubham Bajaj
07/07/2024, 12:53 PMTarik
07/07/2024, 1:29 PMShubham Bajaj
07/07/2024, 1:50 PMTarik
07/08/2024, 4:14 PMShubham Bajaj
07/08/2024, 5:02 PM