I started to study about kannel recently... How to do this? I think I need to set a parameter in url, but I don't know how to do this... My sms-service.conf is like this:
group = sms-service keyword = default get-url = "http://localhost/empty?/%t/%p/%a/%i" omit-empty = true 2013/1/18 spameden <[email protected]> > you need to urlcode text before passing it into the script and yes you > need to add coding=2 and charset=utf8 and text encoding should be > utf-8 > > 2013/1/18 Renan Gurgel <[email protected]>: > > Hi, I have a problem with receiving of messages with special characters > like > > "éôãç...". What can I do to solve this? I try to pass in url: conding=2 > and > > charset=UTF-8, but it doesn't work... I try to set alt-charset=2 in > > smsc.conf, but the result was the same... Thank you! >
