Hi,

I am writing an application that calls IVR Systems. For example a
Customer Service line where 3 or 4 options or the telephone number
must be sent after the call is made.

I don't remember where but I remember that if you were to put in
comma's , it would be a pause so I am trying to dial a number such as
"tel:555555,0,2,3" which should dial 55555 then it should send 0 with
a pause then 2, pause, and then 3.

I have seen a discussion similar to what I want to do...
http://groups.google.com/group/android-developers/browse_thread/thread/7a7ae1784d4baafc/823fa84508eee26b?lnk=raot#823fa84508eee26b

I am testing with a HTC Hero, and when it starts dialing, I can hear
the first tone being sent when its dialling, in the above case I hear
a 5, and then the dialler crashes and drops back to my application.

I have connected my phone to the Eclipse DDMS view and have found
where its doing the call and pasted below.

09-08 13:40:09.411: INFO/ActivityManager(63): Starting activity:
Intent { action=android.intent.action.CALL data=tel:
555555,2,41*667854,000*837101,692649593 comp={com.android.phone/
com.android.phone.OutgoingCallBroadcaster} }
09-08 13:40:09.471: WARN/WindowManager(63): No window to dispatch
pointer action 0
09-08 13:40:09.521: INFO/ActivityManager(63): Starting activity:
Intent { action=android.intent.action.CALL data=tel:
555555,2,41*667854,000*837101,692649593 flags=0x10000000 comp=
{com.android.phone/com.android.phone.InCallScreen} (has extras) }
09-08 13:40:09.541: WARN/WindowManager(63): No window to dispatch
pointer action 1
09-08 13:40:09.541: INFO/WindowManager(63): Screen status=true,
current orientation=5, SensorEnabled=true

I was wondering if anyone can help me dissect the issue I am having.
OR a approach to do what I need to do to get this working?

I have seen the ToneGenerator in the documentation but there it states
that these tones are not for the upload audio path, which I assume the
call is.

http://developer.android.com/reference/android/media/ToneGenerator.html

Any help would be appreciated

Regards

Mark


--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to