diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-53017B71-9399-548B-BD1D-C68FC535A543.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-53017B71-9399-548B-BD1D-C68FC535A543.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,34 @@ + + + + + +SIP Timers
SIP transaction timers

SIP transaction (SIP T) timers T1, T2 and T4 can be configured as per the bearer type. The default SIP T timer values for GPRS bearer are 3, 16 and 17secs. The default SIP T timer values,for WLAN is 500ms, 4secs and 5secs. The read operation on SIP T timers is alwayspass and write operation requires writedevicedata capability.

The central repository keys for SIP T timers and its CenRep UIDs are as follows:

+// SIP stack Configuration parameters. +const TUid KCRUidSIP = { 0x101FED88 }; + +// SIP transaction timers for GPRS bearer in milliseconds as per RFC3261. +// For SIP T timer T1 +const TUint32 KSIPTransactionTimerLANT1 = 0x01; + +// For SIP T timer T2 +const TUint32 KSIPTransactionTimerLANT2 = 0x02; + +// For SIP T timer T4 +const TUint32 KSIPTransactionTimerLANT4 = 0x03; + +//SIP transaction timers for LAN bearer in milliseconds as per RFC3261. +// For SIP T timer T1 +const TUint32 KSIPTransactionTimerLANT1 = 0x0b; + +// For SIP T timer T2 +const TUint32 KSIPTransactionTimerLANT2 = 0x0c; + +// For SIP T timer T4 +const TUint32 KSIPTransactionTimerLANT4 = 0x0d;
\ No newline at end of file