How Can I Send a SMS Command to GPS from Traccar Server with SMPP Server

Daniel Navarro7 years ago

Is posible to send a SMS Command to GPS using SMPP server ? because i configured the server , you can see my logs

2018-03-22 10:45:36  INFO: Operating system name: Linux version: 4.4.114-mainline-rev1 architecture: amd64
2018-03-22 10:45:36  INFO: Java runtime name: Java HotSpot(TM) 64-Bit Server VM vendor: Oracle Corporation version: 25.161-b12
2018-03-22 10:45:36  INFO: Memory limit heap: 446mb non-heap: 0mb
2018-03-22 10:45:36  INFO: Character encoding: UTF-8 charset: UTF-8
2018-03-22 10:45:36  INFO: Version: 3.15-SNAPSHOT
2018-03-22 10:45:48  INFO: Starting server...
2018-03-22 10:45:59  INFO: SMPP session connected


2018-03-22 11:13:59 DEBUG: SMS submitted, message id: 0010499034

But at the moment that im checking at the destination is not recieving any sms

Anton Tananaev7 years ago

I guess phone number is incorrect or you have some issue with your SMPP provider.

Daniel Navarro7 years ago

Thanks for your answer Anton , so according the log our configuration is ok ?. im going to write to my smpp provider to check its log

Anton Tananaev7 years ago

If you don't see any errors it probably means that configuration is fine.

Daniel Navarro7 years ago

Thank you. but Anton where can i configure that information , to set GSP phone number and the proper command like to turn off my bike

Anton Tananaev7 years ago

What information? I am talking about SMPP configuration. I'm assuming that's what your question was about.

I'm completely confused by your comments. First you ask if your configuration is fine and then you ask where you can configure it? What was the first question about then?

Daniel Navarro7 years ago

Exactly , you re right, sorry for my bad english. the configuration is ok according your validation . So the second question . How can i send a SMS to my gps device using traccar, using saved commands or where is the proper place? Im trying to turn off my motorbyke using traccar, is that posible ?

Anton Tananaev7 years ago

There is documentation for it:

https://www.traccar.org/documentation/commands/

If you tick send via SMS it will send via SMS.

Daniel Navarro7 years ago

Perfect , im going to read it, thank you for your support. Traccar is great!!