equal
deleted
inserted
replaced
114 _LIT( KSVPLeftBracketMark2, "<" ); |
114 _LIT( KSVPLeftBracketMark2, "<" ); |
115 _LIT8( KSVPRightBracketMark, ">"); |
115 _LIT8( KSVPRightBracketMark, ">"); |
116 _LIT( KSVPRightBracketMark2, ">" ); |
116 _LIT( KSVPRightBracketMark2, ">" ); |
117 _LIT8( KSVPAuthidentity, "?X-Sipx-Authidentity="); |
117 _LIT8( KSVPAuthidentity, "?X-Sipx-Authidentity="); |
118 _LIT8( KSVPAuthidentity2, "?X-sipX-Authidentity="); |
118 _LIT8( KSVPAuthidentity2, "?X-sipX-Authidentity="); |
119 _LIT8( KSVPAuthidentity3, "&X-sipX-Authidentity="); |
|
120 |
119 |
121 // uri length |
120 // uri length |
122 const TUint KSVPMaxUriLength = 100; |
121 const TUint KSVPMaxUriLength = 100; |
123 // codec name length, max |
122 // codec name length, max |
124 const TUint KSVPMaxCodecNameLength = 8; |
123 const TUint KSVPMaxCodecNameLength = 8; |
221 |
220 |
222 _LIT8( KSVPMessageSipfrag, "message/sipfrag;version=2.0"); |
221 _LIT8( KSVPMessageSipfrag, "message/sipfrag;version=2.0"); |
223 _LIT8( KSVPSubsStateTerminated, "Subscription-State: terminated;reason=noresource"); |
222 _LIT8( KSVPSubsStateTerminated, "Subscription-State: terminated;reason=noresource"); |
224 |
223 |
225 _LIT( KSVPS60,"S60" ); |
224 _LIT( KSVPS60,"S60" ); |
226 _LIT( KSVPCopyright, "?" ); |
225 _LIT( KSVPCopyright, "©" ); |
227 _LIT(KSVPSalesModelFileName, "\\resource\\versions\\model.txt"); |
226 _LIT(KSVPSalesModelFileName, "\\resource\\versions\\model.txt"); |
228 |
227 |
229 // Emergency constants |
228 // Emergency constants |
230 const TInt KSVPEmergencyTimeout = 17000; |
229 const TInt KSVPEmergencyTimeout = 17000; |
231 // Location information constants |
230 // Location information constants |