Skip to content

SIP 483 Too Many Hops

What SIP 483 means

The call was passed along so many times that a safety counter ran out, which almost always means a forwarding loop. Follow the divert chain and you will find two destinations pointing at each other.

What SIP 483 Too Many Hops actually means

Each server that handles a request decrements a hop counter, and when it reaches zero the request is rejected rather than allowed to circulate forever. It is a loop protection mechanism, so seeing it means the protection did its job and there is a genuine loop to find.

What causes SIP 483 on a business phone system

How to fix SIP 483

  1. Map every forward on the extensions involvedList the divert, busy-forward and no-answer destination for each extension in the chain. Written down, the loop is usually obvious within a few entries.
  2. Check for diverts set on the handset as well as the platformA forward configured on the phone itself does not appear in the platform view, which is why loops can seem impossible from the portal alone.
  3. Give every branch a terminating destinationEnd each chain at voicemail or an announcement rather than at another extension, so a loop cannot form.

Fixing the underlying problem

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

Questions about SIP 483

What causes SIP 483 Too Many Hops?
A forwarding loop, in nearly every real case. Two extensions diverting to each other, or a hunt group member that sends unanswered calls back to the group, will circulate a call until the hop counter runs out. Map the diverts on each extension in the chain and the loop shows itself.

Related SIP response codes

Source. SIP 483 Too Many Hops is defined in RFC 3261 section 21.4.21 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