SIP Transaction
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-transaction/" 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-transaction/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/sip-transaction/)
Use the native HTML custom element.
A single request-response exchange in SIP identified by the branch parameter in the Via header, with built-in retransmission timers for unreliable transports like UDP. A client transaction sends a request and handles retransmissions until a final response is received; a server transaction receives the request and returns responses. The ACK for non-2xx INVITE responses is part of the transaction; the ACK for 2xx is a separate transaction. Multiple transactions compose a SIP dialog.