I have Kannel configured properly and can send SMS`s via 2 separate SNSC`s. I
now need to capture an inbound SMS and based on several parameters of the
inbound SMS, send an outbound SMS.

I think I should be able to do this in my own script and replace the
http://localhost:13013/cgi-bin/sendsms command in sendsms-url to
http://localhost:13013/myscripts/sendctrlsms.php?.... 

In this instance, http://localhost:13013/myscripts/sendctrlsms.php?.... will do
all the conditional processing and when ready to send the sms, I would have
expected it to be able to evoke the http://localhost:13013/cgi-bin/sendsms 
command.

This isnt working, as my script says http://localhost:13013/cgi-bin/sendsms is
not found. Can anyone point me to what I am doing wrong??


Reply via email to