views:

568

answers:

2

Hello,

I am new in moblie developmnet.in that application :-

Application Should be able to dial an IVR and send a DTMF string 2. The DTMF string will either be 2a) A Phone number 2b) A string code like 210236661201# 3. Option to divert the phone 3a) When a phone number is entered, dial the IVR and send 21[phoneNumber]#

could any one me link ....or code....

thx in advance... Regards Pankaj Pareek

+1  A: 

Something along these lines?

ctacke
A: 

I have no idea what a IVR is but you use Phone API. You use MakePhoneCall to dial a number (.net example) and PhoneSendDTMFStart / PhoneSendDTMFStop to send DTMF tones.

The DTMF functions are only available in WM6 onwards. If you want DTMF support in WM5 you will need to use another method.

Shane Powell
IVR stands for Interactive Voice Response. IVRs provide the phone menus that you navigate by key presses or voice commands.
Jonathan Webb
Thanks, I didn't know that.
Shane Powell