SIP

SIP 202 Accepted vs 204 No Notification

Both SIP 202 (Accepted) and 204 (No Notification) belong to the 2xx Success category. 202 indicates that the request has been accepted for processing but the processing has not been completed. Used primarily for REFER requests. Meanwhile, 204 means that the request was successful but the server has decided not to send a NOTIFY for this SUBSCRIBE request.

Beschreibung

The request has been accepted for processing but the processing has not been completed. Used primarily for REFER requests.

Wann Sie es sehen

After sending a REFER request for call transfer. The transfer target acknowledges receipt but hasn't completed the transfer yet.

Wie man es behebt

Wait for a NOTIFY to learn the outcome of the referred action. If no NOTIFY arrives, check subscription state and network connectivity.

Beschreibung

The request was successful but the server has decided not to send a NOTIFY for this SUBSCRIBE request.

Wann Sie es sehen

When subscribing to event packages that may not generate immediate notifications, such as dialog or presence packages.

Wie man es behebt

No fix needed. The subscription was accepted but there is no state change to notify about yet.

Wesentliche Unterschiede

1.

SIP 202: The request has been accepted for processing but the processing has not been completed. Used primarily for REFER requests.

2.

SIP 204: The request was successful but the server has decided not to send a NOTIFY for this SUBSCRIBE request.

3.

You encounter 202 when after sending a REFER request for call transfer. The transfer target acknowledges receipt but hasn't completed the transfer yet.

4.

You encounter 204 when when subscribing to event packages that may not generate immediate notifications, such as dialog or presence packages.

Wann welchen verwenden

For 202 (Accepted): Wait for a NOTIFY to learn the outcome of the referred action. If no NOTIFY arrives, check subscription state and network connectivity. For 204 (No Notification): No fix needed. The subscription was accepted but there is no state change to notify about yet.

Mehr erfahren