SIP

SIP 181 Call Is Being Forwarded vs 183 Session Progress

Both SIP 181 (Call Is Being Forwarded) and 183 (Session Progress) belong to the 1xx Provisional category. 181 indicates that a proxy server may send this to indicate that the call is being forwarded to a different set of destinations. Meanwhile, 183 means that used to convey information about the progress of the call that is not otherwise classified. Often carries early media (ringback tones, announcements) via SDP.

説明

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.

説明

Used to convey information about the progress of the call that is not otherwise classified. Often carries early media (ringback tones, announcements) via SDP.

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

During call setup, especially in PSTN interworking scenarios. The response may contain SDP for early media like custom ringback tones or IVR prompts.

解決方法

No fix needed — this is informational. If early media is not playing, check codec negotiation and SDP handling in your UA.

主な違い

1.

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

2.

SIP 183: Used to convey information about the progress of the call that is not otherwise classified. Often carries early media (ringback tones, announcements) via SDP.

3.

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

4.

You encounter 183 when during call setup, especially in PSTN interworking scenarios. The response may contain SDP for early media like custom ringback tones or IVR prompts.

どちらをいつ使うか

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 183 (Session Progress): No fix needed — this is informational. If early media is not playing, check codec negotiation and SDP handling in your UA.

詳しく見る