vtengines/videoteleng/Src/Base/cvtengmdtrmessagelistener.cpp
branchRCL_3
changeset 24 f15ac8e65a02
parent 8 07d1685f0cd4
child 25 779871d1e4f4
equal deleted inserted replaced
23:890b5dd735f8 24:f15ac8e65a02
   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() );
   163             settings.SetCLI( cli );
   164             settings.SetCLI( cli );
   164             
   165             
   165             // ready == call is answered (allows setting app to foreground)
   166             // ready == call is answered (allows setting app to foreground)
   166             if ( IsReadyForCLIEvent() )
   167             if ( IsReadyForCLIEvent() )
   167                 {
   168                 {