epoc32/include/sipstrconsts.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/sipstrconsts.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/sipstrconsts.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,385 +1,385 @@
     1.4 -// Autogenerated from epoc32/build/sipfw/c_867e51e00fcbdf36/sipcodec_dll/sipstrconsts.st by the stringtable tool - Do not edit
     1.5 -
     1.6 -#ifndef STRINGTABLE_SipStrConsts
     1.7 -#define STRINGTABLE_SipStrConsts
     1.8 -
     1.9 -#include <stringpool.h>
    1.10 -
    1.11 -struct TStringTable;
    1.12 -
    1.13 -/**
    1.14 - * @publishedAll
    1.15 - * @released
    1.16 -*/
    1.17 -class SipStrConsts 
    1.18 -	{
    1.19 -public:
    1.20 -	enum TStrings
    1.21 -		{
    1.22 -		// General constants
    1.23 -		/**  */
    1.24 -		EEmpty,
    1.25 -		/** SIP */
    1.26 -		ESIP,
    1.27 -		/** sip */
    1.28 -		ESip,
    1.29 -		/** sips */
    1.30 -		ESips,
    1.31 -		/** 2.0 */
    1.32 -		EDefaultVersionNumber,
    1.33 -		/** SIP/2.0 */
    1.34 -		EDefaultProtocolVersion,
    1.35 -		/** UDP */
    1.36 -		EUDP,
    1.37 -		/** udp */
    1.38 -		EUdp,
    1.39 -		/** TCP */
    1.40 -		ETCP,
    1.41 -		/** tcp */
    1.42 -		ETcp,
    1.43 -		/** localhost */
    1.44 -		ELocalHost,
    1.45 -		// SIP methods
    1.46 -		/** REGISTER */
    1.47 -		ERegister,
    1.48 -		/** INVITE */
    1.49 -		EInvite,
    1.50 -		/** CANCEL */
    1.51 -		ECancel,
    1.52 -		/** ACK */
    1.53 -		EAck,
    1.54 -		/** BYE */
    1.55 -		EBye,
    1.56 -		/** PRACK */
    1.57 -		EPrack,
    1.58 -		/** UPDATE */
    1.59 -		EUpdate,
    1.60 -		/** SUBSCRIBE */
    1.61 -		ESubscribe,
    1.62 -		/** NOTIFY */
    1.63 -		ENotify,
    1.64 -		/** REFER */
    1.65 -		ERefer,
    1.66 -		/** MESSAGE */
    1.67 -		EMessage,
    1.68 -		/** OPTIONS */
    1.69 -		EOptions,
    1.70 -		/** INFO */
    1.71 -		EInfo,
    1.72 -		// SIP reason phrases:
    1.73 -		/** OK */
    1.74 -		EPhraseOk,
    1.75 -		/** Trying */
    1.76 -		EPhraseTrying,
    1.77 -		/** Ringing */
    1.78 -		EPhraseRinging,
    1.79 -		/** Session Progress */
    1.80 -		EPhraseSessionProgress,
    1.81 -		/** Bad Request */
    1.82 -		EPhraseBadRequest,
    1.83 -		/** Unauthorized */
    1.84 -		EPhraseUnauthorized,
    1.85 -		/** Forbidden */
    1.86 -		EPhraseForbidden,
    1.87 -		/** Not Found */
    1.88 -		EPhraseNotFound,
    1.89 -		/** Method Not Allowed */
    1.90 -		EPhraseMethodNotAllowed,
    1.91 -		/** Proxy Authentication Required */
    1.92 -		EPhraseProxyAuthenticationRequired,
    1.93 -		/** Request Timeout */
    1.94 -		EPhraseRequestTimeout,
    1.95 -		/** Unsupported Media Type */
    1.96 -		EPhraseUnsupportedMediaType,
    1.97 -		/** Unsupported URI Scheme */
    1.98 -		EPhraseUnsupportedURIScheme,
    1.99 -		/** Bad Extension */
   1.100 -		EPhraseBadExtension,
   1.101 -		/** Extension Required */
   1.102 -		EPhraseExtensionRequired,
   1.103 -		/** Interval Too Brief */
   1.104 -		EPhraseIntervalTooBrief,
   1.105 -		/** Temporarily Not Available */
   1.106 -		EPhraseTemporarilyNotAvailable,
   1.107 -		/** Call/Transaction Does Not Exist */
   1.108 -		EPhraseCallTransactionDoesNotExist,
   1.109 -		/** Loop Detected */
   1.110 -		EPhraseLoopDetected,
   1.111 -		/** Too Many Hops */
   1.112 -		EPhraseTooManyHops,
   1.113 -		/** Busy Here */
   1.114 -		EPhraseBusyHere,
   1.115 -		/** Request Terminated */
   1.116 -		EPhraseRequestTerminated,
   1.117 -		/** Not Acceptable Here */
   1.118 -		EPhraseNotAcceptableHere,
   1.119 -		/** Bad Event */
   1.120 -		EPhraseBadEvent,
   1.121 -		/** Security Agreement Required */
   1.122 -		EPhraseSecurityAgreementRequired,
   1.123 -		/** Server Internal Error */
   1.124 -		EPhraseServerInternalError,
   1.125 -		/** Service Unavailable */
   1.126 -		EPhraseServiceUnavailable,
   1.127 -		/** Version Not Supported */
   1.128 -		EPhraseVersionNotSupported,
   1.129 -		/** Decline */
   1.130 -		EPhraseDecline,
   1.131 -		// SIP parameters:
   1.132 -		/** ttl */
   1.133 -		ETtl,
   1.134 -		/** maddr */
   1.135 -		EMaddr,
   1.136 -		/** received */
   1.137 -		EReceived,
   1.138 -		/** branch */
   1.139 -		EBranch,
   1.140 -		/** q */
   1.141 -		EQ,
   1.142 -		/** expires */
   1.143 -		EExpires,
   1.144 -		/** tag */
   1.145 -		ETag,
   1.146 -		/** transport */
   1.147 -		ETransport,
   1.148 -		/** user */
   1.149 -		EUser,
   1.150 -		/** method */
   1.151 -		EMethod,
   1.152 -		/** lr */
   1.153 -		ELr,
   1.154 -		/** d-alg */
   1.155 -		EDigestAlgorithm,
   1.156 -		/** d-qop */
   1.157 -		EDigestQop,
   1.158 -		/** d-ver */
   1.159 -		EDigestVerify,
   1.160 -		/** handling */
   1.161 -		EHandling,
   1.162 -		/** reason */
   1.163 -		EReason,
   1.164 -		/** retry-after */
   1.165 -		ERetryAfter,
   1.166 -		/** id */
   1.167 -		EId,
   1.168 -		/** nextnonce */
   1.169 -		ENextNonce,
   1.170 -		/** qop */
   1.171 -		EQop,
   1.172 -		/** rspauth */
   1.173 -		EResponseAuth,
   1.174 -		/** cnonce */
   1.175 -		ECNonce,
   1.176 -		/** nc */
   1.177 -		ENonceCount,
   1.178 -		/** realm */
   1.179 -		ERealm,
   1.180 -		/** domain */
   1.181 -		EDomain,
   1.182 -		/** nonce */
   1.183 -		ENonce,
   1.184 -		/** opaque */
   1.185 -		EOpaque,
   1.186 -		/** stale */
   1.187 -		EStale,
   1.188 -		/** algorithm */
   1.189 -		EAlgorithm,
   1.190 -		/** username */
   1.191 -		EUserName,
   1.192 -		/** uri */
   1.193 -		EUri,
   1.194 -		/** response */
   1.195 -		EResponse,
   1.196 -		/** comp */
   1.197 -		EComp,
   1.198 -		/** sigcomp */
   1.199 -		ESigComp,
   1.200 -		/** sec-agree */
   1.201 -		ESecAgreeTag,
   1.202 -		/** duration */
   1.203 -		EDuration,
   1.204 -		/** audio */
   1.205 -		EAudio,
   1.206 -		/** automata */
   1.207 -		EAutomata,
   1.208 -		/** class */
   1.209 -		EClass,
   1.210 -		/** duplex */
   1.211 -		EDuplex,
   1.212 -		/** data */
   1.213 -		EData,
   1.214 -		/** control */
   1.215 -		EControl,
   1.216 -		/** mobility */
   1.217 -		EMobility,
   1.218 -		/** description */
   1.219 -		EDescription,
   1.220 -		/** events */
   1.221 -		EEvents,
   1.222 -		/** priority */
   1.223 -		EPriority,
   1.224 -		/** methods */
   1.225 -		EMethods,
   1.226 -		/** schemes */
   1.227 -		ESchemes,
   1.228 -		/** application */
   1.229 -		EApplication,
   1.230 -		/** video */
   1.231 -		EVideo,
   1.232 -		/** language */
   1.233 -		ELanguage,
   1.234 -		/** type */
   1.235 -		EType,
   1.236 -		/** isfocus */
   1.237 -		EIsfocus,
   1.238 -		/** actor */
   1.239 -		EActor,
   1.240 -		/** text */
   1.241 -		EText,
   1.242 -		/** extensions */
   1.243 -		EExtensions,
   1.244 -		/** require */
   1.245 -		ERequire,
   1.246 -		/** explicit */
   1.247 -		EExplicit,
   1.248 -		/** cgi-3gpp */
   1.249 -		ECgi3gpp,
   1.250 -		/** utran-cell-id-3gpp */
   1.251 -		EUtranCellId3gpp,
   1.252 -		/** auts */
   1.253 -		EAuts,
   1.254 -		// SIP header names:
   1.255 -		/** To */
   1.256 -		EToHeader,
   1.257 -		/** t */
   1.258 -		EToHeaderCompact,
   1.259 -		/** From */
   1.260 -		EFromHeader,
   1.261 -		/** f */
   1.262 -		EFromHeaderCompact,
   1.263 -		/** CSeq */
   1.264 -		ECSeqHeader,
   1.265 -		/** Call-ID */
   1.266 -		ECallIDHeader,
   1.267 -		/** i */
   1.268 -		ECallIDHeaderCompact,
   1.269 -		/** Content-Length */
   1.270 -		EContentLengthHeader,
   1.271 -		/** l */
   1.272 -		EContentLengthHeaderCompact,
   1.273 -		/** Via */
   1.274 -		EViaHeader,
   1.275 -		/** v */
   1.276 -		EViaHeaderCompact,
   1.277 -		/** Route */
   1.278 -		ERouteHeader,
   1.279 -		/** Record-Route */
   1.280 -		ERecordRouteHeader,
   1.281 -		/** Service-Route */
   1.282 -		EServiceRouteHeader,
   1.283 -		/** Contact */
   1.284 -		EContactHeader,
   1.285 -		/** m */
   1.286 -		EContactHeaderCompact,
   1.287 -		/** Content-Type */
   1.288 -		EContentTypeHeader,
   1.289 -		/** c */
   1.290 -		EContentTypeHeaderCompact,
   1.291 -		/** Expires */
   1.292 -		EExpiresHeader,
   1.293 -		/** Min-Expires */
   1.294 -		EMinExpiresHeader,
   1.295 -		/** Max-Forwards */
   1.296 -		EMaxForwardsHeader,
   1.297 -		/** Allow */
   1.298 -		EAllowHeader,
   1.299 -		/** Proxy-Require */
   1.300 -		EProxyRequireHeader,
   1.301 -		/** Require */
   1.302 -		ERequireHeader,
   1.303 -		/** Supported */
   1.304 -		ESupportedHeader,
   1.305 -		/** k */
   1.306 -		ESupportedHeaderCompact,
   1.307 -		/** Unsupported */
   1.308 -		EUnsupportedHeader,
   1.309 -		/** Content-Encoding */
   1.310 -		EContentEncodingHeader,
   1.311 -		/** e */
   1.312 -		EContentEncodingHeaderCompact,
   1.313 -		/** Refer-To */
   1.314 -		EReferToHeader,
   1.315 -		/** r */
   1.316 -		EReferToHeaderCompact,
   1.317 -		/** Security-Client */
   1.318 -		ESecurityClientHeader,
   1.319 -		/** Security-Server */
   1.320 -		ESecurityServerHeader,
   1.321 -		/** Security-Verify */
   1.322 -		ESecurityVerifyHeader,
   1.323 -		/** Authentication-Info */
   1.324 -		EAuthenticationInfoHeader,
   1.325 -		/** Accept */
   1.326 -		EAcceptHeader,
   1.327 -		/** Accept-Encoding */
   1.328 -		EAcceptEncodingHeader,
   1.329 -		/** Accept-Language */
   1.330 -		EAcceptLanguageHeader,
   1.331 -		/** Content-Disposition */
   1.332 -		EContentDispositionHeader,
   1.333 -		/** Subscription-State */
   1.334 -		ESubscriptionStateHeader,
   1.335 -		/** Allow-Events */
   1.336 -		EAllowEventsHeader,
   1.337 -		/** u */
   1.338 -		EAllowEventsHeaderCompact,
   1.339 -		/** Event */
   1.340 -		EEventHeader,
   1.341 -		/** o */
   1.342 -		EEventHeaderCompact,
   1.343 -		/** Authorization */
   1.344 -		EAuthorizationHeader,
   1.345 -		/** Proxy-Authenticate */
   1.346 -		EProxyAuthenticateHeader,
   1.347 -		/** Proxy-Authorization */
   1.348 -		EProxyAuthorizationHeader,
   1.349 -		/** WWW-Authenticate */
   1.350 -		EWWWAuthenticateHeader,
   1.351 -		/** Reply-To */
   1.352 -		EReplyToHeader,
   1.353 -		/** RAck */
   1.354 -		ERAckHeader,
   1.355 -		/** RSeq */
   1.356 -		ERSeqHeader,
   1.357 -		/** Timestamp */
   1.358 -		ETimestampHeader,
   1.359 -		/** Retry-After */
   1.360 -		ERetryAfterHeader,
   1.361 -		/** Accept-Contact */
   1.362 -		EAcceptContactHeader,
   1.363 -		/** a */
   1.364 -		EAcceptContactHeaderCompact,
   1.365 -		/** P-Associated-URI */
   1.366 -		EPAssociatedURIHeader,
   1.367 -		/** P-Access-Network-Info */
   1.368 -		EPAccessNetworkInfoHeader,
   1.369 -		// SIP reason phrases:
   1.370 -		/** Not Implemented */
   1.371 -		EPhraseNotImplemented,
   1.372 -		// TLS transport for Via-header
   1.373 -		/** TLS */
   1.374 -		ETLS,
   1.375 -		// Algorithms supported by SIPSec Digest plugin
   1.376 -		/** MD5 */
   1.377 -		EMD5,
   1.378 -		/** AKAv1-MD5 */
   1.379 -		EAKAv1MD5,
   1.380 -		// rport parameter
   1.381 -		/** rport */
   1.382 -		ERport
   1.383 -		};
   1.384 -	static const TStringTable Table;	
   1.385 -	};
   1.386 -
   1.387 -#endif // STRINGTABLE_SipStrConsts
   1.388 -
   1.389 +// Autogenerated from epoc32/build/sipfw/c_867e51e00fcbdf36/sipcodec_dll/sipstrconsts.st by the stringtable tool - Do not edit
   1.390 +
   1.391 +#ifndef STRINGTABLE_SipStrConsts
   1.392 +#define STRINGTABLE_SipStrConsts
   1.393 +
   1.394 +#include <stringpool.h>
   1.395 +
   1.396 +struct TStringTable;
   1.397 +
   1.398 +/**
   1.399 + * @publishedAll
   1.400 + * @released
   1.401 +*/
   1.402 +class SipStrConsts 
   1.403 +	{
   1.404 +public:
   1.405 +	enum TStrings
   1.406 +		{
   1.407 +		// General constants
   1.408 +		/**  */
   1.409 +		EEmpty,
   1.410 +		/** SIP */
   1.411 +		ESIP,
   1.412 +		/** sip */
   1.413 +		ESip,
   1.414 +		/** sips */
   1.415 +		ESips,
   1.416 +		/** 2.0 */
   1.417 +		EDefaultVersionNumber,
   1.418 +		/** SIP/2.0 */
   1.419 +		EDefaultProtocolVersion,
   1.420 +		/** UDP */
   1.421 +		EUDP,
   1.422 +		/** udp */
   1.423 +		EUdp,
   1.424 +		/** TCP */
   1.425 +		ETCP,
   1.426 +		/** tcp */
   1.427 +		ETcp,
   1.428 +		/** localhost */
   1.429 +		ELocalHost,
   1.430 +		// SIP methods
   1.431 +		/** REGISTER */
   1.432 +		ERegister,
   1.433 +		/** INVITE */
   1.434 +		EInvite,
   1.435 +		/** CANCEL */
   1.436 +		ECancel,
   1.437 +		/** ACK */
   1.438 +		EAck,
   1.439 +		/** BYE */
   1.440 +		EBye,
   1.441 +		/** PRACK */
   1.442 +		EPrack,
   1.443 +		/** UPDATE */
   1.444 +		EUpdate,
   1.445 +		/** SUBSCRIBE */
   1.446 +		ESubscribe,
   1.447 +		/** NOTIFY */
   1.448 +		ENotify,
   1.449 +		/** REFER */
   1.450 +		ERefer,
   1.451 +		/** MESSAGE */
   1.452 +		EMessage,
   1.453 +		/** OPTIONS */
   1.454 +		EOptions,
   1.455 +		/** INFO */
   1.456 +		EInfo,
   1.457 +		// SIP reason phrases:
   1.458 +		/** OK */
   1.459 +		EPhraseOk,
   1.460 +		/** Trying */
   1.461 +		EPhraseTrying,
   1.462 +		/** Ringing */
   1.463 +		EPhraseRinging,
   1.464 +		/** Session Progress */
   1.465 +		EPhraseSessionProgress,
   1.466 +		/** Bad Request */
   1.467 +		EPhraseBadRequest,
   1.468 +		/** Unauthorized */
   1.469 +		EPhraseUnauthorized,
   1.470 +		/** Forbidden */
   1.471 +		EPhraseForbidden,
   1.472 +		/** Not Found */
   1.473 +		EPhraseNotFound,
   1.474 +		/** Method Not Allowed */
   1.475 +		EPhraseMethodNotAllowed,
   1.476 +		/** Proxy Authentication Required */
   1.477 +		EPhraseProxyAuthenticationRequired,
   1.478 +		/** Request Timeout */
   1.479 +		EPhraseRequestTimeout,
   1.480 +		/** Unsupported Media Type */
   1.481 +		EPhraseUnsupportedMediaType,
   1.482 +		/** Unsupported URI Scheme */
   1.483 +		EPhraseUnsupportedURIScheme,
   1.484 +		/** Bad Extension */
   1.485 +		EPhraseBadExtension,
   1.486 +		/** Extension Required */
   1.487 +		EPhraseExtensionRequired,
   1.488 +		/** Interval Too Brief */
   1.489 +		EPhraseIntervalTooBrief,
   1.490 +		/** Temporarily Not Available */
   1.491 +		EPhraseTemporarilyNotAvailable,
   1.492 +		/** Call/Transaction Does Not Exist */
   1.493 +		EPhraseCallTransactionDoesNotExist,
   1.494 +		/** Loop Detected */
   1.495 +		EPhraseLoopDetected,
   1.496 +		/** Too Many Hops */
   1.497 +		EPhraseTooManyHops,
   1.498 +		/** Busy Here */
   1.499 +		EPhraseBusyHere,
   1.500 +		/** Request Terminated */
   1.501 +		EPhraseRequestTerminated,
   1.502 +		/** Not Acceptable Here */
   1.503 +		EPhraseNotAcceptableHere,
   1.504 +		/** Bad Event */
   1.505 +		EPhraseBadEvent,
   1.506 +		/** Security Agreement Required */
   1.507 +		EPhraseSecurityAgreementRequired,
   1.508 +		/** Server Internal Error */
   1.509 +		EPhraseServerInternalError,
   1.510 +		/** Service Unavailable */
   1.511 +		EPhraseServiceUnavailable,
   1.512 +		/** Version Not Supported */
   1.513 +		EPhraseVersionNotSupported,
   1.514 +		/** Decline */
   1.515 +		EPhraseDecline,
   1.516 +		// SIP parameters:
   1.517 +		/** ttl */
   1.518 +		ETtl,
   1.519 +		/** maddr */
   1.520 +		EMaddr,
   1.521 +		/** received */
   1.522 +		EReceived,
   1.523 +		/** branch */
   1.524 +		EBranch,
   1.525 +		/** q */
   1.526 +		EQ,
   1.527 +		/** expires */
   1.528 +		EExpires,
   1.529 +		/** tag */
   1.530 +		ETag,
   1.531 +		/** transport */
   1.532 +		ETransport,
   1.533 +		/** user */
   1.534 +		EUser,
   1.535 +		/** method */
   1.536 +		EMethod,
   1.537 +		/** lr */
   1.538 +		ELr,
   1.539 +		/** d-alg */
   1.540 +		EDigestAlgorithm,
   1.541 +		/** d-qop */
   1.542 +		EDigestQop,
   1.543 +		/** d-ver */
   1.544 +		EDigestVerify,
   1.545 +		/** handling */
   1.546 +		EHandling,
   1.547 +		/** reason */
   1.548 +		EReason,
   1.549 +		/** retry-after */
   1.550 +		ERetryAfter,
   1.551 +		/** id */
   1.552 +		EId,
   1.553 +		/** nextnonce */
   1.554 +		ENextNonce,
   1.555 +		/** qop */
   1.556 +		EQop,
   1.557 +		/** rspauth */
   1.558 +		EResponseAuth,
   1.559 +		/** cnonce */
   1.560 +		ECNonce,
   1.561 +		/** nc */
   1.562 +		ENonceCount,
   1.563 +		/** realm */
   1.564 +		ERealm,
   1.565 +		/** domain */
   1.566 +		EDomain,
   1.567 +		/** nonce */
   1.568 +		ENonce,
   1.569 +		/** opaque */
   1.570 +		EOpaque,
   1.571 +		/** stale */
   1.572 +		EStale,
   1.573 +		/** algorithm */
   1.574 +		EAlgorithm,
   1.575 +		/** username */
   1.576 +		EUserName,
   1.577 +		/** uri */
   1.578 +		EUri,
   1.579 +		/** response */
   1.580 +		EResponse,
   1.581 +		/** comp */
   1.582 +		EComp,
   1.583 +		/** sigcomp */
   1.584 +		ESigComp,
   1.585 +		/** sec-agree */
   1.586 +		ESecAgreeTag,
   1.587 +		/** duration */
   1.588 +		EDuration,
   1.589 +		/** audio */
   1.590 +		EAudio,
   1.591 +		/** automata */
   1.592 +		EAutomata,
   1.593 +		/** class */
   1.594 +		EClass,
   1.595 +		/** duplex */
   1.596 +		EDuplex,
   1.597 +		/** data */
   1.598 +		EData,
   1.599 +		/** control */
   1.600 +		EControl,
   1.601 +		/** mobility */
   1.602 +		EMobility,
   1.603 +		/** description */
   1.604 +		EDescription,
   1.605 +		/** events */
   1.606 +		EEvents,
   1.607 +		/** priority */
   1.608 +		EPriority,
   1.609 +		/** methods */
   1.610 +		EMethods,
   1.611 +		/** schemes */
   1.612 +		ESchemes,
   1.613 +		/** application */
   1.614 +		EApplication,
   1.615 +		/** video */
   1.616 +		EVideo,
   1.617 +		/** language */
   1.618 +		ELanguage,
   1.619 +		/** type */
   1.620 +		EType,
   1.621 +		/** isfocus */
   1.622 +		EIsfocus,
   1.623 +		/** actor */
   1.624 +		EActor,
   1.625 +		/** text */
   1.626 +		EText,
   1.627 +		/** extensions */
   1.628 +		EExtensions,
   1.629 +		/** require */
   1.630 +		ERequire,
   1.631 +		/** explicit */
   1.632 +		EExplicit,
   1.633 +		/** cgi-3gpp */
   1.634 +		ECgi3gpp,
   1.635 +		/** utran-cell-id-3gpp */
   1.636 +		EUtranCellId3gpp,
   1.637 +		/** auts */
   1.638 +		EAuts,
   1.639 +		// SIP header names:
   1.640 +		/** To */
   1.641 +		EToHeader,
   1.642 +		/** t */
   1.643 +		EToHeaderCompact,
   1.644 +		/** From */
   1.645 +		EFromHeader,
   1.646 +		/** f */
   1.647 +		EFromHeaderCompact,
   1.648 +		/** CSeq */
   1.649 +		ECSeqHeader,
   1.650 +		/** Call-ID */
   1.651 +		ECallIDHeader,
   1.652 +		/** i */
   1.653 +		ECallIDHeaderCompact,
   1.654 +		/** Content-Length */
   1.655 +		EContentLengthHeader,
   1.656 +		/** l */
   1.657 +		EContentLengthHeaderCompact,
   1.658 +		/** Via */
   1.659 +		EViaHeader,
   1.660 +		/** v */
   1.661 +		EViaHeaderCompact,
   1.662 +		/** Route */
   1.663 +		ERouteHeader,
   1.664 +		/** Record-Route */
   1.665 +		ERecordRouteHeader,
   1.666 +		/** Service-Route */
   1.667 +		EServiceRouteHeader,
   1.668 +		/** Contact */
   1.669 +		EContactHeader,
   1.670 +		/** m */
   1.671 +		EContactHeaderCompact,
   1.672 +		/** Content-Type */
   1.673 +		EContentTypeHeader,
   1.674 +		/** c */
   1.675 +		EContentTypeHeaderCompact,
   1.676 +		/** Expires */
   1.677 +		EExpiresHeader,
   1.678 +		/** Min-Expires */
   1.679 +		EMinExpiresHeader,
   1.680 +		/** Max-Forwards */
   1.681 +		EMaxForwardsHeader,
   1.682 +		/** Allow */
   1.683 +		EAllowHeader,
   1.684 +		/** Proxy-Require */
   1.685 +		EProxyRequireHeader,
   1.686 +		/** Require */
   1.687 +		ERequireHeader,
   1.688 +		/** Supported */
   1.689 +		ESupportedHeader,
   1.690 +		/** k */
   1.691 +		ESupportedHeaderCompact,
   1.692 +		/** Unsupported */
   1.693 +		EUnsupportedHeader,
   1.694 +		/** Content-Encoding */
   1.695 +		EContentEncodingHeader,
   1.696 +		/** e */
   1.697 +		EContentEncodingHeaderCompact,
   1.698 +		/** Refer-To */
   1.699 +		EReferToHeader,
   1.700 +		/** r */
   1.701 +		EReferToHeaderCompact,
   1.702 +		/** Security-Client */
   1.703 +		ESecurityClientHeader,
   1.704 +		/** Security-Server */
   1.705 +		ESecurityServerHeader,
   1.706 +		/** Security-Verify */
   1.707 +		ESecurityVerifyHeader,
   1.708 +		/** Authentication-Info */
   1.709 +		EAuthenticationInfoHeader,
   1.710 +		/** Accept */
   1.711 +		EAcceptHeader,
   1.712 +		/** Accept-Encoding */
   1.713 +		EAcceptEncodingHeader,
   1.714 +		/** Accept-Language */
   1.715 +		EAcceptLanguageHeader,
   1.716 +		/** Content-Disposition */
   1.717 +		EContentDispositionHeader,
   1.718 +		/** Subscription-State */
   1.719 +		ESubscriptionStateHeader,
   1.720 +		/** Allow-Events */
   1.721 +		EAllowEventsHeader,
   1.722 +		/** u */
   1.723 +		EAllowEventsHeaderCompact,
   1.724 +		/** Event */
   1.725 +		EEventHeader,
   1.726 +		/** o */
   1.727 +		EEventHeaderCompact,
   1.728 +		/** Authorization */
   1.729 +		EAuthorizationHeader,
   1.730 +		/** Proxy-Authenticate */
   1.731 +		EProxyAuthenticateHeader,
   1.732 +		/** Proxy-Authorization */
   1.733 +		EProxyAuthorizationHeader,
   1.734 +		/** WWW-Authenticate */
   1.735 +		EWWWAuthenticateHeader,
   1.736 +		/** Reply-To */
   1.737 +		EReplyToHeader,
   1.738 +		/** RAck */
   1.739 +		ERAckHeader,
   1.740 +		/** RSeq */
   1.741 +		ERSeqHeader,
   1.742 +		/** Timestamp */
   1.743 +		ETimestampHeader,
   1.744 +		/** Retry-After */
   1.745 +		ERetryAfterHeader,
   1.746 +		/** Accept-Contact */
   1.747 +		EAcceptContactHeader,
   1.748 +		/** a */
   1.749 +		EAcceptContactHeaderCompact,
   1.750 +		/** P-Associated-URI */
   1.751 +		EPAssociatedURIHeader,
   1.752 +		/** P-Access-Network-Info */
   1.753 +		EPAccessNetworkInfoHeader,
   1.754 +		// SIP reason phrases:
   1.755 +		/** Not Implemented */
   1.756 +		EPhraseNotImplemented,
   1.757 +		// TLS transport for Via-header
   1.758 +		/** TLS */
   1.759 +		ETLS,
   1.760 +		// Algorithms supported by SIPSec Digest plugin
   1.761 +		/** MD5 */
   1.762 +		EMD5,
   1.763 +		/** AKAv1-MD5 */
   1.764 +		EAKAv1MD5,
   1.765 +		// rport parameter
   1.766 +		/** rport */
   1.767 +		ERport
   1.768 +		};
   1.769 +	static const TStringTable Table;	
   1.770 +	};
   1.771 +
   1.772 +#endif // STRINGTABLE_SipStrConsts
   1.773 +