2

How do you programatically do this in the Android SDK:

  1. Dial a phone number
  2. Bypass the keypad screen
  3. Send additional DTMF after the number is dialed
  4. 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.

Macarse
  • 91,829
  • 44
  • 175
  • 230
Jason Yeo
  • 3,602
  • 3
  • 30
  • 38

2 Answers2

3

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!

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • is it possible to open a dialer in on going call ? http://stackoverflow.com/questions/20996411/android-how-to-open-dialer-with-phone-number-during-call – Juned Jan 09 '14 at 05:25
0

Your #4 is not doable. The best you can do is 1 to 3. I use comma (,) for 2 second pause, and add more commas if needed.

Hardik Joshi
  • 9,477
  • 12
  • 61
  • 113
Emmanuel
  • 16,791
  • 6
  • 48
  • 74