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.
描述
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 call center or queuing scenarios where the callee is busy but the system holds the call in a queue.
如何修复
Wait for the call to be dequeued. If queuing is not desired, configure the server to reject calls instead of queuing them.
描述
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 the callee has rejected the call on all devices. No other endpoints should be tried. The user is universally busy.
如何修复
Wait and try again later. No alternative contact points exist. The callee must become available on their own.
主要区别
182 is a 1xx Provisional response, while 600 is a 6xx Global Failure response.
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.
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.
You encounter 182 when in call center or queuing scenarios where the callee is busy but the system holds the call in a queue.
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.
何时使用哪个
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.