Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

SIP is based on request/response transactions. Each transaction consists of a SIP request and at least one response.

SIP requests and responses may be generated by any SIPĀ user agent; User Agent Clients (UACs), which initiate requests, and User Agent Servers (UASes), which respond to them.

Created: July 2018

Permalink: https://confluence.wildix.com/x/KAeIAQ

Table of Contents

1xx - Provisional Responses

...