Is it possible send AT commands from GLBasic?. I need to make phone calls without confirmation and I think is the only way.
I accept proposals. ;)
I know nothing about AT commands, but I assume if it can be done in C it can be done in GLB. Find a sample AT commands C project and try messing with INLINE. :good:
I connected a gsm module via rs232 and it works with at commands .
to pass that confirmation. Im thinks its a bad way to doing that. Its a reason there is a security here.
Im also heard iOS7 completed removed that kind of codes as im had heard about due? There was some removed function some carriers in Denmark that got issues with a callback system.
Also if its Android, you might need some java calls.
I want to make a phone call without user having to confirm. If I use tel://, have to push another button for calling.
http://www.mobilexweb.com/blog/click-to-call-links-mobile-browsers
The confirm is there to avoid possible tricking a user to phone a call, so its dont doing that in a background. So its a reason you see that confirm alert.
Yes, I had read this article. Then, Is not there another way? :whistle:
Btw, Does anyone know how to make a call to "intent" in Android?
MSX, I predict that no one will dare to test any of your programs ever again :-)
It's no different to uses intent., it's uses Tel: protokol to and hence you would see that. I'm won't try to do workaround that security in android extras to implemented it.
You need to life with that confirm box.
Quote from: Moru on 2013-Nov-05
MSX, I predict that no one will dare to test any of your programs ever again :-)
you are very suspicious :P
I want to make some money with fake calls xD
Quote from: Moru on 2013-Nov-05
MSX, I predict that no one will dare to test any of your programs ever again :-)
I die laughing... Really, what are you trying there?
Hi Gernot,
I'll explain.
I am a designer and manufacturer of an electronic device to open automatic doors with a phone call.
I intend to make an application that simulates a remote control so that when the user clicks a button make a phone call automatically. These buttons are configurable.
Ah ok .
Most newer phones are not provides these kind of using at commands anymoore !
U need java for android devices .
I prefere mail2sms for my alarmdevices.
Mail to sms only works if user has internet on the phone. Reception is not perfect underground either. However a phonecall can be done even though the reception is really bad. You might not be able to talk but the signals will go through anyway and that is enough for remote control.
I use an old Nokia 3210 and a magnet sensor for burglar alarm in the basement :-)
its make seance yes, extracly in that issue with alarm systems. But its actuelly not that big deal if its have a confirm or not. Its just one another keypress.
Yes its was possible with older phones, but there have been too much scam and fraud, so phone company have impleneted that security (etc show from one phone number, but call outside country etc).
But its does make seance for alarm systems, which that confirm can been annoying, so its might been better to do a sms system, or trought a webserver system.
MSX I don't know nothing about your device, but not it's better do with a Bluetooth...
I do a lot of probes with GLbasic and BT Mobile to Arduinos and goes fantastic...
The device operates for several years. I just want to offer customers a mobile application to facilitate making phone calls and organizing phone numbers of the doors.