Hi,

Using a DEV phone, seems I can not make calls to numbers containing
extra digits (i.e. pauses - either 'hard' or 'timed'). They are
stripped.

If I start the call from the built-in contacts app using the
ACTION_VIEW
intent and then tapping a phone field with, say - *151,5555#,1 it is
dialed
ok.

Is there any intent other than ACTION_CALL I need to use to start a
call
to a number  like *151,5555#,1 to have the device call then send those
extra digits ?

Or is there any specific intent data ? type ? extra ?
Or maybe a formatting ?

TIA

On Feb 8, 6:09 am, Dianne Hackborn <[email protected]> wrote:
> Not any time soon.  Most of the classes there will only work when running
> code in the phone process, and making them work in other process would be
> significant work.
>
> Also on the G1 I don't believe that anything in the application processor
> even has access the voice data stream, so it just wouldn't be able to do
> what you want even if you were modifying the platform itself.
>
>
>
> On Sat, Feb 7, 2009 at 11:04 AM, Gero Mudersbach <[email protected]> wrote:
> > Hello,
>
> > are there plans to make com.android.internal.telephony available public? As
> > far as I understand it is currently not possible to write e.g. an answering
> > machine "within" the current framework (standard sdk), because direct access
> > to "acceptCall" and hangup methods is missing.
>
> > Best
> > G. Mudersbach
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support.  All such questions should be posted on public
> forums, where I and others can see and answer them.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to