SIP INVITE
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-invite/" 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-invite/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/sip-invite/)
Use the native HTML custom element.
The SIP method used to initiate a session (phone call, video conference), triggering the offer/answer exchange of session parameters via SDP. The caller sends INVITE with an SDP body describing its media capabilities; the callee responds with its own SDP in the 200 OK. A three-way handshake (INVITE → 200 OK → ACK) establishes the dialog. Re-INVITE within an existing dialog can modify session parameters such as codec or hold state.