Yes, there are changes. Please read documentation:
Thanks now it is working fine this the correct configuration for version 4
<entry key='sms.smpp.enable'>true</entry>
<entry key='notificator.types'>web,mail,sms</entry>
<entry key='sms.smpp.host'>192.168.0.1</entry>
<entry key='sms.smpp.port'>9500</entry>
<entry key='sms.smpp.username'>user003</entry>
<entry key='sms.smpp.password'>*******</entry>
<entry key='notificator.sms.manager.class'>org.traccar.smpp.SmppClient</entry>
Hi ,
i have installed new Tracar server version 4 basce on server2016R2
I copyed the notifaction setting from my production server ruining ver 3.17
i can get emails but i cant send out sms
this are the current seting im using sucssfuly on the 3.17 server
<!-- SMS SETTINGS --> <entry key='sms.smpp.enable'>true</entry> <entry key='sms.smpp.host'>192.168.0.1</entry> <entry key='sms.smpp.port'>9500</entry> <entry key='sms.smpp.username'>user003</entry> <entry key='sms.smpp.password'>*****</entry>
Is there any change in the configuration between the versions ?
Thanks
Shay