> Troy Kelly wrote: > Hi, > I have tried both the 1.1.6 and the CVS release - and there is no > message text in the message submitted/posted to the url. > > The service details are below. I have tried both get-url and post-url > Post-url has a content length of 0 when it gets the incoming message. > > group = sms-service > keyword = default > get-url = "http://192.168.100.1/test.asp?%a&%r" > catch-all = true > send-sender = true > strip-keyword = false > accept-x-kannel-headers = true > concatenation = true > omit-empty = true
For one thing %a means "all words in SMS message" and %r means "rest". Secondly, you should use cgi variables, see example in userguide. Aarno
