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
You can now handle SIP inbound call failures with two new `endedReason` values:
5
+
</Note>
6
+
7
+
-`call.ringing.sip-inbound-caller-hungup-before-call-connect`: Use this when a caller hangs up before the call connects
8
+
-`call.ringing.error-sip-inbound-call-failed-to-connect`: Use this when there's a connection error
9
+
10
+
These values are available in all call event schemas, including `Call`, `ServerMessageStatusUpdate`, and `ServerMessageEndOfCallReport`. Implement precise error handling for your SIP inbound calls by checking for these specific failure scenarios.
0 commit comments