This example shows how to create a simple VoIP client MIDlet for making internet calls over SIP protocol. It demonstrates the usage the VoIP API on Nokia Asha software platform 1.1 and how to handle VoIP calls.
Figure: A custom call UI on Nokia Asha software platform 1.1 before (left) and after (right) a call connection is established
You need the following to develop and test this MIDlet:
Nokia IDE for Java ME (Eclipse) or NetBeans with Java ME support
Nokia Asha SDK 1.1
Nokia Asha software platform 1.1 device. The MIDlet has been tested on Nokia Asha 501
Two SIP accounts
For instructions on how to get started with Java ME, see section Getting started.
For more information about the MIDlet, see:
Design for information about the design and functionality of the MIDlet
Implementation for information about implementing the MIDlet
You can download the project files for the MIDlet from the download page.