How do you programatically do this in the Android SDK:
- Dial a phone number
- Bypass the keypad screen
- Send additional DTMF after the number is dialed
- Bypass the send DTMF tone prompt
I have managed to do 1 till 3 by dialing +555-1212w1234 but I am wondering if anyone knows how to bypass the send DTMF tone prompt.
You cannot inject DTMF codes into the call audio stream at this time. There are some proposals being discussed now for adding this capability to Android.
Sorry!