You should create an smsbox and define a keyword in order to tell kannel what to do with the message. If the keyword matches, kannel will call an script you develop and pass message info. Then your message will be processes as per the script.
On Tue, Aug 5, 2008 at 10:12 AM, Dave Jong A Lock <[EMAIL PROTECTED]> wrote: > Hi all, > > I already posted a question on this problem and got 1 answer, but this is > still not working. > > Scenario: I just got a http (xml) connection from the smsc, saying they > will send all incoming sms to my application for me. > > > my conf: > group = smsc > type = http > system-type = generic > smsc-id = abc > port = <the port I will give to smsc> > smsc-username = username > smsc-password = password > status-succes-regex = "ok" > status-permfail-regex = "failure" > status-tempfail-regex = "retry later" > > > Questions: > > What ip and port can/should I give them for this to work? > Is my conf correct or am I missing things? > > > Dave >
