Sms configuration on traccar 4

shyy6 years ago

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

Anton Tananaev6 years ago

Yes, there are changes. Please read documentation:

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

shyy6 years ago

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>