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

1xx - Provisional Responses

  • 100 Trying

Extended search being performed may take a significant time so a forking proxy must send a 100 Trying response.

...

Can be used by User Agent Server to indicate to upstream SIP entities (including UAC) that an early dialog has been terminated.

2xx - Successful Responses

  • 200 OK

Indicates the request was successful.

...

Indicates the request was successful, but the corresponding response will not be received.

3xx - Redirection Responses

  • 300 Multiple Choices

The address resolved to one of several options for the user or client to choose between, which are listed in the message body or the message's Contact fields.

...

The call failed, but alternatives are detailed in the message body.

4xx - Client Failure Responses

  • 400 Bad Request

The request could not be understood due to malformed syntax.

...

The server has received a request that requires a negotiated security mechanism, and the response contains a list of suitable security mechanisms for the requester to choose between, or a digest authentication challenge.

5xx - Server Failure Responses

  • 500 Server Internal Error

...

The server is unable or unwilling to meet some constraints specified in the offer.

6xx - Global Failure Responses

  • 600 Busy Everywhere

All possible destinations are busy. Unlike the 486 response, this response indicates the destination knows there are no alternative destinations (such as a voicemail server) able to accept the call.

...