diff -r ed1e38b404e5 -r 6134b5029079 sipvoipprovider/inc/svpconsts.h --- a/sipvoipprovider/inc/svpconsts.h Wed Mar 31 21:20:05 2010 +0300 +++ b/sipvoipprovider/inc/svpconsts.h Wed Apr 14 15:49:55 2010 +0300 @@ -115,6 +115,8 @@ _LIT8( KSVPRightBracketMark, ">"); _LIT( KSVPRightBracketMark2, ">" ); _LIT8( KSVPAuthidentity, "?X-Sipx-Authidentity="); +_LIT8( KSVPAuthidentity2, "?X-sipX-Authidentity="); + // uri length const TUint KSVPMaxUriLength = 100; // codec name length, max @@ -173,6 +175,8 @@ _LIT8( KSVPTo_tag, "%3Bto-tag%3D" ); _LIT8( KSVPFrom_tag, "%3Bfrom-tag%3D" ); _LIT8( KSVPFromPrompt, "From: "); +_LIT8( KSVPPIdentity, "P-Preferred-Identity: "); + const TUint KSVPFromPromptStringlength = 6; _LIT8( KSVPReplacesColonTxt, "Replaces:" );