如何在 Android SDK 中以编程方式拨打电话号码?
如何在 Android SDK 中以编程方式执行此操作:
- 拨打电话号码
- 绕过键盘屏幕
- 拨打号码后发送额外的 DTMF
- 绕过发送 DTMF 提示音
我已经通过拨打 +555-1212w1234 设法做到了 1 到 3,但我想知道是否有人知道如何绕过发送 DTMF 提示音。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此时您无法将 DTMF 代码注入呼叫音频流中。现在正在讨论一些关于将此功能添加到 Android 的提案。
对不起!
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!
你的#4 是不可行的。您能做的最好的事情是 1 到 3。我使用逗号 (,) 来停顿 2 秒,并根据需要添加更多逗号。
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.