Hi Erwin,
I tried this, but it does not seem to work.
When using this script no SMS is generated.
Just to try and problem solve I tried removing the Function script on top and the following from the below:
Unicodetable = utf8tounicode(Eventname)
-- Convert SMS text to unicode
Unicodetable = utf8tounicode(SMSText)
SMSText = Unicodetable[4]
So the clickatell part seems to be working, but the conversion/funtion part must not work as intended...
BR
Mr.D
I tried this, but it does not seem to work.
When using this script no SMS is generated.
Just to try and problem solve I tried removing the Function script on top and the following from the below:
Unicodetable = utf8tounicode(Eventname)
-- Convert SMS text to unicode
Unicodetable = utf8tounicode(SMSText)
SMSText = Unicodetable[4]
So the clickatell part seems to be working, but the conversion/funtion part must not work as intended...
BR
Mr.D