satengine/SatServer/Commands/SetUpCallCmd/src/CSetUpCallHandler.cpp
changeset 50 2313cb430f28
parent 31 a2467631ae02
equal deleted inserted replaced
45:61f927bc9441 50:2313cb430f28
   763                 // the proactive command, and the action requested by 
   763                 // the proactive command, and the action requested by 
   764                 // call control was performed successfully.
   764                 // call control was performed successfully.
   765                 CompleteSetupCall( RSat::KModifiedByCallControl );
   765                 CompleteSetupCall( RSat::KModifiedByCallControl );
   766                 break;
   766                 break;
   767                 }
   767                 }
       
   768             case KErrSatBusy:
       
   769                 {
       
   770                 LOG( SIMPLE, 
       
   771                 "SETUPCALL: CSetUpCallHandler::CompleteSetupCallWithStatus \
       
   772                 KInteractionWithCCTemporaryError" )
       
   773                 // Call control some time can case this error.
       
   774                 CompleteSetupCall( RSat::KInteractionWithCCTemporaryError );
       
   775                 break;
       
   776                 }
   768                 
   777                 
   769             default:
   778             default:
   770                 {
   779                 {
   771                 LOG( SIMPLE,
   780                 LOG( SIMPLE,
   772                 "SETUPCALL: CSetUpCallHandler::CompleteSetupCallWithStatus \
   781                 "SETUPCALL: CSetUpCallHandler::CompleteSetupCallWithStatus \