SIP CANCEL
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/sip-cancel/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/sip-cancel/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/sip-cancel/)
Use the native HTML custom element.
A SIP method that aborts a pending INVITE transaction before a final response is received, used when the caller hangs up during ringing. CANCEL must match the CSeq and Call-ID of the INVITE it cancels. On receiving CANCEL, the server responds 200 OK to the CANCEL and sends a 487 Request Terminated to the original INVITE. CANCEL cannot be used after a 200 OK has been received — only BYE can terminate an established dialog.