SIPResponseMetaData table in Lync Server 2013
Topic Last Modified: 2012-09-28
The SIPResponseMetaDataTable contains a list of SIP response codes and the classification and definition of each of those codes. These codes are generated in response to events affecting SIP devices and SIP communication sessions; for example, the response code 403 is generated when a SIP device makes a request, but the server declines to honor that request.
This table was introduced in Microsoft Lync Server 2013.
Column | Data Type | Key/Index | Details |
---|---|---|---|
ResponseCode |
int |
Primary |
Numeric value that represents the SIP response code. |
Class |
int |
General classification for the response code. Classifications include:
|
|
Description |
nvarchar(256) |
Description of the SIP response code. For example, response code 181 has the following description: Call Is Being Forwarded |