Gustavo wrote:
> I'm trying to place a call with Intent.ACTION_CALL and a tel uri
> including pauses and dtmf codes to be sent when the call is
> established (i.e. tel:+1777777777,,,,,,,,,,5555555).
> 
> Android strips all the special characters and place the call to the
> rest of the uri (i.e. tel:+17777777775555555)
> 
> Any workaround?
> 
> I'm testing it with HTC Hero (1.5)

Commas are not valid URL characters and need to be escaped. Either use a
URLEncoder or just convert each of them to %2C.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in US: 14-18 June 2010: http://bignerdranch.com

-- 
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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to