SIP

SIP 181 Call Is Being Forwarded vs 580 Precondition Failure

SIP 181 (Call Is Being Forwarded) is a 1xx Provisional response, while 580 (Precondition Failure) 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, 580 means that the server is unable or unwilling to meet some of the preconditions specified in the request for resource reservation.

描述

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 is unable or unwilling to meet some of the preconditions specified in the request for resource reservation.

何时出现

When using QoS preconditions (RFC 3312) and the network cannot guarantee the required quality of service for the media session.

如何修复

Relax the precondition requirements or ensure the network path supports the required QoS. Consider removing precondition requirements for best-effort calls.

主要区别

1.

181 is a 1xx Provisional response, while 580 is a 5xx Server Failure response.

2.

SIP 181: A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.

3.

SIP 580: The server is unable or unwilling to meet some of the preconditions specified in the request for resource reservation.

4.

You encounter 181 when when the callee has call forwarding enabled and the request is being redirected to another number or device.

5.

You encounter 580 when when using QoS preconditions (RFC 3312) and the network cannot guarantee the required quality of service for the media session.

何时使用哪个

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 580 (Precondition Failure): Relax the precondition requirements or ensure the network path supports the required QoS. Consider removing precondition requirements for best-effort calls.

了解更多