satengine/satserver/Commands/SetUpCallCmd/src/CSetUpCallHandler.cpp
changeset 46 2fa1fa551b0b
parent 33 8d5d7fcf9b59
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
   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 \