Skip to content

SIP 481 Call/Transaction Does Not Exist

What SIP 481 means

A message arrived for a call the receiving system no longer recognises. It is the signature of SIP ALG mangling in-call messages, and it is a leading cause of calls that drop after roughly thirty seconds.

What SIP 481 Call/Transaction Does Not Exist actually means

The server received a request that it cannot match to any dialog or transaction it knows about. Mid-call messages carry identifiers that must match exactly, so anything that rewrites them in flight makes perfectly valid messages unrecognisable to the far end.

What causes SIP 481 on a business phone system

How to fix SIP 481

  1. Disable SIP ALGThis resolves the large majority of 481 faults. Check the router, any separate firewall, and the ISP-supplied device even if you think you are not using it for voice.
  2. Check the session timer settingsWhere calls drop at a consistent interval, compare the session expiry on the PBX and the trunk. Aligning them, or disabling session timers if your provider does not need them, stops the periodic teardown.
  3. Look at the timing of the failureCalls failing around thirty seconds point at ALG or a lost handshake. Calls failing at fifteen or thirty minutes point at session timers. The clock is the most useful diagnostic you have here.
  4. Move the phone system traffic off the consumer routerWhere a business depends on voice, a router that respects SIP is worth more than any amount of tuning. Our router checker lists which models expose an ALG setting you can actually turn off.

Fixing the underlying problem

This page explains the code. These guides walk through the fix in detail.

Questions about SIP 481

Why do my VoIP calls drop after 30 seconds?
A 481 at around thirty seconds is one of the most recognisable faults in VoIP, and SIP ALG on the router is usually responsible. The call sets up correctly, then a mid-call message is rewritten in transit, the far end cannot match it to the call, and the call collapses. Disable SIP ALG first.
What does SIP 481 Call/Transaction Does Not Exist mean?
A message arrived about a call the receiving system has no record of. Either something altered the identifiers in transit so they no longer match, or the far end had already torn the call down.

Related SIP response codes

Source. SIP 481 Call/Transaction Does Not Exist is defined in RFC 3261 section 21.4.19 and registered in the IANA SIP Parameters — Response Codes. The causes and fixes above are drawn from our own experience supporting UK business phone systems.

All VoIP & SIP codes

Sitemap