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]

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