OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
type record Accept
{
FieldName fieldName (ACCEPT_E),
AcceptBody_List acceptArgs optional
}
type record AcceptEncoding
{
FieldName fieldName (ACCEPT_ENCODING_E),
ContentCoding_List contentCoding optional
}
type record AcceptLanguage
{
FieldName fieldName (ACCEPT_LANGUAGE_E),
LanguageBody_List languageBody optional
}
type record AlertInfo
{
FieldName fieldName (ALERT_INFO_E),
AlertInfoBody_List alertInfoBody optional
}
type record Allow
{
FieldName fieldName (ALLOW_E),
Method_List methods optional
}
type record AuthenticationInfo
{
FieldName fieldName (AUTHENTICATION_INFO_E),
CommaParam_List ainfo
}
type record Authorization
{
FieldName fieldName (AUTHORIZATION_E),
CredentialsList body
}
type record CallId
{
FieldName fieldName (CALL_ID_E),
CallidString callid
}
type record CallInfo
{
FieldName fieldName (CALL_INFO_E),
CallInfoBody_List callInfoBody optional
}
type record Contact
{
FieldName fieldName (CONTACT_E),
ContactBody contactBody
}
type record ContentDisposition
{
FieldName fieldName (CONTENT_DISPOSITION_E),
charstring dispositionType,
SemicolonParam_List dispositionParams optional
}
type record ContentEncoding
{
FieldName fieldName (CONTENT_ENCODING_E),
ContentCoding_List contentCoding
}
type record ContentLanguage
{
FieldName fieldName (CONTENT_LANGUAGE_E),
LanguageTag_List languageTag
}
type record ContentLength
{
FieldName fieldName (CONTENT_LENGTH_E),
integer len
}
type record ContentType
{
FieldName fieldName (CONTENT_TYPE_E),
charstring mediaType
}
type record CSeq
{
FieldName fieldName (CSEQ_E),
integer seqNumber,
charstring method
}
type record Date
{
FieldName fieldName (DATE_E),
charstring sipDate
}
type record ErrorInfo
{
FieldName fieldName (ERROR_INFO_E),
ErrorInfoBody_List errorInfo optional
}
type record Expires
{
FieldName fieldName (EXPIRES_E),
DeltaSec deltaSec
}
type record From
{
FieldName fieldName (FROM_E),
Addr_Union addressField,
SemicolonParam_List fromParams optional
}
type record InReplyTo
{
FieldName fieldName (IN_REPLY_TO_E),
CallidString_List callids
}
type record MaxForwards
{
FieldName fieldName (MAX_FORWARDS_E),
integer forwards
}
type record MinExpires
{
FieldName fieldName (MIN_EXPIRES_E),
DeltaSec deltaSec
}
type record MimeVersion
{
FieldName fieldName (MIME_VERSION_E),
integer majorNumber,
integer minorNumber
}
type record Organization
{
FieldName fieldName (ORGANIZATION_E),
charstring organization
}
type record Priority
{
FieldName fieldName (PRIORITY_E),
charstring priorityValue
}
type record ProxyAuthenticate
{
FieldName fieldName (PROXY_AUTHENTICATE_E),
Challenge challenge
}
type record ProxyAuthorization
{
FieldName fieldName (PROXY_AUTHORIZATION_E),
CredentialsList credentials
}
type record ProxyRequire
{
FieldName fieldName (PROXY_REQUIRE_E),
OptionTag_List optionsTags
}
type record RecordRoute
{
FieldName fieldName (RECORD_ROUTE_E),
RouteBody_List routeBody
}
type record ReplyTo
{
FieldName fieldName (REPLY_TO_E),
Addr_Union addressField,
SemicolonParam_List replyToParams optional
}
type record Require
{
FieldName fieldName (REQUIRE_E),
OptionTag_List optionsTags
}
type record RetryAfter
{
FieldName fieldName (RETRY_AFTER_E),
DeltaSec deltaSec,
charstring comment optional,
SemicolonParam_List retryParams optional
}
type record Route
{
FieldName fieldName (ROUTE_E),
RouteBody_List routeBody
}
type record Server
{
FieldName fieldName (SERVER_E),
ServerVal_List serverBody
}
type record Subject
{
FieldName fieldName (SUBJECT_E),
charstring summary
}
type record Supported
{
FieldName fieldName (SUPPORTED_E),
OptionTag_List optionsTags optional
}
type record Timestamp
{
FieldName fieldName (TIMESTAMP_E),
TimeValue timeValue optional,
TimeValue delay optional
}
type record To
{
FieldName fieldName (TO_E),
Addr_Union addressField,
SemicolonParam_List toParams optional
}
type record Unsupported
{
FieldName fieldName (UNSUPPORTED_E),
OptionTag_List optionsTags
}
type record UndefinedHeader
{
charstring headerName,
charstring headerValue
}
type record UserAgent
{
FieldName fieldName (USER_AGENT_E),
ServerVal_List userAgentBody
}
type record Via
{
FieldName fieldName (VIA_E),
ViaBody_List viaBody
}
type record Warning
{
FieldName fieldName (WARNING_E),
WarningValue_List warningValue
}
type record WwwAuthenticate
{
FieldName fieldName (WWW_AUTHENTICATE_E),
Challenge challenge
}
type set of UndefinedHeader UndefinedHeader_List