Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions fern/changelog/2025-06-07.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# New Ended Reasons for SIP Inbound Calls

<Note>
You can now handle SIP inbound call failures with two new `endedReason` values:
</Note>

- `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.
Loading