Jonathan Carter
08/28/2025, 10:48 AMChiranjeet Mishra
08/31/2025, 9:00 PMmaxDurationSeconds setting using the Vapi API. Make sure that you're specifying this setting correctly in your call setup. If you're encountering errors, it might be due to incorrect API usage or other configuration details.
Ensure that your API request includes the maxDurationSeconds parameter, and the value should be an integer representing the desired duration in seconds. If you're still facing issues, you might want to check for any service-specific limitations or verify that the API token and permissions are correct.
If needed, review relevant setup in the documentation for [phone calls](https://docs.vapi.ai/calls/customer-join-timeout) and ensure that you have the correct settings in place. If this does not work please do let us know.Jonathan Carter
09/01/2025, 3:10 PMJonathan Carter
09/04/2025, 10:24 AMJonathan Carter
09/04/2025, 10:24 AMChiranjeet Mishra
09/04/2025, 9:57 PMJonathan Carter
09/04/2025, 10:59 PMJonathan Carter
09/09/2025, 6:37 AMChiranjeet Mishra
09/10/2025, 3:40 PMmaximumCallDuration during call requests. This should be part of your call setup in the workflow configuration.
3. **Check Plan and Provider Limits**: Double-check there's no constraint from your telephony provider regarding call durations, such as SIP trunk settings.
For any necessary API configuration details, reviewing the Vapi [Call End Reasons Guide](https://docs.vapi.ai/calls/call-ended-reason) could help identify any related error codes or reasons why calls might end prematurely, such as exceeded-max-duration.
If you still encounter difficulties or errors, please let us knowJonathan Carter
10/03/2025, 7:05 AMChiranjeet Mishra
10/07/2025, 6:28 AM{
"assistantOverrides": {
"maxDurationSeconds": 1800, // 30 minutes
"variableValues": {
// your other variables
}
}
}Jonathan Carter
10/07/2025, 7:18 AMJonathan Carter
10/07/2025, 8:38 AMJonathan Carter
10/10/2025, 12:41 PMChiranjeet Mishra
10/14/2025, 5:03 AM