Enum SIPValidationFieldsEnum
Enumeration of SIP validation fields
Namespace: SipLib.Core
Assembly: SipLib.dll
Syntax
public enum SIPValidationFieldsEnum
Fields
Name | Description |
---|---|
CSeq | The validation error occurred in the SIP CSeq header |
CallID | The validation error occurred in the SIP Call-ID header |
ContactHeader | The validation error occurred in the SIP Contact header |
ContentLength | The validation error occurred in the SIP Content-Length header |
ContentType | The validation error occurred in the SIP Content-Type header |
Expires | The validation error occurred in the SIP Expires header |
FromHeader | The validation error occurred in the SIP From header |
Headers | The validation error occurred in the SIP headers |
MaxForwards | The validation error occurred in the SIP Max-Forwards header |
PAssertedIdentityHeader | The validation error occurred in the SIP P-Asserted-Identity header |
PPreferredIdentityHeader | The validation error occurred in the SIP P-Preferred-Identity header |
ReferToHeader | The validation error occurred in the SIP Refer-To header |
Request | The validation error occurred in a SIP request message |
Response | The validation error occurred in a SIP response message |
RouteHeader | The validation error occurred in the SIP Route header |
SipVersion | The validation error occurred in the SIP version in the first line of a SIP message. |
ToHeader | The validation error occurred in the SIP To header |
URI | The validation error occurred in a URI field |
Unknown | The validation error occurred in an unknown header, field or parameter |
ViaHeader | The validation error occurred in the SIP Via header |