(Text Message Received) Notification

tambiu6 years ago

Hi,

After upgraded my Traccar 3.15 to Traccar 3.16, I have noted that the notification “Text message received” stop working, so I rolled back to 3.15 and it Works ok again, What it could be ? I use an APP called OZEKI for my SMPP server to send and receive message texts, and Always Works ok with traccar 3.15. As you can see the logs, It is working, but I do not receive the notification

root@gps:/opt# tail -f /opt/traccar/logs/tracker-server.log |grep SMS
2018-05-11 09:10:16 DEBUG: SMS submitted, message id: 24B7F7
2018-05-11 09:10:31 DEBUG: SMS Message Delivered: 24B7F7, State: 50
2018-05-11 09:10:33 DEBUG: SMS Message Received: Torpedo SMS entregue p/ 5562996397421 (09:10:28 de 11.05.18)., Source Address: 5562996397421
2018-05-11 09:10:37 DEBUG: SMS Message Received: after 20s will reboot ok, Source Address: 5562996397421
Anton Tananaev6 years ago

Make sure that notifications are configured correctly for your user account.

tambiu6 years ago

The configurations are ok, because I have the same database and the same configuration file traccar.xml , and it Works on 3.15 but not on 3.16, And more, anothers notifications works ok on 3.16, only this (text message reveived) dont.

abyss6 years ago

I think it is related to how your SMPP server send delivery receipts https://github.com/traccar/traccar/pull/3799

Try set sms.smpp.detectDlrByOpts config parameter to true

tambiu6 years ago

Ok, Wich file do I need to change ? and why is it working well on 3.15 and not more on 3.16 ? It will be fixed on 3.17 ?