equal
deleted
inserted
replaced
113 _LIT8( KSVPLeftBracketMark, "<"); |
113 _LIT8( KSVPLeftBracketMark, "<"); |
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="); |
|
119 |
118 // uri length |
120 // uri length |
119 const TUint KSVPMaxUriLength = 100; |
121 const TUint KSVPMaxUriLength = 100; |
120 // codec name length, max |
122 // codec name length, max |
121 const TUint KSVPMaxCodecNameLength = 8; |
123 const TUint KSVPMaxCodecNameLength = 8; |
122 const TUint8 KSVPLineFeed2 = '\n'; |
124 const TUint8 KSVPLineFeed2 = '\n'; |
171 _LIT8( KSVPCallId_replaces, "Call-ID: " ); |
173 _LIT8( KSVPCallId_replaces, "Call-ID: " ); |
172 _LIT8( KSVP_tag, ";tag=" ); |
174 _LIT8( KSVP_tag, ";tag=" ); |
173 _LIT8( KSVPTo_tag, "%3Bto-tag%3D" ); |
175 _LIT8( KSVPTo_tag, "%3Bto-tag%3D" ); |
174 _LIT8( KSVPFrom_tag, "%3Bfrom-tag%3D" ); |
176 _LIT8( KSVPFrom_tag, "%3Bfrom-tag%3D" ); |
175 _LIT8( KSVPFromPrompt, "From: "); |
177 _LIT8( KSVPFromPrompt, "From: "); |
|
178 _LIT8( KSVPPIdentity, "P-Preferred-Identity: "); |
|
179 |
176 const TUint KSVPFromPromptStringlength = 6; |
180 const TUint KSVPFromPromptStringlength = 6; |
177 |
181 |
178 _LIT8( KSVPReplacesColonTxt, "Replaces:" ); |
182 _LIT8( KSVPReplacesColonTxt, "Replaces:" ); |
179 _LIT8( KSVPQuesReplacesTxt, "?Replaces=" ); |
183 _LIT8( KSVPQuesReplacesTxt, "?Replaces=" ); |
180 |
184 |