tracar sms android dont' work

regis 3 years ago

I am using traccar sms gateway on android, as recommended for use via rest api, sending sms is not working, although the post returns status code 200 (ok)

i am post http://192.168.0.93:8082

with parameters in the headers:

  • notificator.types = web,mail,sms
  • authorization = (android app token)

and in body json : {"to":"+551190001234","message":"test2"}

still it doesn't work

Anton Tananaev 3 years ago

What token are you using?

regis 3 years ago

Hi ... I am using token on app android version 5.6, in gateway configuration, local service and enable service is true

Anton Tananaev 3 years ago

Does it work if you do it from Traccar server?

regis 3 years ago

I don't tried on server, because I work on android

Anton Tananaev 3 years ago

My recommendation would be to try it through Traccar because we know that it works for many people without any issues.

regis 3 years ago

Hi, I would like to try it on Android and would appreciate your help