S60 3rd Edition API Reference: sipprofile.h File Reference

sipprofile.h File Reference

API published in: S60 2nd Ed

Link against: sipprofilecli.lib

Capability Information

Required Capabilities

Location NetworkControl NetworkServices ReadDeviceData ReadUserData WriteDeviceData


#include <e32base.h>
#include <e32std.h>
#include <badesca.h>
#include "sipregistrationcontext.h"
#include "sipprofiletypeinfo.h"

Go to the source code of this file.


Data Structures

class  CSIPProfile

Variables

const TUint32 KSIPProfileId = 1
 SIP Profile ID which value is type of TUint32.
const TUint32 KSIPProviderName = 2
 SIP Provider Name which value is type of TDesC8.
const TUint32 KSIPAccessPointId = 3
 Access Point ID which value is type of TUint32.
const TUint32 KSIPSigComp = 4
 Signaling compression (SigComp) which value is type of TBool.
const TUint32 KSIPSecurityNegotiation = 5
 Security Negotiation which value is type of TBool.
const TUint32 KSIPAutoRegistration = 6
 Auto Registration which value is type of TBool.
const TUint32 KSIPUserAor = 7
 Defined user's address-of-record which value is type of TDesC8.
const TUint32 KSIPProfileRegistered = 8
 Registration which value is type of TBool.
const TUint32 KSIPRegisteredAors = 9
 Uers's registered address-of-records which value is of type MDesC8Array.
const TUint32 KSIPNegotiatedSecurityMechanism = 10
 Negotiated security mechanism during registration procedure which value is of type TDesC8.
const TUint32 KSIPDefaultProfile = 11
 Default profile which value is type of TBool.
const TUint32 KSIPContactHeaderParams = 12
 "Contact" header parameters used during registration which value is of type MDesC8Array.
const TUint32 KSIPRegistrar = 130
 SIP Registrar.
const TUint32 KSIPOutboundProxy = 131
 SIP Outbound Proxy.
const TUint32 KSIPDigestUserName = 150
 HTTP Digest user name which value is type of TDesC8.
const TUint32 KSIPDigestRealm = 151
 HTTP Digest realm which value is type of TDesC8.
const TUint32 KSIPServerAddress = 152
 SIP server's address which value is of type TDesC8.

Variable Documentation

const TUint32 KSIPAccessPointId = 3
 

Access Point ID which value is type of TUint32.

const TUint32 KSIPAutoRegistration = 6
 

Auto Registration which value is type of TBool.

ETrue indicates that profile is enabled for auto registration

const TUint32 KSIPContactHeaderParams = 12
 

"Contact" header parameters used during registration which value is of type MDesC8Array.

Array element contains one "Contact" header parameter.

const TUint32 KSIPDefaultProfile = 11
 

Default profile which value is type of TBool.

ETrue indicates that profile is default

const TUint32 KSIPDigestRealm = 151
 

HTTP Digest realm which value is type of TDesC8.

const TUint32 KSIPDigestUserName = 150
 

HTTP Digest user name which value is type of TDesC8.

const TUint32 KSIPNegotiatedSecurityMechanism = 10
 

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 KSIPOutboundProxy = 131
 

SIP Outbound Proxy.

const TUint32 KSIPProfileId = 1
 

SIP Profile ID which value is type of TUint32.

const TUint32 KSIPProfileRegistered = 8
 

Registration which value is type of TBool.

ETrue indicates that profile is registered

const TUint32 KSIPProviderName = 2
 

SIP Provider Name which value is type of TDesC8.

const TUint32 KSIPRegisteredAors = 9
 

Uers'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 KSIPRegistrar = 130
 

SIP Registrar.

const TUint32 KSIPSecurityNegotiation = 5
 

Security Negotiation which value is type of TBool.

ETrue indicates that Security Negotiation is enabled

const TUint32 KSIPServerAddress = 152
 

SIP server's address which value is of type TDesC8.

const TUint32 KSIPSigComp = 4
 

Signaling compression (SigComp) which value is type of TBool.

ETrue indicates that SigComp is enabled

const TUint32 KSIPUserAor = 7
 

Defined user's address-of-record which value is type of TDesC8.


Copyright © Nokia Corporation 2001-2007
Back to top