diff -r 17af172ffa5f -r 630d2f34d719 telephonyserver/etelmultimode/INC/secure/ETELMMCS.H --- a/telephonyserver/etelmultimode/INC/secure/ETELMMCS.H Thu Aug 19 11:03:36 2010 +0300 +++ b/telephonyserver/etelmultimode/INC/secure/ETELMMCS.H Tue Aug 31 16:23:08 2010 +0300 @@ -19,7 +19,7 @@ // associated with them. // // - + /** @file */ @@ -322,7 +322,8 @@ EMobilePhoneSendDTMFTones, // 21026 EMobilePhoneStartDTMFTone, // 21027 EMobilePhoneStopDTMFTone, // 21028 - EMobilePhoneTerminateAllCalls // 21029 + EMobilePhoneTerminateAllCalls, // 21029 + EMobilePhoneTerminateActiveCalls // 21030 }; enum @@ -349,7 +350,8 @@ EMobilePhoneNotifyStopInDTMFStringCancel = EMobilePhoneNotifyStopInDTMFString + EMobileCancelOffset, // 21523 EMobilePhoneReadDTMFTonesCancel = EMobilePhoneReadDTMFTones + EMobileCancelOffset, // 21524 EMobilePhoneSendDTMFTonesCancel = EMobilePhoneSendDTMFTones + EMobileCancelOffset, // 21526 - EMobilePhoneTerminateAllCallsCancel = EMobilePhoneTerminateAllCalls + EMobileCancelOffset // 21529 + EMobilePhoneTerminateAllCallsCancel = EMobilePhoneTerminateAllCalls + EMobileCancelOffset, // 21529 + EMobilePhoneTerminateActiveCallsCancel = EMobilePhoneTerminateActiveCalls + EMobileCancelOffset // 21530 }; //