AT Command

Previous topic - Next topic

msx

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. ;)

Darmakwolf

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:

Marmor

I connected a gsm module via rs232 and it works with at commands .

spacefractal

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.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

msx

I want to make a phone call without user having to confirm. If I use tel://, have to push another button for calling.

spacefractal

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.

Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

msx

#6
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?

Moru

MSX, I predict that no one will dare to test any of your programs ever again :-)

spacefractal

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.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

msx

#9
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

Kitty Hello

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?

msx

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.

Marmor

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.

Moru

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 :-)

spacefractal

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.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/