#include <mw/sipprofile.h>
const TUint32 | KSIPSigComp |
Signaling compression (SigComp) which value is type of TBool. ETrue indicates that SigComp is enabled
const TUint32 | KSIPSecurityNegotiation |
Security Negotiation which value is type of TBool. ETrue indicates that Security Negotiation is enabled
const TUint32 | KSIPAutoRegistration |
Auto Registration which value is type of TBool. ETrue indicates that profile is enabled for auto registration
const TUint32 | KSIPProfileRegistered |
Registration which value is type of TBool. ETrue indicates that profile is registered
const TUint32 | KSIPRegisteredAors |
Users's registered address-of-records which value is of type MDesC8Array. Note that array will contain AORs only in case the profile is registered.
const TUint32 | KSIPNegotiatedSecurityMechanism |
Negotiated security mechanism during registration procedure which value is of type TDesC8. Note that descriptor will contain value only in case the profile is registered.
const TUint32 | KSIPDefaultProfile |
Default profile which value is type of TBool. ETrue indicates that profile is default
const TUint32 | KSIPContactHeaderParams |
"Contact" header parameters used during registration which value is of type MDesC8Array. Each array element contains one "Contact"-header parameter.
const TUint32 | KSIPRegisteredContact |
The user's registered "Contact"-header including the whole value of the header except for the header's name ("Contact:"). The value is of type TDesC8. Note that the value is available only in case the profile is registered.
const TUint32 | KSIPSnapId |
SNAP (Service Network Access Point) ID which value is type of TUint32. This is an optional parameter. When this parameter is configured, KSIPAccessPointId has a meaningful value only when the profile is registered. The value of KSIPSnapId must be greater than zero.
const TUint32 | KSIPContactHeaderUser |
A unique Contact-header's user-part generated automatically by the SIP implementation. The value is of type TDesC8. This parameter is read-only and trying to set it will fail with KErrAccessDenied.
const TUint32 | KSIPSoIpTOS |
Sets the KSoIpTOS socket option (see in_sock.h) for all SIP signalling related to this profile. The value is of type TUint32.
const TUint32 | KSIPAccessPointName |
Sets the Access Point Name. This is an Optional Parameter. Access Point Name which value is type of TDesC8,
const TUint32 | KSIPSnapName |
Sets the SNAP Name. This is an Optional Parameter. SNAP Name which value is type of TDesC8,
const TUint32 | KSIPResolveProxy |
Proxy Resolving Feature which is type TBool. ETrue indicates that Proxy Resolving is enabled