MaxKnox
01/10/2025, 8:41 PMVapi
01/10/2025, 8:43 PMVapi
01/10/2025, 8:43 PMMaxKnox
01/10/2025, 8:49 PMMaxKnox
01/10/2025, 8:55 PMVapi
01/10/2025, 8:55 PMendedReason
parameter in the end-of-call report is designed to indicate why the call ended. If the call ended due to an error, the endedReason
would reflect that with one of the error-related options, such as assistant-error
, db-error
, no-server-available
, or one of the pipeline-error
options.
If you have an endedReason
that indicates a pipeline error, it would be one of the following:
- pipeline-error-extra-function-failed
- pipeline-error-first-message-failed
- pipeline-error-function-filler-failed
- pipeline-error-function-failed
These indicate that there was an issue within the processing pipeline of the call, which could be due to various reasons such as a malfunctioning function or a problem with the message handling.
Would you like to take any specific actions based on the endedReason
you have observed?MaxKnox
01/10/2025, 8:56 PMSahil
01/10/2025, 9:51 PMMaxKnox
01/10/2025, 9:54 PMSahil
01/10/2025, 10:36 PM