Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Support of feedback SMS #2

Open
Robert-Faltus opened this issue Oct 31, 2019 · 1 comment
Open

Support of feedback SMS #2

Robert-Faltus opened this issue Oct 31, 2019 · 1 comment
Labels
Feature Suggesting new features

Comments

@Robert-Faltus
Copy link
Collaborator

Note:
This applies to GSM modules which are officialy supported by Adeon library (eg. SimCOM modules).

Description:
Add support for sending status info via SMS after receiving of the Adeon command or phone call with sendFeedback(char* msg). This status info should be sent to sender/caller only if the sender is authorized with ADEON_ADMIN or ADEON_USER user rights (ADEON_HOST excluded).

Example of status info:

  • Command accepted.
  • Command declined – user is not authorized.
  • Command declined – wrong format.
  • Drop-call accepted.
  • Drop-call declined.
@Robert-Faltus Robert-Faltus added the Feature Suggesting new features label Oct 31, 2019
@vzahradnik
Copy link
Member

Instead of implementing this feature here, I suggest to spend some time improving the TinyGSM library, and integrate Adeon there. This library is well-tested. The only major thing it is lacking is the support for receiving SMS messages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature Suggesting new features
Projects
None yet
Development

No branches or pull requests

2 participants