when typed into browser:
http://localhost/anr/sms.php?sender...his+is+test+SMS
mysql table one row is added in the corresponding table.
kannel is working OK. It can record DLR correctly into mysql. I want to store in/ out SMS in mysql. For this I have defined the service as:
group = sms-service
keyword = "ANR"
max-messages = 3
catch-all = true
get-url =
"http://localhost/anr/sms.php?sender=%P&recipient=%p×tamp=%t&smstext=%a"
group = sms-service
keyword = default
max-messages = 3
text = "All SMS storing"
But when I send SMS to my mobile by typing into my browser:
http://localhost:13013/cgi-bin/send...orld+into+MySQL
+919922229999 is also the number connected to kannel as SMSC, so the message gets delivered back into the mobile. But, the message does not get stored into mysql, the address defined in sms-service and that typed directly in the browser are same.
Please help.