OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Group Types.SubTypes.TokenTypes

Declared in module LibSip_SIPTypesAndValues


Types Summary
CallidString
ContentCoding
DeltaSec
LanguageTag
OptionTag
ServerVal
PAssertedIDValue
PAssertedServiceValue
PPreferredIDValue
PrivacyValue
FieldName
Method
GenericParam
HostPort
UserInfo identifier for user or telephone subscriber
SipUrl Uniform Resource Identifier (URI)
AcceptBody
AlertInfoBody
CallInfoBody
NameAddr
ContactAddress
ErrorInfoBody
LanguageBody
OtherAuth
Payload
RouteBody
SentProtocol
TimeValue
ViaBody
WarningValue
CredentialsList
RouteBody_List
ViaBody_List
PAssertedIDValue_List
PPreferredIDValue_List
PrivacyValue_List
SemicolonParam_List
AmpersandParam_List
CommaParam_List
AcceptBody_List
AlertInfoBody_List
CallidString_List
CallInfoBody_List
ContactAddress_List
ContentCoding_List
ErrorInfoBody_List
LanguageBody_List
LanguageTag_List
Method_List
OptionTag_List
ServerVal_List
WarningValue_List
Challenge
Addr_Union
ContactBody
Credentials
WarnAgent

Details

CallidString
type charstring CallidString;

Declared in group Types.SubTypes.TokenTypes

ContentCoding
type charstring ContentCoding;

Declared in group Types.SubTypes.TokenTypes

DeltaSec
type charstring    DeltaSec;

Declared in group Types.SubTypes.TokenTypes

LanguageTag
type charstring LanguageTag;

Declared in group Types.SubTypes.TokenTypes

OptionTag
type charstring OptionTag;

Declared in group Types.SubTypes.TokenTypes

ServerVal
type charstring ServerVal;

Declared in group Types.SubTypes.TokenTypes

PAssertedIDValue
type Addr_Union PAssertedIDValue;

Declared in group Types.SubTypes.TokenTypes

PAssertedServiceValue
type charstring PAssertedServiceValue;

Declared in group Types.SubTypes.TokenTypes

PPreferredIDValue
type Addr_Union PPreferredIDValue;

Declared in group Types.SubTypes.TokenTypes

PrivacyValue
type charstring PrivacyValue;

Declared in group Types.SubTypes.TokenTypes

FieldName
type enumerated FieldName
{
  ACCEPT_E,
  ACCEPT_ENCODING_E,
  ACCEPT_LANGUAGE_E,
  ALERT_INFO_E,
  ALLOW_E,
  AUTHENTICATION_INFO_E,
  AUTHORIZATION_E,
  CALL_ID_E,
  CALL_INFO_E,
  CONTACT_E,
  CONTENT_DISPOSITION_E,
  CONTENT_ENCODING_E,
  CONTENT_LANGUAGE_E,
  CONTENT_LENGTH_E,
  CONTENT_TYPE_E,
  CSEQ_E,
  DATE_E,
  ERROR_INFO_E,
  EXPIRES_E,
  FROM_E,
  IN_REPLY_TO_E,
  MAX_FORWARDS_E,
  MIME_VERSION_E,
  MIN_EXPIRES_E,
  ORGANIZATION_E,
  PRIORITY_E,
  PROXY_AUTHENTICATE_E,
  PROXY_AUTHORIZATION_E,
  PROXY_REQUIRE_E,
  RECORD_ROUTE_E,
  REPLY_TO_E,
  REQUIRE_E,
  RETRY_AFTER_E,
  ROUTE_E,
  SERVER_E,
  SUBJECT_E,
  SUPPORTED_E,
  TIMESTAMP_E,
  TO_E,
  UNSUPPORTED_E,
  USER_AGENT_E,
  VIA_E,
  WARNING_E,
  WWW_AUTHENTICATE_E,
          RACK_E,
          RSEQ_E,
          ALLOW_EVENTS_E,
          EVENT_E,
          SUBSCRIPTION_STATE_E,
          P_MEDIA_AUTHORIZATION_E,
          PRIVACY_E,
          P_ASSERTED_ID_E,
          P_PREFERRED_ID_E, 
          REASON_E,
          REFER_TO_E,
          REPLACES_E,
          REFERRED_BY_E,
          HISTORY_INFO_E,
          P_MEDIA_AUTH_E,
          PATH_E,    
          SECURITY_CLIENT_E,    
          SECURITY_SERVER_E,
          SECURITY_VERIFY_E,  
          P_ACCESS_NETWORK_INFO_E,
          P_ASSOCIATED_URI_E,
          P_CALLED_PARTY_E,
          P_CHARGING_FUNCTION_ADDRESSES_E,
          P_CHARGING_VECTOR_E,
          P_VISITED_NETWORK_E,
          SERVICE_ROUTE_E,
          ACCEPT_CONTACT_E,
          MIN_SE_E,
          SESSION_EXPIRES_E,
          P_ASSERTED_SERVICE_E,
          P_EARLY_MEDIA_E,
          USER_TO_USER_E
}

