|
@@ -132,6 +132,9 @@ void callActivityFinish(CallFinishType type){
|
|
sendVoiceTcp(VoiceAction::HANDOFF, storeModel, storeModel.from_id);
|
|
sendVoiceTcp(VoiceAction::HANDOFF, storeModel, storeModel.from_id);
|
|
GetTelephone()->Hangup(info.id, voip::SIP_STATUS_CODE_DECLINE);
|
|
GetTelephone()->Hangup(info.id, voip::SIP_STATUS_CODE_DECLINE);
|
|
GetTelephone()->Hangup();
|
|
GetTelephone()->Hangup();
|
|
|
|
+
|
|
|
|
+ setSleepTimerRegistered(_isSleepTimerRegistered);
|
|
|
|
+ EASYUICONTEXT->goBack();
|
|
}
|
|
}
|
|
else if (_callActivityType == "toCall"){ //state = 5
|
|
else if (_callActivityType == "toCall"){ //state = 5
|
|
mediaPlayer.stop();
|
|
mediaPlayer.stop();
|
|
@@ -150,8 +153,8 @@ void callActivityFinish(CallFinishType type){
|
|
sendVoiceCancel(0);
|
|
sendVoiceCancel(0);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- setSleepTimerRegistered(_isSleepTimerRegistered);
|
|
|
|
- EASYUICONTEXT->goBack();
|
|
|
|
|
|
+ //setSleepTimerRegistered(_isSleepTimerRegistered);
|
|
|
|
+ //EASYUICONTEXT->goBack();
|
|
|
|
|
|
break;
|
|
break;
|
|
case KEY6_CLICK:
|
|
case KEY6_CLICK:
|