diff --git a/fern/changelog/2025-06-07.mdx b/fern/changelog/2025-06-07.mdx new file mode 100644 index 000000000..dc74f90bc --- /dev/null +++ b/fern/changelog/2025-06-07.mdx @@ -0,0 +1,10 @@ +# New Ended Reasons for SIP Inbound Calls + + + You can now handle SIP inbound call failures with two new `endedReason` values: + + +- `call.ringing.sip-inbound-caller-hungup-before-call-connect`: Use this when a caller hangs up before the call connects +- `call.ringing.error-sip-inbound-call-failed-to-connect`: Use this when there's a connection error + +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.