> Set the get-url in sms-service group over which you receive sms to
> point to your script.
> Do whatever you want with the received sms and then send it to the
> Kannel via (default, or change it if you prefer) sendsms-url
> (/cgi-bin/sendsms).


I have read these lines at least 1000 times and I am about to scream!! lol

This is my sms-service

group=sms-service
keyword=default
name=mytrap
catch-all=true
accepted-smsc=mySMSC
omit-empty=true
max-messages=0
concatenation=true
get-url="http://xxxx/sms_apis/sendctrlsms.php?from=%P&to=%p&msg=%a&drlurl=xxx";


>From a browser,
http://xxxx/sms_apis/sendctrlsms.php?from=%P&to=%p&msg=%a&drlurl=xxx sends my
desired SMS to the desired target if I substitute %P, %p and %a.

However, when sent a message from another SMSC, I just DONT get the SMS!! I have
no other sms-service definations.


Can anyone point me to what I am doing wrong??




Reply via email to