We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello , when using the sms-gateway to send sms notification from traccar in Hebrew the we getting unreadable characters
like this Dev3_× ×�ס×�×�×�
same massage in telegram we received fine Dev3_ניסיון
when we use other sms GW (ozeki SMS) we getting the correct contect
can you please advice ?
The text was updated successfully, but these errors were encountered:
I also had a similar issue with Arabic characters.
Make sure to specify the content type header for your request: Content-Type: application/json; charset=utf-8.
Content-Type: application/json; charset=utf-8
Example with curl:
curl
curl --header "Content-Type: application/json; charset=utf-8" \ --header "Authorization: <YOUR API KEY>" \ --data '{"to":"<YOUR PHONE NUMBER>","message":"سلام"}' \ http://<GATEWAY IP ADDRESS>:8082
Sorry, something went wrong.
No branches or pull requests
Hello ,
when using the sms-gateway to send sms notification from traccar in Hebrew the we getting unreadable characters
like this Dev3_× ×�ס×�×�×�
same massage in telegram we received fine Dev3_ניסיון
when we use other sms GW (ozeki SMS) we getting the correct contect
can you please advice ?
The text was updated successfully, but these errors were encountered: