Where are the Phone functions in Corona?

I have looked all over and can’t find any reference to make phone calls with Corona.

Most devices today can make phone calls (even if it is SIP phone) so why can’t we make a call with Corona?

I know that most games can’t or won’t use the phone but there are numerous business or non-game apps that could use the option to make calls and reference the contact list.

Thanks!
stu

There is only one API call:

system.openURL(“tel:555-555-1212”)

That will start the phone calling dialog for your device.  We don’t have access to the contacts library yet.  Please go to:

http://feedback.coronalabs.com

and find the existing entry for contacts and vote it up.

There is only one API call:

system.openURL(“tel:555-555-1212”)

That will start the phone calling dialog for your device.  We don’t have access to the contacts library yet.  Please go to:

http://feedback.coronalabs.com

and find the existing entry for contacts and vote it up.