Blynk server and Ring, sms

You can have a look at the very similar issue in these threads

and

BlynkGSM_Manager

to know why and can design a solution by yourself as follows:

  • create 2 instances of TinyGsm,
  • modem for Blynk and
  • direct_modem to handle calls and sms

I don’t know if this solution will 100% work, but if you’d like, it’s good to try. If OK, please inform the forum.

The real issue is that Blynk’s modem instance will pass all GPRS/GSM data into Blynk protocol channel, foreign data will be ignored / discarded.
The new direct_modem instance will handle GPRS/GRM calls and SMS data independently from Blynk, and will serve the calls/SMS purpose, hopefully.