vtengines/videoteleng/Src/Media/CVtEngDtmfHandler.cpp
branchRCL_3
changeset 19 856ae1b15d98
parent 0 ed9695c8bcbe
--- a/vtengines/videoteleng/Src/Media/CVtEngDtmfHandler.cpp	Wed Apr 14 16:00:08 2010 +0300
+++ b/vtengines/videoteleng/Src/Media/CVtEngDtmfHandler.cpp	Tue Apr 27 16:40:55 2010 +0300
@@ -195,11 +195,11 @@
         case EIA5String:
         case EGeneralString:
             __VTPRINT( DEBUG_MEDIA , "DTMF. Proto USERINPUT alphanumeric" )
-				iProtoDtmf = VTProtocolFactory::CreateUserInputIndication( EVtUiiDTFM, val );
+				iProtoDtmf = VTProtocolFactory::CreateUserInputIndication( EVtUiiAlphaNumeric, val );
             break;
         case EDTMFString:
             __VTPRINT( DEBUG_MEDIA , "DTMF. Proto USERINPUT iDTMFString" )
-				iProtoDtmf = VTProtocolFactory::CreateUserInputIndication( EVtUiiAlphaNumeric, val);
+				iProtoDtmf = VTProtocolFactory::CreateUserInputIndication( EVtUiiDTMF, val);
             break;
         default:
             __VTPRINT( DEBUG_MEDIA , "DTMF. Proto USERINPUT unsupported" )