Declared in group Types.SubTypes.TokenTypes

Method
type enumerated Method {
  ACK_E,
  BYE_E,
  CANCEL_E,
  INVITE_E,
  OPTIONS_E,
  REGISTER_E,
  PRACK_E, 
  SUBSCRIBE_E, NOTIFY_E, 
  PUBLISH_E, 
  REFER_E, 
  UPDATE_E, 
  MESSAGE_E, 
  INFO_E,    
  UNKNOWN_METHOD_E
            }

Declared in group Types.SubTypes.TokenTypes

GenericParam
type record GenericParam
{
  charstring                 id,
  charstring                paramValue optional
}

Declared in group Types.SubTypes.TokenTypes

HostPort
type record HostPort
{
  charstring             host optional,                
  integer                portField optional        
}

Declared in group Types.SubTypes.TokenTypes

UserInfo
type record UserInfo
{
  charstring           userOrTelephoneSubscriber,
  charstring           password optional
}

Declared in group Types.SubTypes.TokenTypes

identifier for user or telephone subscriber

Members

SipUrl
type record SipUrl
{
  charstring        scheme,  
  UserInfo        userInfo optional,
  HostPort        hostPort optional,
  SemicolonParam_List    urlParameters optional,
  AmpersandParam_List    headers optional
}

Declared in group Types.SubTypes.TokenTypes

Uniform Resource Identifier (URI)

Members

AcceptBody
type record AcceptBody
{
  charstring         mediaRange,
  SemicolonParam_List    acceptParam optional
}

Declared in group Types.SubTypes.TokenTypes

AlertInfoBody
type record AlertInfoBody
{
  charstring            url,    
  SemicolonParam_List    genericParams optional
}

Declared in group Types.SubTypes.TokenTypes

CallInfoBody
type record CallInfoBody
{
  charstring             url,    
  SemicolonParam_List        infoParams optional
}

Declared in group Types.SubTypes.TokenTypes

NameAddr
type record NameAddr
{
  charstring    displayName optional,
  SipUrl        addrSpec
}

Declared in group Types.SubTypes.TokenTypes

ContactAddress
type record ContactAddress
{
  Addr_Union         addressField,
  SemicolonParam_List    contactParams optional
}

Declared in group Types.SubTypes.TokenTypes

ErrorInfoBody
type record ErrorInfoBody
{
  charstring            uri,        
  SemicolonParam_List        genericParams optional
}

Declared in group Types.SubTypes.TokenTypes

LanguageBody
type record LanguageBody
{
  charstring         languageRange,
  SemicolonParam_List    acceptParam optional
}

Declared in group Types.SubTypes.TokenTypes

OtherAuth
type record OtherAuth
{
  charstring        authScheme,
  CommaParam_List    authParams
}

Declared in group Types.SubTypes.TokenTypes

Payload
type record Payload
{
  integer        payloadlength,
  charstring         payloadvalue
}

Declared in group Types.SubTypes.TokenTypes

RouteBody
type record RouteBody
{
  NameAddr            nameAddr,
  SemicolonParam_List    rrParam optional
}

Declared in group Types.SubTypes.TokenTypes

SentProtocol
type record SentProtocol
{
  charstring        protocolName,
  charstring        protocolVersion,
  charstring        transport
}

