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.
Descripción
A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.
Cuándo lo verás
When the callee has call forwarding enabled and the request is being redirected to another number or device.
Cómo solucionarlo
No action needed. The call is being redirected. If forwarding is unintended, the callee should update their forwarding settings.
Descripción
The call was not successful but alternative services are possible. The response body contains a description of alternative services.
Cuándo lo verás
Rarely seen in practice. Indicates that the request cannot be fulfilled as-is but the user may be reached via an alternative method.
Cómo solucionarlo
Check the response body for alternative service descriptions and attempt to reach the user through those channels.
Diferencias clave
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.
Cuándo usar cada uno
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.