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
Copy file name to clipboardExpand all lines: fern/calls/call-ended-reason.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,13 @@ These relate to issues within the AI processing pipeline or the Large Language M
41
41
-**customer-ended-call**: The customer(end human user) ended the call for both inbound and outbound calls.
42
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`.
43
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.
44
45
-**phone-call-provider-closed-websocket**: The connection with the call provider was unexpectedly closed.
45
46
-**twilio-failed-to-connect-call**: The Twilio service, responsible for managing calls, failed to establish a connection.
46
47
-**vonage-disconnected**: The call was disconnected by Vonage, another call management service.
47
48
-**vonage-failed-to-connect-call**: Vonage failed to establish the call connection.
48
49
-**vonage-rejected**: The call was rejected by Vonage due to an issue or configuration problem.
49
-
-**sip-telephony-provider-failed-to-connect-call**: The SIP telephony provider failed to establish the call connection.
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