Dial IVR and send DTMF string in Windows Mobile 6

I am new to moblie developmnet.in in this application: -

The application must be able to dial IVR and send the DTMF string 2. The DTMF string will be either 2a) Phone number 2b) String code like * 21 * 0236661201 # 3. Phone forwarding capability. 3a) When the phone number is entered, dial IVR and send 21 [phone number] #

can anyone link me ... or code ....

thanks in advance ... Regards Pankai Wig

+1


a source to share


2 answers


Something along these lines ?



+1


a source


I have no idea what IVR is, but you are using the Phone API . You are using MakePhoneCall to dial the number ( .NET example ) and PhoneSendDTMFStart / PhoneSendDTMFStop to send DTMF tones,



DTMF functions are only available in WM6. If you need DTMF support in WM5, you will need to use a different method.

0


a source







All Articles