Help with configuration

tambiu5 years ago

Hi, anyone knows how to set SMS configuration for one server that works like this

https://server.com/?username=xxxxx&password=xxxxxxxx&destination=phonenumber&text=messagetext

I have tried this set :

<entry key='notificator.types'>web,mail,sms</entry>
<entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry>
<entry key='sms.http.url'>https://server.com</entry>
<entry key='sms.http.user'>xxxxx</entry>
<entry key='sms.http.password'>xxxxxx</entry>
<entry key='sms.http.template'>
    {
        destination={phone}&amp;text={message}

    }
</entry>

but It did not work on traccar, but it works by http