483
SIP

483 Too Many Hops

The Max-Forwards header has reached zero, indicating the request has passed through too many proxies.

当您看到此代码时

When a request traverses more proxies than the Max-Forwards counter allows (default 70). Often indicates a routing loop.

如何修复

Check for routing loops. If the path is legitimately long, increase Max-Forwards. Usually indicates misconfigured routing.

与之对比

指南

调试场景

术语表