(may be it would be usefull to someone else)
Apparently the "#" should be encoded. Also the sequence shouldn't end
with "#" or you be getting "invalid mmi code" error.

On Nov 27, 10:25 am, legerb <[EMAIL PROTECTED]> wrote:
> It seems that the phone dialer wouldn't send the '#' char.
> If the dtmf sequence contained pound char, everything following the
> '#', including, will be cut off.
> Bug?
>
> On Oct 5, 11:09 am, legerb <[EMAIL PROTECTED]> wrote:
>
> > Joining this one.
> > Is it possible to send DTMF during an ongoing call in SDK 1.0?
> > The Phone.java was removed from the new SDK, and I couldn't find an
> > equivalent to sendDTMF in other classes.
>
> > ---------- Forwarded message ----------
> > From: Renato Mangini <[EMAIL PROTECTED]>
> > Date: Jan 10, 9:36 pm
> > Subject: Send DTMF
> > To: Android Developers
>
> > Alex,
>
> > There is a method inandroid.telephony.Phone class (version m3-rc37a)
> > tosendDTMF.
>
> > ./android/telephony/Phone.java:    public abstract void sendDtmf(char
> > c);
>
> > Since it is not documented, I'm not sure how stable or even usable it
> > is. It seems that you have to use PhoneFactory methods (also
> > undocumented) to get a Phone instance.
>
> > PS: I haven't tested any of these. Please, report if it works.
>
> > Renato Mangini.
>
> > On Nov 22 2007, 2:55 am, Alex Zhilyakov <[EMAIL PROTECTED]> wrote:
>
> > > Hi,
>
> > >   I am wondering if it is possible to make a call and then sendDTMF
> > > digits usingAndroidAPI. I can't find an appropriate method tosend
> > > digits inandroid.telephony.IPhone interface. Is it possible?
>
> > > -Alex
>
>
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to