Hi,

I have a scenario where the smsc sends an sms to my kannel and kannel calls
a url of mine (a servlet
I then return to kannel HTTP 200 OK with text in body "Message sent
successfully".
However then kannel sends another sms to the mobile phone with this text
"Message sent successfully".

How can i disable this?

the relevant section of MO in my kannel is:

group = sms-service
keyword = default
catch-all = true
max-messages = 10
accepted-smsc = "smsc1;smsc2"
get-url = "
http://localhost:8080/myservlet?from=%p&to=%P&text=%a&coding=%c&charset=%C";

Thanks,

Tomer

Reply via email to