You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These relate to issues within the AI processing pipeline or the Large Language Models (LLMs) used for understanding and generating text:
32
32
33
-
-**pipeline-error-\***: Various error codes indicate specific failures within the processing pipeline, such as function execution, LLM responses, or external service integration. Examples include OpenAI, Azure OpenAI, Together AI, and several other LLMs or voice providers.
34
-
-**pipeline-error-first-message-failed:** The system failed to deliver the first message. This issue usually occurs when you add your own provider key in the voice section. It may be due to exceeding your subscription or quota limit.
35
-
-**pipeline-no-available-llm-model**: No suitable LLM was available to process the request.
33
+
-**call.in-progress.error-vapifault-\***: Various error codes indicate specific failures within the processing pipeline, such as function execution, LLM responses, or external service integration. Examples include OpenAI, Azure OpenAI, Together AI, and several other LLMs or voice providers.
34
+
-**call.in-progress.error-providerfault-\***: Similar to **call.in-progress.error-vapifault-\***. However, these error codes are surfaced when Vapi receives an error that has occured on the provider's side. Examples include internal server errors, or service unavailability.
35
+
-**pipeline-error-\***: Similar to **call.in-progress.error-vapifault-\***. However, these error codes are surfaced when you are using your own provider keys.
36
+
-**pipeline-no-available-llm-model**: No suitable LLM was available to process the request. Previously **pipeline-no-available-model**.
36
37
37
38
#### **Phone Calls and Connectivity**
38
39
39
40
-**customer-busy**: The customer's line was busy.
40
41
-**customer-ended-call**: The customer(end human user) ended the call for both inbound and outbound calls.
41
42
-**customer-did-not-answer**: The customer didn't answer the call. If you're looking to build a usecase where you need the bot to talk to automated IVRs, set `assistant.voicemailDetectionEnabled=false`.
42
43
-**customer-did-not-give-microphone-permission**: The user didn't grant the necessary microphone access for the call.
44
+
-**assistant-did-not-receive-customer-audio**: Similar to **customer-did-not-give-microphone-permission**, but more generalized to situations where no customer audio was received.
43
45
-**phone-call-provider-closed-websocket**: The connection with the call provider was unexpectedly closed.
44
46
-**twilio-failed-to-connect-call**: The Twilio service, responsible for managing calls, failed to establish a connection.
45
47
-**vonage-disconnected**: The call was disconnected by Vonage, another call management service.
46
48
-**vonage-failed-to-connect-call**: Vonage failed to establish the call connection.
47
49
-**vonage-rejected**: The call was rejected by Vonage due to an issue or configuration problem.
50
+
-**sip-telephony-provider-failed-to-connect-call**: The SIP telephony provider failed to establish the call connection. Previously **sip-gateway-failed-to-connect-call**.
0 commit comments