Skip to content

Commit 11481c1

Browse files
Add changelog for 2025-06-07 (#494)
1 parent 01375f4 commit 11481c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

fern/changelog/2025-06-07.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# New Ended Reasons for SIP Inbound Calls
2+
3+
<Note>
4+
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

Comments
 (0)