Hi,
I am trying to setup SMS notification. Below is the config I have used.
<entry key='notificator.types'>web,sms</entry>
<entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry>
<entry key='sms.http.url'>http://msg.msgclub.net/rest/services/sendSMS/sendGroupSms?AUTH_KEY=123456</entry>
<entry key='sms.http.authorization'>123456</entry>
<entry key='sms.http.template'>
{"smsContent":"{message}",
"groupId":"0",
"routeId":"1",
"mobileNumbers":"{phone}",
"senderId":"DEMOOS",
"smsContentType":"unicode"}</entry>
I cannot see the SMS channel in the notification settings web UI. There are no errors in the logs. And when I tried sending a test notification, I can get the alert on the web, but not on SMS. I don't see any logs pertaining to this as well.
Hi,
I am trying to setup SMS notification. Below is the config I have used.
<entry key='notificator.types'>web,sms</entry> <entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry> <entry key='sms.http.url'>http://msg.msgclub.net/rest/services/sendSMS/sendGroupSms?AUTH_KEY=123456</entry> <entry key='sms.http.authorization'>123456</entry> <entry key='sms.http.template'> {"smsContent":"{message}", "groupId":"0", "routeId":"1", "mobileNumbers":"{phone}", "senderId":"DEMOOS", "smsContentType":"unicode"}</entry>
I cannot see the SMS channel in the notification settings web UI. There are no errors in the logs. And when I tried sending a test notification, I can get the alert on the web, but not on SMS. I don't see any logs pertaining to this as well.