SIP 181 Call Is Being Forwarded vs 502 Bad Gateway
SIP 181 (Call Is Being Forwarded) is a 1xx Provisional response, while 502 (Bad Gateway) is a 5xx Server Failure response. 181 indicates that a proxy server may send this to indicate that the call is being forwarded to a different set of destinations. In contrast, 502 means that the server, acting as a gateway or proxy, received an invalid response from a downstream server it accessed in attempting to fulfill the request.
विवरण
A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.
जब आप इसे देखें
When the callee has call forwarding enabled and the request is being redirected to another number or device.
कैसे ठीक करें
No action needed. The call is being redirected. If forwarding is unintended, the callee should update their forwarding settings.
विवरण
The server, acting as a gateway or proxy, received an invalid response from a downstream server it accessed in attempting to fulfill the request.
जब आप इसे देखें
When a SIP proxy receives a malformed or invalid response from the next-hop server. Common in interop scenarios between different vendors.
कैसे ठीक करें
Check the downstream server's health and configuration. Verify SIP message formatting between the two servers. Review network connectivity.
मुख्य अंतर
181 is a 1xx Provisional response, while 502 is a 5xx Server Failure response.
SIP 181: A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.
SIP 502: The server, acting as a gateway or proxy, received an invalid response from a downstream server it accessed in attempting to fulfill the request.
You encounter 181 when when the callee has call forwarding enabled and the request is being redirected to another number or device.
You encounter 502 when when a SIP proxy receives a malformed or invalid response from the next-hop server. Common in interop scenarios between different vendors.
कब किसका उपयोग करें
For 181 (Call Is Being Forwarded): No action needed. The call is being redirected. If forwarding is unintended, the callee should update their forwarding settings. For 502 (Bad Gateway): Check the downstream server's health and configuration. Verify SIP message formatting between the two servers. Review network connectivity.