Blackberry - make a call from native address book
how to make a call from menu item appended in native book of BB('Call from ABC' option)? Initiate call programmatically For RIM OS 4.7 and lower use Invoke : PhoneArguments phoneArgs = new PhoneArguments(PhoneArguments.ARG_CALL, "555-5555"); Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, phoneArgs); For RIM OS 5.0 declared we can use Phone.initiateCall method: Phone.initiateCall(Phone.getLineIds()[0], "519-555-0100"); See Make a call from a BlackBerry device application (multi-line environment) Add custom menu item to BlackBerry application To add your "Call via ABC" item to address book menu