call phone with j2me
| Wed, 2005-06-08 08:20 | |
|
Hello for all,
I am newbie in J2ME and I am a one problem. My problem is that I have make an aplicacion that it call a mobile Phone. This aplicacion is in J2ME. You can say me that I need for to make this aplicacion ? You help me to find any example? Thank you very much Fran |
|






Forum posts: 60
algis
Forum posts: 122
JTAPI is not for mobiles either......it's targetted more on exchanges like PBX.........
You can use Java Phone API for this but it ain't free.
Regards
kurtrips
Forum posts: 5
class TelephoneCall extends MIDlet
{
  public void startApp(){
    try{
      platformRequest("tel:+966504812912");
    }catch(IOException e){
      e.printStackTrace();
    }
  }
}:
from
http://www.arabteam2000-forum.com/index.php?showtopic=63447
Forum posts: 30
in J2ME call controll is the typical for java api and j2me api communication application.