diff -r 4ce423f34688 -r e267340986c9 mmserv/tms/inc/tmsclientserver.h --- a/mmserv/tms/inc/tmsclientserver.h Fri Sep 17 08:33:15 2010 +0300 +++ b/mmserv/tms/inc/tmsclientserver.h Mon Oct 04 00:51:56 2010 +0300 @@ -27,7 +27,7 @@ // Used for client-server communication enum TMSClientServerRequest { - ETMSCallSessionHandle, + ETMSCallSessionHandle = 0, ETMSGetSupportedDecodersCount, ETMSGetSupportedEncodersCount, ETMSGetSupportedDecoders, @@ -63,7 +63,8 @@ ETMSStopDTMF, ETMSContinueDTMF, ETMSStartInbandTone, - ETMSStopInbandTone + ETMSStopInbandTone, + ETMSTermSrv }; // Ring tone open methods