sipResponse Element
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Indicates SIP-related errors.
Syntax
<sipResponse code="string value" subCode="string value" detail="string value"/>
Attributes
Attribute |
Data Type |
Description |
---|---|---|
code |
String |
The SIP error code. |
subCode |
string |
The system warning code. |
detail |
string |
The description of the error or warning. |
Element Information
Parent Element
Element |
Description |
---|---|
Contains diagnostic error information when the server failed to process a request. |
Examples
<sipResponse code="403" subCode="2" detail="Server Error" />