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="); |
119 |
120 |
120 // uri length |
121 // uri length |
121 const TUint KSVPMaxUriLength = 100; |
122 const TUint KSVPMaxUriLength = 100; |
122 // codec name length, max |
123 // codec name length, max |
123 const TUint KSVPMaxCodecNameLength = 8; |
124 const TUint KSVPMaxCodecNameLength = 8; |
220 |
221 |
221 _LIT8( KSVPMessageSipfrag, "message/sipfrag;version=2.0"); |
222 _LIT8( KSVPMessageSipfrag, "message/sipfrag;version=2.0"); |
222 _LIT8( KSVPSubsStateTerminated, "Subscription-State: terminated;reason=noresource"); |
223 _LIT8( KSVPSubsStateTerminated, "Subscription-State: terminated;reason=noresource"); |
223 |
224 |
224 _LIT( KSVPS60,"S60" ); |
225 _LIT( KSVPS60,"S60" ); |
225 _LIT( KSVPCopyright, "©" ); |
226 _LIT( KSVPCopyright, "?" ); |
226 _LIT(KSVPSalesModelFileName, "\\resource\\versions\\model.txt"); |
227 _LIT(KSVPSalesModelFileName, "\\resource\\versions\\model.txt"); |
227 |
228 |
228 // Emergency constants |
229 // Emergency constants |
229 const TInt KSVPEmergencyTimeout = 17000; |
230 const TInt KSVPEmergencyTimeout = 17000; |
230 // Location information constants |
231 // Location information constants |