DopamineChaser
11/12/2024, 5:02 PMVapi
11/12/2024, 5:05 PMrecordingEnabled
is true, this should be set correctly.
2. **Permissions**: If your application is dealing with sensitive information and requires HIPAA compliance, there might be restrictions on recording calls. However, the context shows that hipaaEnabled
is true, which means you should be able to record calls if you're compliant with the necessary regulations.
3. **Silence Detection**: The silenceTimeoutSeconds
is set to 30, which means if there is silence for more than 30 seconds, the call might be terminated. Ensure that there is active conversation or audio being transmitted to avoid premature termination of the call.
4. **Integration Issues**: There might be an issue with how the HTTP request is set up on make.com. Ensure that the request is correctly formatted and includes all necessary parameters for recording.
5. **Service Outages or Bugs**: Occasionally, service outages or bugs can affect call recording. Check the service status and any recent updates that might have affected the recording feature.
If you've checked all these potential issues and are still facing problems, it might be best to reach out to support for a more detailed investigation. Would you like me to assist you with anything else at this moment?Vapi
11/12/2024, 5:05 PMVapi
11/12/2024, 5:06 PMrecordingEnabled
parameter set to true
within your request data. Here's how you can modify your request content to include call recording:
json
{
"assistantId": "b4f9c75f-8443-4d7f-9b3b-53862622d2e4",
"phoneNumberId": "1d0f074d-0f8c-40eb-add5-0aec1e9754ad",
"customer": {
"numberE164CheckEnabled": false,
"number": "<PhoneNumber>"
},
"recordingEnabled": true
}
Make sure to replace <PhoneNumber>
with the actual phone number you wish to call. With this additional parameter, your calls should be recorded if all other settings and permissions are correctly configured.
If you continue to experience issues with call recording after making this change, please reach out to support for further assistance.Shubham Bajaj
11/13/2024, 11:28 AMDopamineChaser
11/13/2024, 11:34 AMDopamineChaser
11/13/2024, 11:34 AMDopamineChaser
11/13/2024, 11:34 AMDopamineChaser
11/13/2024, 11:35 AMDopamineChaser
11/14/2024, 12:36 PMVapi
11/14/2024, 12:36 PMrecordingEnabled
property should not be included directly in the HTTP request body as it's not recognized by the API, which is why you're receiving a "Bad Request" error.
Since you've mentioned that you've already enabled recording in the settings of your assistant in the VAPI dashboard, the issue might be elsewhere. Given that you're consistently not receiving recordings for your calls, despite having the setting enabled in the dashboard, it's possible that there is a more complex issue at play that requires direct support intervention.
To resolve this, I recommend reaching out to the support team with the call IDs you've provided:
- eeff37d6-654d-455a-83ab-8a25b8e9d111
- b3fe8323-f48c-4628-8cfd-ffb60bd043e8
- b7ced8dd-e6dd-455a-a3f2-950fa5ccf4a8
- b9f698c5-3427-4822-ab2f-99c40a9f4526
The support team will be able to look into the backend and check the logs for these specific calls to determine why the recordings are not being generated or stored as expected.
Would you like me to guide you on how to contact support or assist you with any other questions?DopamineChaser
11/14/2024, 12:37 PMVapi
11/14/2024, 12:37 PMrecordingEnabled
in the HTTP request.
4. **Support Channels**: If the support portal offers live chat or a phone number, you may use these channels for more immediate assistance.
5. **Follow Up**: After submitting the ticket, monitor your email or the support portal for responses. The support team may require additional information to help resolve the issue.
6. **Patience**: Support teams often handle a high volume of inquiries, so it may take some time to receive a response. However, they are there to help and will get back to you as soon as possible.
Remember to be as detailed as possible in your communication with support to help them understand and resolve your issue quickly. If you need any more assistance or have further questions, feel free to ask.Shubham Bajaj
11/14/2024, 1:32 PMShubham Bajaj
11/14/2024, 1:33 PMDopamineChaser
11/14/2024, 4:07 PMShubham Bajaj
11/15/2024, 2:23 PM