Hi, It might happen if the sender of the sms is not the white-list of the service. You must define a white-list in your .conf file as follows:
group = service-service keyword = kkkkkk (or default or whatever) exec = /my/script.sh white-list = http://localhost/whitelist.txt And then you need to implement some HTTP server to return you white-list for you over HTTP. I've tried just giving a simple filename but Kannel wants HTTP. Good luck. Lourens... --- Huber Gottfried <[EMAIL PROTECTED]> wrote: > I have some working SMS-SERVICE > but one service makes troubles: > it starts a unix-shellscript (= working in > unix-shell), but it's is not > executed when receiving the sms with keyword. > the sms-answer ist an empty reply from the provider > ( [flags:0:1:0:0:0] > [msg:35:] [udh:0:] ) > > what's wrong ?? > > > > Thanks, > > Gottfried > __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html
