SIP

SIP 182 Queued vs 204 No Notification

SIP 182 (Queued) is a 1xx Provisional response, while 204 (No Notification) is a 2xx Success response. 182 indicates that the called party is temporarily unavailable but the server has decided to queue the call rather than reject it. The call will be attempted when the callee becomes available. In contrast, 204 means that the request was successful but the server has decided not to send a NOTIFY for this SUBSCRIBE request.

Descripción

The called party is temporarily unavailable but the server has decided to queue the call rather than reject it. The call will be attempted when the callee becomes available.

Cuándo lo verás

In call center or queuing scenarios where the callee is busy but the system holds the call in a queue.

Cómo solucionarlo

Wait for the call to be dequeued. If queuing is not desired, configure the server to reject calls instead of queuing them.

Descripción

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

Cuándo lo verás

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

Cómo solucionarlo

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

Diferencias clave

1.

182 is a 1xx Provisional response, while 204 is a 2xx Success response.

2.

SIP 182: The called party is temporarily unavailable but the server has decided to queue the call rather than reject it. The call will be attempted when the callee becomes available.

3.

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

4.

You encounter 182 when in call center or queuing scenarios where the callee is busy but the system holds the call in a queue.

5.

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

Cuándo usar cada uno

For 182 (Queued): Wait for the call to be dequeued. If queuing is not desired, configure the server to reject calls instead of queuing them. For 204 (No Notification): No fix needed. The subscription was accepted but there is no state change to notify about yet.

Saber más