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.

비교 대상

가이드

디버깅 시나리오

용어집