I am developing a project where I need to initiate a phone call to the given no. If the contact doesn't receives the call I need to initiate another call for another user. So, how can I achieve this in J2me. Here I am using Lwuit's Display.getInstance().execute("tel:"+) method to initiate a call.
Thank you.