Making a phone call using Java ME

I'm interested to build a java program using Java ME to make a short (2seconds) phone call and disconnected after this period. Is it possible ?Does anyone knows how to do it and which class should I use?
[218 byte] By [Lukasz_1981a] at [2007-10-3 5:15:27]
# 1

Making a call is not a problem, you can use platformRequest method for that (look into the API Docs for more info). Disconnecting the call from your program could be a problem, since the call itself is not managed by the AMS anymore, so you don't have access to it after your platformRequest method.

Mihai

Printisora at 2007-7-14 23:22:02 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
I don磘 know if its possible to disconnect, but could I set a countdown timer that starts when the user start a call and alert the user after the timer gets to 0?
RDarioa at 2007-7-14 23:22:02 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

I don't know if that is possible, because the application may have to be closed if the system does not have enough capabilities and resources, so it depends on the phone. Read the API docs for the platformRequest method for more info about this.

I would give it a try though and see what happens.

Mihai

Printisora at 2007-7-14 23:22:02 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
I am looking to do the same thing. did you have any luck?jps44@yahoo.com
jps444a at 2007-7-14 23:22:02 > top of Java-index,Java Mobility Forums,Java ME Technologies...