[android-developers] To implement DTMF in android
Hi
After googling, I found to send DTMF as
Intent mIntent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" +
phoneNumber + ";" + dtmfSequence));
but this works only first time when call started, if users presses any
number of dialpad then how can I send these dtmf sequences while the
ongoing call session?
Should I use SIP/VoIP, Which one is better approach among DTMF or SIP?
VoIP ?
Please provide any example or code or any website link.
Thanks
Test
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home