SIP

SIP 199 Early Dialog Terminated vs 607 Unwanted

SIP 199 (Early Dialog Terminated) is a 1xx Provisional response, while 607 (Unwanted) is a 6xx Global Failure response. 199 indicates that a UAS can send this to indicate that an early dialog has been terminated. Used when forking results in multiple early dialogs. In contrast, 607 means that the called party did not want this call from the calling party. This response is used for robocall and spam call blocking.

설명

A UAS can send this to indicate that an early dialog has been terminated. Used when forking results in multiple early dialogs.

이 코드를 보게 되는 경우

In forked call scenarios when one of the forked branches is cancelled because another branch was answered.

해결 방법

No action needed. This is normal behavior in forked call setups. Ensure your UA handles early dialog termination gracefully.

설명

The called party did not want this call from the calling party. This response is used for robocall and spam call blocking.

이 코드를 보게 되는 경우

When the callee's system identifies the call as spam or unwanted. Used in STIR/SHAKEN call verification frameworks.

해결 방법

If you are a legitimate caller being blocked as spam, ensure your STIR/SHAKEN attestation level is 'A' (full attestation). Contact the callee through alternative means.

주요 차이점

1.

199 is a 1xx Provisional response, while 607 is a 6xx Global Failure response.

2.

SIP 199: A UAS can send this to indicate that an early dialog has been terminated. Used when forking results in multiple early dialogs.

3.

SIP 607: The called party did not want this call from the calling party. This response is used for robocall and spam call blocking.

4.

You encounter 199 when in forked call scenarios when one of the forked branches is cancelled because another branch was answered.

5.

You encounter 607 when when the callee's system identifies the call as spam or unwanted. Used in STIR/SHAKEN call verification frameworks.

언제 어떤 것을 사용할지

For 199 (Early Dialog Terminated): No action needed. This is normal behavior in forked call setups. Ensure your UA handles early dialog termination gracefully. For 607 (Unwanted): If you are a legitimate caller being blocked as spam, ensure your STIR/SHAKEN attestation level is 'A' (full attestation). Contact the callee through alternative means.

더 알아보기