diff -r 890b5dd735f8 -r f15ac8e65a02 vtengines/videoteleng/Src/Base/CVtEngSettings.cpp --- a/vtengines/videoteleng/Src/Base/CVtEngSettings.cpp Thu Aug 19 09:57:36 2010 +0300 +++ b/vtengines/videoteleng/Src/Base/CVtEngSettings.cpp Tue Aug 31 15:16:10 2010 +0300 @@ -24,8 +24,8 @@ #include "VtEngUtils.h" #include "VtEngPanic.h" #include -#include -#include +#include +#include #include #include #include @@ -897,6 +897,7 @@ iCLI.iName = aCLI.iName; iCLI.iVoiceCallPossible = aCLI.iVoiceCallPossible; iCLI.iValid = ETrue; + iCLI.iCallNumber = aCLI.iCallNumber; __VTPRINT2( DEBUG_GEN, "iVoiceCallPossible=%d,", iCLI.iVoiceCallPossible ) __VTPRINTEXIT( "Settings.SetCLI" ) } @@ -911,6 +912,7 @@ aCLI.iCallId = iCLI.iCallId; aCLI.iVoiceCallPossible = iCLI.iVoiceCallPossible; aCLI.iName = iCLI.iName; + aCLI.iCallNumber = iCLI.iCallNumber; return iCLI.iValid; }