Sending # sign with platformRequest( )

Hi,

I'm trying to use the platformRequest method to make my phone dial this number: 864p*23*6# (p makes the phone wait for a dial tone before proceeding).

By exchanging the "p" for ";dtmf=", I've almost managed to make the program work. My only problem is that the # sign is not sent!!

This is the call: platformRequest( "tel:864;dtmf=*23*6#" );

My phone is a Sony Ericsson Z800. CLDC ver 1.1 and ver MIDP 2.0

Any ideas?

[459 byte] By [Tobias_Na] at [2007-11-26 22:24:30]
# 1
i check http://www.ietf.org/rfc/rfc2806.txt and i'm not sure that your scheme is correct...have you read it?
suparenoa at 2007-7-10 11:24:37 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
yep.. read through it but cannot find anything that helps me.. so what do you mean?
Tobias_Na at 2007-7-10 11:24:37 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
you could read this http://developer.sonyericsson.com/message.jspa?messageID=71275
suparenoa at 2007-7-10 11:24:37 > top of Java-index,Java Mobility Forums,Java ME Technologies...