SIP

SIP 182 Queued vs 600 Busy Everywhere

SIP 182 (Queued) is a 1xx Provisional response, while 600 (Busy Everywhere) is a 6xx Global Failure 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, 600 means that the callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time. Unlike 486 (Busy Here), this is a definitive response.

Description

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.

When You See It

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

How to Fix

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

Description

The callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time. Unlike 486 (Busy Here), this is a definitive response.

When You See It

When the callee has rejected the call on all devices. No other endpoints should be tried. The user is universally busy.

How to Fix

Wait and try again later. No alternative contact points exist. The callee must become available on their own.

Key Differences

1.

182 is a 1xx Provisional response, while 600 is a 6xx Global Failure 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 600: The callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time. Unlike 486 (Busy Here), this is a definitive response.

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 600 when when the callee has rejected the call on all devices. No other endpoints should be tried. The user is universally busy.

When to Use Which

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 600 (Busy Everywhere): Wait and try again later. No alternative contact points exist. The callee must become available on their own.

Learn More