vtengines/videoteleng/Src/Base/cvtengmdtrmessagelistener.cpp
branchRCL_3
changeset 25 779871d1e4f4
parent 24 f15ac8e65a02
equal deleted inserted replaced
24:f15ac8e65a02 25:779871d1e4f4
   158             {            
   158             {            
   159             MVtEngSessionInfo::TCLI cli;
   159             MVtEngSessionInfo::TCLI cli;
   160             cli.iCallId = data.iCallId;
   160             cli.iCallId = data.iCallId;
   161             cli.iName = data.iDisplayText.Left( cli.iName.MaxLength() );
   161             cli.iName = data.iDisplayText.Left( cli.iName.MaxLength() );
   162             cli.iVoiceCallPossible = data.iVoiceCallPossible;
   162             cli.iVoiceCallPossible = data.iVoiceCallPossible;
   163             cli.iCallNumber = data.iPhoneNumText.Left( cli.iCallNumber.MaxLength() );
       
   164             settings.SetCLI( cli );
   163             settings.SetCLI( cli );
   165             
   164             
   166             // ready == call is answered (allows setting app to foreground)
   165             // ready == call is answered (allows setting app to foreground)
   167             if ( IsReadyForCLIEvent() )
   166             if ( IsReadyForCLIEvent() )
   168                 {
   167                 {