SIP 181 Call Is Being Forwarded vs 380 Alternative Service
SIP 181 (Call Is Being Forwarded) is a 1xx Provisional response, while 380 (Alternative Service) is a 3xx Redirection response. 181 indicates that a proxy server may send this to indicate that the call is being forwarded to a different set of destinations. In contrast, 380 means that the call was not successful but alternative services are possible. The response body contains a description of alternative services.
Mô tả
A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.
Khi bạn thấy mã này
When the callee has call forwarding enabled and the request is being redirected to another number or device.
Cách khắc phục
No action needed. The call is being redirected. If forwarding is unintended, the callee should update their forwarding settings.
Mô tả
The call was not successful but alternative services are possible. The response body contains a description of alternative services.
Khi bạn thấy mã này
Rarely seen in practice. Indicates that the request cannot be fulfilled as-is but the user may be reached via an alternative method.
Cách khắc phục
Check the response body for alternative service descriptions and attempt to reach the user through those channels.
Sự khác biệt chính
181 is a 1xx Provisional response, while 380 is a 3xx Redirection response.
SIP 181: A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.
SIP 380: The call was not successful but alternative services are possible. The response body contains a description of alternative services.
You encounter 181 when when the callee has call forwarding enabled and the request is being redirected to another number or device.
You encounter 380 when rarely seen in practice. Indicates that the request cannot be fulfilled as-is but the user may be reached via an alternative method.
Khi nào dùng cái nào
For 181 (Call Is Being Forwarded): No action needed. The call is being redirected. If forwarding is unintended, the callee should update their forwarding settings. For 380 (Alternative Service): Check the response body for alternative service descriptions and attempt to reach the user through those channels.