auto dialing

I have an application that works on a PC using a voice modem that allows my PC to auto-dial a phnoe number and interact with a automated service, lets just say a banking service....any automated teller. I would like to migrate my application to my cell phone. Does anyone have a sample program that will have the cell phone automatically dial a phone number and then send predefined keypad pushes; ie account number etc.

I am an extreme novice to Java programming, but I have been a software developer for the last 25 years.

Any help would be most appreciated.

Thank you,

Gary

[607 byte] By [Yoleven21a] at [2007-11-26 12:21:01]
# 1
This kind of thing is not possible in J2ME.You can dail a number using a platformrequest, but from that moment you lose control over your call.
deepspacea at 2007-7-7 15:11:59 > top of Java-index,Archived Forums,Socket Programming...
# 2

Thank you for response. SO, you can force a call but cannot control anything after that. Let me ask this, is it possible to send a long sequence then, like dial the number put some pauses, then some more nubers, etc 18005551212pausepause1pause12

Do you have any sample code to show how this is done.

Thanks again

yolven21a at 2007-7-7 15:11:59 > top of Java-index,Archived Forums,Socket Programming...
# 3

I'm not sure that might work.

I've seen something like that here: http://forum.java.sun.com/thread.jspa?threadID=506978&messageID=2524066 and here: http://forum.java.sun.com/thread.jspa?threadID=737870&messageID=4375796

But this does not seem to be a generic solution that works on any phone... I guess you'll have to test this.

deepspacea at 2007-7-7 15:11:59 > top of Java-index,Archived Forums,Socket Programming...
# 4
thank you for the quick reply and the links too the other posts. At least now I have direction to follow. Sometimes you just need the right keyword to start from. Thanks again.
yolven21a at 2007-7-7 15:11:59 > top of Java-index,Archived Forums,Socket Programming...
# 5
> Sometimes you just need the right keyword to> start from. Thanks again.That's why they're called "keywords" :)
deepspacea at 2007-7-7 15:11:59 > top of Java-index,Archived Forums,Socket Programming...