Thanks again Murphy. Look i need to pass dtmf tone over GSM (telephony line).
Look it should be possible in android. >From very beginning of my starting in android I followed that android has very silly telephony API than other OS like black berry, iphone and others. even People from other platform can not believe that in android telephony feature in unavailable. Here I want to quote "All application in android are same". It is completely false. Android restricted their Phone application exclusively.They did not provide any advantage for developer. I think android developers r suffering for this. So hope in future version android will relax their telephony API and Phone application On Mar 15, 7:16 pm, Mark Murphy <[email protected]> wrote: > saru wrote: > > Thanks Murphy for ur reply. > > > I explored ToneGenerator class. Where i m seeing one function > > startTone(int toneType) > > This method starts the playback of a tone of the specified type. > > > But i need a function like sendDtmf(). > > > Please can you help again??? > > If you are looking to play DTMF tones over the speaker or headset, use > startTone(). > > If you are looking to play DTMF tones over the telephony connection > (e.g., to control a voicemail menu), that is not possible in Android. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Android App Developer Books:http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

