-
Notifications
You must be signed in to change notification settings - Fork 102
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
MMS Support #17
Comments
Are you talking about API calls or messages you send from the app itself? |
API calls |
API calls are different. App settings are only applied to what you send from the app itself. |
OK, is there another parameter or payload I can use to make SMS work with the API? Ref. https://www.traccar.org/http-sms-api/ has no docs on it. Sorry for being lazy not checking the source code :p |
I think I might have found the issue, will test later and get back to this thread if I solve it :) |
There's no configuration parameter for it currently. |
OK, so it is expected not to work? - I tested manually in the app and it works to send MMS, but it fails with the API 🥲 |
I might make a PR if it does not work, is that something you want @tananaev? Have to use: In the API code somewhere, the GateWayService:
|
Sure, feel free to send a PR. |
Is there any way to send an MMS?
The text was updated successfully, but these errors were encountered: