SIP

SIP 180 Ringing vs 439 First Hop Lacks Outbound Support

SIP 180 (Ringing) is a 1xx Provisional response, while 439 (First Hop Lacks Outbound Support) 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, 439 means that the first outbound proxy does not support the SIP outbound mechanism (RFC 5626) that the UA is trying to use.

説明

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.

このコードが表示される場合

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

解決方法

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.

説明

The first outbound proxy does not support the SIP outbound mechanism (RFC 5626) that the UA is trying to use.

このコードが表示される場合

When a UA configured for SIP outbound connects to a proxy that doesn't support the outbound option-tag.

解決方法

Upgrade the outbound proxy to support RFC 5626, or configure the UA to not require outbound support.

主な違い

1.

180 is a 1xx Provisional response, while 439 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 439: The first outbound proxy does not support the SIP outbound mechanism (RFC 5626) that the UA is trying to use.

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 439 when when a UA configured for SIP outbound connects to a proxy that doesn't support the outbound option-tag.

どちらをいつ使うか

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 439 (First Hop Lacks Outbound Support): Upgrade the outbound proxy to support RFC 5626, or configure the UA to not require outbound support.

詳しく見る