vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.94k stars 719 forks source link

Action on incoming call needed #355

Open heikoxxxx opened 4 years ago

heikoxxxx commented 4 years ago

Hello, thanks for that great Libary. Working fine for me to make http get requests. Now i try to make a new function, that the module reacts on incoming call or incoming SMS. I mean that will be much easier than an http request.

If an call is receiving the arduino should do any action, rebooting the sim800 or should open a relais. But i cannot find anything about that. Is that possible? is it also possible to get the phone number of the caller that i can compare if caller has permission to do this action?

I need that for restarting hole arduino if it hangs up or to do a simple action if gprs is not available.

Thanks a lot :-)

SRGDamia1 commented 4 years ago

I'm sorry, this is not a feature I am likely to implement. Not that I imagine others wouldn't find it to be useful, but I don't need it myself and don't have time to implement it.