What does 481 Call or Transaction Does Not Exist mean?
It means the far side could not match the request to an active SIP dialog or transaction.
| Protocol | ims | Network | 5G and LTE |
|---|---|---|---|
| Spec | RFC 3261 / 3GPP TS 24.229 | Spec Section | SIP 481 Call or Transaction Does Not Exist failure response |
| Direction | UE <-> IMS network | Message Type | SIP request-failure response |
| Full message name | IMS SIP 481 Call or Transaction Does Not Exist |
|---|---|
| Protocol | IMS |
| Technology | 5G and LTE |
| Common deployment | VoNR and VoLTE |
| Direction | UE <-> IMS network |
| Interface | Gm with onward IMS routing |
| Signaling bearer / channel | IMS SIP signaling / Final request-failure response |
| Typical trigger | A request refers to a dialog or transaction that the far side no longer recognizes. |
| Main purpose | Stops in-dialog or transaction-specific signaling that no longer matches active SIP state. |
| Main specification | RFC 3261 / 3GPP TS 24.229, SIP 481 Call or Transaction Does Not Exist failure response |
| Release added | See specification history |
| Procedures where used | IMS Dialog State Failure |
481 Call or Transaction Does Not Exist means the receiving side could not match the request to a valid dialog or transaction.
Stops in-dialog or transaction-specific signaling that no longer matches active SIP state.
481 means the receiving side could not match the request to a live dialog or transaction.
Previous message(s): IMS SIP ACK, IMS SIP BYE, IMS SIP UPDATE
Next message(s): Dialog cleanup or retried setup
Security context: Uses the same protected IMS signaling path as the original request.
SIP/2.0 481 Call/Transaction Does Not Exist
Via:
From:
To:
Call-ID:
CSeq:
Content-Length: 0
This is SIP response syntax rather than ASN.1.
SIP/2.0 481 Call/Transaction Does Not Exist
Via: SIP/2.0/UDP ue.example.net;branch=z9hG4bK-bye1
From: <sip:alice@example.net>;tag=mo1
To: <sip:bob@example.net>;tag=term1
Call-ID: call-001@example.net
CSeq: 2 BYE
Content-Length: 0
| IE | Required | Description |
|---|---|---|
Status-Line | Yes | Shows the 481 failure code. |
Call-ID | Yes | Helps identify which dialog or transaction failed to match. |
Status-LineShows the 481 failure code.
Presence: Required
In practice: In practice, compare this field with the original request and with any later release-dependent optional fields so you can see whether the network accepted the same service model the UE asked for.
Call-IDHelps identify which dialog or transaction failed to match.
Presence: Required
In practice: In practice, compare this field with the original request and with any later release-dependent optional fields so you can see whether the network accepted the same service model the UE asked for.
Likely cause: The far side lost or no longer recognizes the dialog or transaction state.
What to inspect: Check Call-ID, tags, route set, and whether the dialog was already released elsewhere.
Next step: Treat it as a state-correlation problem before assuming a media or policy issue.
It means the far side could not match the request to an active SIP dialog or transaction.
Decode this message with the 3GPP Decoder, inspect the related message database, or open the matching call flow to see where this signaling step fits in the full procedure.