Declared in group Types.SubTypes.TokenTypes

TimeValue
type record TimeValue
{
  integer            majorDigit,        
  integer            minorDigit optional    
}

Declared in group Types.SubTypes.TokenTypes

ViaBody
type record ViaBody
{
  SentProtocol    sentProtocol,
  HostPort        sentBy,
  SemicolonParam_List    viaParams optional
}

Declared in group Types.SubTypes.TokenTypes

WarningValue
type record WarningValue
{
  integer        warnCode,    
  WarnAgent        warnAgent,
  charstring        warnText
}

Declared in group Types.SubTypes.TokenTypes

CredentialsList
type record of Credentials CredentialsList

Declared in group Types.SubTypes.TokenTypes

RouteBody_List
type record of RouteBody RouteBody_List

Declared in group Types.SubTypes.TokenTypes

ViaBody_List
type record of ViaBody ViaBody_List

Declared in group Types.SubTypes.TokenTypes

PAssertedIDValue_List
type record of PAssertedIDValue PAssertedIDValue_List

Declared in group Types.SubTypes.TokenTypes

PPreferredIDValue_List
type record of PPreferredIDValue PPreferredIDValue_List

Declared in group Types.SubTypes.TokenTypes

PrivacyValue_List
type record of PrivacyValue PrivacyValue_List

Declared in group Types.SubTypes.TokenTypes

SemicolonParam_List
type set of GenericParam SemicolonParam_List

Declared in group Types.SubTypes.TokenTypes

AmpersandParam_List
type set of GenericParam AmpersandParam_List

Declared in group Types.SubTypes.TokenTypes

CommaParam_List
type set of GenericParam CommaParam_List

Declared in group Types.SubTypes.TokenTypes

AcceptBody_List
type set of AcceptBody AcceptBody_List

Declared in group Types.SubTypes.TokenTypes

AlertInfoBody_List
type set of AlertInfoBody AlertInfoBody_List

Declared in group Types.SubTypes.TokenTypes

CallidString_List
type set of CallidString CallidString_List

Declared in group Types.SubTypes.TokenTypes

CallInfoBody_List
type set of CallInfoBody CallInfoBody_List

Declared in group Types.SubTypes.TokenTypes

ContactAddress_List
type set of ContactAddress ContactAddress_List

Declared in group Types.SubTypes.TokenTypes

ContentCoding_List
type set of ContentCoding ContentCoding_List

Declared in group Types.SubTypes.TokenTypes

ErrorInfoBody_List
type set of ErrorInfoBody ErrorInfoBody_List

Declared in group Types.SubTypes.TokenTypes

LanguageBody_List
type set of LanguageBody LanguageBody_List

Declared in group Types.SubTypes.TokenTypes

LanguageTag_List
type set of LanguageTag LanguageTag_List

Declared in group Types.SubTypes.TokenTypes

Method_List
type set of charstring Method_List

Declared in group Types.SubTypes.TokenTypes

OptionTag_List
type set of OptionTag OptionTag_List

Declared in group Types.SubTypes.TokenTypes

ServerVal_List
type set of ServerVal ServerVal_List

Declared in group Types.SubTypes.TokenTypes

WarningValue_List
type set of WarningValue WarningValue_List

Declared in group Types.SubTypes.TokenTypes

Challenge
type union Challenge
{
  CommaParam_List digestCln,
  OtherAuth    otherChallenge
}

Declared in group Types.SubTypes.TokenTypes

Addr_Union
type union Addr_Union
{
  NameAddr    nameAddr,
  SipUrl        addrSpecUnion 
}

Declared in group Types.SubTypes.TokenTypes

ContactBody
type union ContactBody
{
  charstring        wildcard,
  ContactAddress_List    contactAddresses
}

Declared in group Types.SubTypes.TokenTypes

Credentials
type union Credentials
{
  CommaParam_List    digestResponse,
  OtherAuth          otherResponse
}

Declared in group Types.SubTypes.TokenTypes

WarnAgent
type union WarnAgent
{
  HostPort        hostPort,
  charstring        pseudonym
}

Declared in group Types.SubTypes.TokenTypes