mmserv/tms/tmscallserver/src/tmscallcsadpt.cpp
changeset 16 43d09473c595
parent 14 80975da52420
child 20 b67dd1fc57c5
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
  1015 // -----------------------------------------------------------------------------
  1015 // -----------------------------------------------------------------------------
  1016 //
  1016 //
  1017 gint TMSCallCSAdpt::ContinueDTMF(TBool continuesending)
  1017 gint TMSCallCSAdpt::ContinueDTMF(TBool continuesending)
  1018     {
  1018     {
  1019     TRACE_PRN_FN_ENT;
  1019     TRACE_PRN_FN_ENT;
  1020     gint status(TMS_RESULT_SUCCESS);
  1020     gint status(TMS_RESULT_UNINITIALIZED_OBJECT);
  1021 
  1021 
  1022     if (iDTMFUplinkPlayer)
  1022     if (iDTMFUplinkPlayer)
  1023         {
  1023         {
  1024         status = iDTMFUplinkPlayer->ContinueDtmfStringSending(continuesending);
  1024         status = iDTMFUplinkPlayer->ContinueDtmfStringSending(continuesending);
  1025         status = TMSUtility::EtelToTMSResult(status);
  1025         status = TMSUtility::EtelToTMSResult(status);