Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-27 | Minor refactoring | Anton Tananaev | |
2019-02-27 | Move events handler classes | Anton Tananaev | |
2018-12-27 | SMS client: Changes to support msg91 | Syed Mujeer Hashmi | |
The authorization header may require different name:value pair for specifying token by the service provider. Add a config parameter "sms.http.authorizationName" to support this. In case of msg91, the name required is "authkey". The newline at the end of short templates are causing invalid json in request. Get rid of the newline using trim(). The required config to enable msg91 sms notifications are <entry key='notificator.types'>web,mail,sms</entry> <entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry> <entry key='sms.http.url'>http://api.msg91.com/api/v2/sendsms</entry> <entry key="sms.http.authorizationName">authkey</entry> <entry key='sms.http.authorization'>[YOUR TOKEN]</entry> <entry key='sms.http.template'> { "sender": "SOCKET", "route": "4", "country": "91", "sms": [ { "message": "{message}", "to": ["{phone}"] } ] } </entry> Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com> | |||
2018-11-10 | Fix some FindBugs issues | Anton Tananaev | |
2018-11-04 | Fix issue with SMS events | Anton Tananaev | |
2018-11-02 | Implement universal HTTP SMS manager | Anton Tananaev | |
2018-08-17 | Add constructor to MessageException class | Marcos Dallagnelo | |
2018-08-16 | Have improved code, without create new thread and throw a MessageException | Marcos Dallagnelo | |
2018-08-15 | Implementado integração com serviço envio SMS SmsGateway.me | Marcos Dallagnelo | |
2018-06-27 | - Rename NotificationException to MessageException | Abyss777 | |
- Simplify Notificator instantiation - Make sms configuration more clear - Move some defaults in code - Some cleanup | |||
2018-06-26 | Cleanup and some adjustments | Abyss777 | |
2018-04-01 | generalization for notifications processing | Ivan Martinez | |