make phone call

Previous topic - Next topic

msx

Hello everyone, my question is simple. Is there any way to make a phone call using glbasic?

Thank you

matchy

Simple answer is yes via serial port to modem if the OS system doesn't have telephony like iOS.

BigAnd

On IOS you can use NETWEBEND to call a number. Not 100% sure on the syntax but can look it up when I get home. It may work on Android too but have never tried it.

hardyx

I think you need to call Apple functions using inline code.

Hatonastick

#4
According to what I just read you use (with something like NETWEBEND as BigAnd suggested I'm guessing):

Code (glbasic) Select
tel://5555555

Or:

Code (glbasic) Select
telprompt://5555555

Which supposedly prompts the user before making the call.
Mat. 5: 14 - 16

Android: Toshiba Thrive Tablet (3.2), Samsung Galaxy Tab 2 (4.1.2).
Netbook: Samsung N150+ Netbook (Win 7 32-bit + Ubuntu 11.10).
Desktop: Intel i5 Desktop with NVIDIA GeForce GTX 460 (Win 8.1 64-bit).

msx

Thank you all, friends. I regret not spending much time in the forum, I always learn a lot with your lessons.

I will try it.

All the best.