SIP

SIP 204 No Notification vs 410 Gone

SIP 204 (No Notification) is a 2xx Success response, while 410 (Gone) is a 4xx Client 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, 410 means that the requested resource is no longer available at the server and no forwarding address is known. This is expected to be a permanent condition.

Description

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

Quand vous le voyez

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

Comment résoudre

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

Description

The requested resource is no longer available at the server and no forwarding address is known. This is expected to be a permanent condition.

Quand vous le voyez

When a user account has been permanently deactivated or removed from the server with no forwarding information.

Comment résoudre

The user is permanently gone. Remove this URI from your contacts. Unlike 404, the server knows the user once existed here.

Différences clés

1.

204 is a 2xx Success response, while 410 is a 4xx Client Failure response.

2.

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

3.

SIP 410: The requested resource is no longer available at the server and no forwarding address is known. This is expected to be a permanent condition.

4.

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

5.

You encounter 410 when when a user account has been permanently deactivated or removed from the server with no forwarding information.

Quand utiliser lequel

For 204 (No Notification): No fix needed. The subscription was accepted but there is no state change to notify about yet. For 410 (Gone): The user is permanently gone. Remove this URI from your contacts. Unlike 404, the server knows the user once existed here.

En savoir plus