SIP

SIP 180 Ringing vs 408 Request Timeout

SIP 180 (Ringing) is a 1xx Provisional response, while 408 (Request Timeout) is a 4xx Client Failure response. 180 indicates that the UA receiving the INVITE is trying to alert the user. This response is used to initiate local ringback tone at the caller's end. In contrast, 408 means that the server could not produce a response within a suitable time. The client may repeat the request without modifications at any later time.

Descrição

The UA receiving the INVITE is trying to alert the user. This response is used to initiate local ringback tone at the caller's end.

Quando você o vê

During call setup when the callee's phone is ringing. You should hear a ringback tone after receiving this response.

Como corrigir

No fix needed — the callee's device is ringing. If the call never connects after ringing, check the callee's device or call forwarding settings.

Descrição

The server could not produce a response within a suitable time. The client may repeat the request without modifications at any later time.

Quando você o vê

When the callee does not respond within the configured timeout (e.g., phone rings but is never answered, or the endpoint is unreachable).

Como corrigir

Check if the callee's device is powered on and registered. Verify network connectivity. Consider adjusting the server's transaction timeout value.

Diferenças principais

1.

180 is a 1xx Provisional response, while 408 is a 4xx Client Failure response.

2.

SIP 180: The UA receiving the INVITE is trying to alert the user. This response is used to initiate local ringback tone at the caller's end.

3.

SIP 408: The server could not produce a response within a suitable time. The client may repeat the request without modifications at any later time.

4.

You encounter 180 when during call setup when the callee's phone is ringing. You should hear a ringback tone after receiving this response.

5.

You encounter 408 when when the callee does not respond within the configured timeout (e.g., phone rings but is never answered, or the endpoint is unreachable).

Quando usar qual

For 180 (Ringing): No fix needed — the callee's device is ringing. If the call never connects after ringing, check the callee's device or call forwarding settings. For 408 (Request Timeout): Check if the callee's device is powered on and registered. Verify network connectivity. Consider adjusting the server's transaction timeout value.

Saiba mais