SIP 182 Queued vs 480 Temporarily Unavailable
SIP 182 (Queued) is a 1xx Provisional response, while 480 (Temporarily Unavailable) is a 4xx Client 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, 480 means that the callee's end system was contacted successfully but the callee is currently unavailable. The client may retry after some time.
Beschreibung
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.
Wann Sie es sehen
In call center or queuing scenarios where the callee is busy but the system holds the call in a queue.
Wie man es behebt
Wait for the call to be dequeued. If queuing is not desired, configure the server to reject calls instead of queuing them.
Beschreibung
The callee's end system was contacted successfully but the callee is currently unavailable. The client may retry after some time.
Wann Sie es sehen
When the user exists but is not currently reachable — phone is off, DND mode enabled, or all lines are busy.
Wie man es behebt
Try calling again later. Check if the callee has DND enabled or if their device is powered off. Configure voicemail for unavailable scenarios.
Wesentliche Unterschiede
182 is a 1xx Provisional response, while 480 is a 4xx Client 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 480: The callee's end system was contacted successfully but the callee is currently unavailable. The client may retry after some time.
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 480 when when the user exists but is not currently reachable — phone is off, DND mode enabled, or all lines are busy.
Wann welchen verwenden
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 480 (Temporarily Unavailable): Try calling again later. Check if the callee has DND enabled or if their device is powered off. Configure voicemail for unavailable scenarios.