-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to expose or force USE_SMSTEXTMODE from python? #93
Comments
The features configuration is indeed not exposed in the Python API. So far, the preferred solution was to include needed flags inside Gammu, so that it does not have to be configured by every user: https://github.com/gammu/gammu/blob/master/libgammu/gsmphones.c |
Please help me make this. What I can do? |
I don't see SIM800 in this config:
how I can add SIM800 configuration in docker HA on Synology NAS? |
This should be a change in the C version of gammu. Filed new issue to track it: |
Thx very much ! |
It’s working! Thx you very much! |
Some alarms system only receive SMS in text mode and gammu seems to always default to send in PDU mode.
Is there a way to expose or force text mode from the python API?
Thanks.
Oscar
The text was updated successfully, but these errors were encountered: