Make sure Source Address is matching phone number in device settings, and notification is enabled.
A notification is enabled without trailing.
The source number and number that the SMS is sending.
An SMS company said they did not have to put anything in that field.
Do you have any idea what it could be?
Thank you.
Can I see a screenshot of your device settings?
As far as I can tell, it should work and you should get a notification with SMS.
I requested the logs to SMS company and had the equipment return.
On tracing I do not get this response message.
Please check your message is not too long.
Also I had to use the country code (in Australia) +61 as the leading for the mobile number of the tracker - ie +61419123456
Looks like you have enabled logPdu
it is good, unfortunately they are in wrapper.log
. Could you provide a piece of it around that time.
The problem is probably solved in https://github.com/tananaev/traccar/pull/3737
Here is test build https://drive.google.com/open?id=0Bxu1vjhFvq74Vy1iQk93WlUtWTA based on 3.15 and this PR.
tracker-server.jar
file in your traccar foldertracker-server.jar
Please provide feedback
Abyss I do not even know how to thank.
I'm running normal now.
Thank you.
Abismo, eu tenho um sistema de sms montado porem é com api, mas sei q tem a possibilidade de alterar o tracker-server.jar para ele aceitar o uso da api em vez do smpp. poderia me ajudar?
Good afternoon, congratulations on the software.
I'm having a problem receiving the return of the SMS that was sent to the device.
Sms sending is normal.
I'm having this feedback in the log.
LOG:
Config:
<!-- SMS SETTINGS --> <entry key = 'sms.smpp.enable'>true</entry> <entry key = 'sms.smpp.host'>smsmarket.com.br</entry> <entry key = 'sms.smpp.version'>34</entry> <entry key = 'sms.smpp.port'>1575</entry> <entry key = 'sms.smpp.username'>logpay.smpp</entry> <entry key = 'sms.smpp.password'>*****</entry> <entry key = 'sms.smpp.starttls.enable'>true</entry> <entry key = 'sms.smpp.notificationsCharset'>GSM</entry> <entry key = 'sms.smpp.notificationsDataCoding'>0</entry> <entry key = 'sms.smpp.commandsCharset'>GSM</entry> <entry key = 'sms.smpp.commandsDataCoding'>0</entry> <entry key = 'sms.smpp.sourceTon'>1</entry> <entry key = 'sms.smpp.sourceNpi'>1</entry> <entry key = 'sms.smpp.commandSourceTon'>1</entry> <entry key = 'sms.smpp.commandSourceNpi'>1</entry> <entry key = 'sms.smpp.logPdu'>true</entry> <entry key = 'sms.smpp.enquireLinkPeriod'>120000</entry> <entry key = 'sms.smpp.enquireLinkTimeout'>120000</entry> <entry key = 'sms.smpp.sourceAddress'>logpay</entry> <entry key = 'sms.smpp.commandSourceAddress'>+5519*********</entry>
Sorry for the English.
Thank you.