The call methods gets a phone call made.
if (Logging.REPORT_LEVEL <= Logging.INFORMATION) {
Logging.report(Logging.INFORMATION, LogChannels.LC_CORE,
"phoneNumber is call "+phoneNumber);
}
// native function would need to handle the actual call
return true;