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?

