kannel sms-service get-url problem
when typed into browser:
http://localhost.localdomain/anr/sms.php?sender=testSender&recipient=testRecipient&timestamp=2007-12-30+16:30&smstext=This+is+test+SMS
One row is added in the corresponding mysql table, as per sms.php script.

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 = default
max-messages = 0
catch-all = yes
get-url = 
"http://localhost/anr/sms.php?sender=%P&recipient=%p&timestamp=%t&smstext=%a";

But when I send SMS to my mobile by typing into my browser:
http://localhost:13013/cgi-bin/sendsms?username=smsUser&password=smsUserPass&dlr-mask=31&to=+91992222XXXX&text=Hello+world+into+MySQL

+91992222XXXX is also the number connected to kannel as SMSC, so the
message gets delivered back into my mobile. But, the message does not
get stored into mysql, the http address defined in "group =
sms-service" and that typed directly in the browser to see the effect
on mysql, are the same. It seems that kannel is not receiving the in
SMS's.

Kindly help, as I have given this problem many days and readings.

My configuration:
Fedora Core 8
Kannel 1.4.1
N70 (nokiaphone n70 as SMSC)

Please help.

Reply via email to