SIP 204 No Notification vs 607 Unwanted
SIP 204 (No Notification) is a 2xx Success response, while 607 (Unwanted) is a 6xx Global Failure response. 204 indicates that the request was successful but the server has decided not to send a NOTIFY for this SUBSCRIBE request. 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.
설명
The request was successful but the server has decided not to send a NOTIFY for this SUBSCRIBE request.
이 코드를 보게 되는 경우
When subscribing to event packages that may not generate immediate notifications, such as dialog or presence packages.
해결 방법
No fix needed. The subscription was accepted but there is no state change to notify about yet.
설명
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.
주요 차이점
204 is a 2xx Success response, while 607 is a 6xx Global Failure response.
SIP 204: The request was successful but the server has decided not to send a NOTIFY for this SUBSCRIBE request.
SIP 607: The called party did not want this call from the calling party. This response is used for robocall and spam call blocking.
You encounter 204 when when subscribing to event packages that may not generate immediate notifications, such as dialog or presence packages.
You encounter 607 when when the callee's system identifies the call as spam or unwanted. Used in STIR/SHAKEN call verification frameworks.
언제 어떤 것을 사용할지
For 204 (No Notification): No fix needed. The subscription was accepted but there is no state change to notify about yet. 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.