SIP 180 Ringing vs 421 Extension Required
SIP 180 (Ringing) is a 1xx Provisional response, while 421 (Extension Required) is a 4xx Client Failure response. 180 indicates that the UA receiving the INVITE is trying to alert the user. This response is used to initiate local ringback tone at the caller's end. In contrast, 421 means that the UAS needs a particular extension to process the request but the extension is not listed in the Supported header.
描述
The UA receiving the INVITE is trying to alert the user. This response is used to initiate local ringback tone at the caller's end.
何时出现
During call setup when the callee's phone is ringing. You should hear a ringback tone after receiving this response.
如何修复
No fix needed — the callee's device is ringing. If the call never connects after ringing, check the callee's device or call forwarding settings.
描述
The UAS needs a particular extension to process the request but the extension is not listed in the Supported header.
何时出现
When the server requires a specific SIP extension that the client did not indicate support for.
如何修复
Add the required extension to the Supported header and ensure your UA implements it. Check the response for which extension is needed.
主要区别
180 is a 1xx Provisional response, while 421 is a 4xx Client Failure response.
SIP 180: The UA receiving the INVITE is trying to alert the user. This response is used to initiate local ringback tone at the caller's end.
SIP 421: The UAS needs a particular extension to process the request but the extension is not listed in the Supported header.
You encounter 180 when during call setup when the callee's phone is ringing. You should hear a ringback tone after receiving this response.
You encounter 421 when when the server requires a specific SIP extension that the client did not indicate support for.
何时使用哪个
For 180 (Ringing): No fix needed — the callee's device is ringing. If the call never connects after ringing, check the callee's device or call forwarding settings. For 421 (Extension Required): Add the required extension to the Supported header and ensure your UA implements it. Check the response for which extension is needed.