Hi shyy
Please, can you share the Dropbox link for tracar V4.2 test?
Thanks.
Dear Shyy I think You are Using Ozeki SMPP ? Me too configured Traccar 4.0 with Ozeki it was running fine with Custom Command but not with Notifications ? I mean Notifications were not sending automatically. Anyone know Is this Issue in Traccar Server side or Ozeki. I will be thankful.
It's not a release. It's just a test version to verify that reports are working. Wait for proper release.
Thanks Anton ,will sms notifactions will work with the next release ?
@Meenu
Yes it is Ozeki it is used only for notifications. it is working fine since Traccar version 3.11 up to Traccar version 4.1
what version of Ozeki are you using ?
No, I think we'll keep SMS notifications broken.
Dear Shyy ! I am using Traccar 3.17.
I installed official traccar 4.2, the configuration to run Ozeki sms Getway is:
<entry key='notificator.types'>web,mail,sms</entry>
<entry key='sms.smpp.enable'>true</entry>
<entry key='sms.enable'>true</entry>
<entry key='sms.smpp.host'>172.16.100.100</entry>
<entry key='sms.smpp.port'>9500</entry>
<entry key='sms.smpp.username'>smsuser</entry>
<entry key='sms.smpp.password'>******</entry>
Thanks for the fast fix
Dear Shyy ! I have installed Ozeki SMPP Android and it is sending sms using Custom Command Fine but when at automatic Notification SMS it gives Error like Below :
INFO: SMS Message Received: id:F04169 sub:000 dlvrd:001 submit date:1811111021 done date:1811111021 stat:REJECTD err:000 text:F04169, Source Address: 11111
Try to connect to the ozeki android via ozeki ng sms gateway
Anton 4.2 official release shows same issue for SMS notifications and SMS channel is not available at all
2018-11-13 15:14:12 WARN: No notificator configured for type : sms
2018-11-13 15:14:12 WARN: You are using null notificatior, please check your configuration, notification not sent
I get the exact error 2 years later with 4.7
2020-02-09 11:18:41 WARN: No notificator configured for type :
2020-02-09 11:18:41 WARN: You are using null notificatior, please check your configuration, notification not sent
The error is not the same. Looks like notification type is empty string.
Anton,
I installed the traccar 4.2-test version from the latest dropbox link
the reports are now working fine but sms notifacation stopd working
in the log im getting this error
2018-11-04 16:18:41 WARN: Unable to load notificator class for sms org.traccar.notificators.NotificatorSms org.traccar.smpp.SmppClient
the config file reladed to sms is :
<entry key='notificator.types'>web,mail,sms,firebase</entry> <entry key='sms.smpp.enable'>true</entry> <entry key='sms.smpp.host'>172.16.100.100</entry> <entry key='sms.smpp.port'>9500</entry> <entry key='sms.smpp.username'>smsuser</entry> <entry key='sms.smpp.password'>******</entry> <entry key='notificator.sms.manager.class'>org.traccar.smpp.SmppClient</entry>
can you please advice ?