Reputation: 589
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 *21*0236661201# 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
Upvotes: 1
Views: 1080
Reputation: 14148
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.
Upvotes: 0