> I was wondered if it is possible to create new sms-services 'dynamically' > via web-brower. In other words, i was thinking about creating such services > via > eg. php page and put it into Mysql. Then, if the sms arrives kannel would > check for that keyword in database and return the content (eg. link or text > which is also stored in some column). > > Is it possible and hard to implement?
Well, it's really simple to implement it, but outside kannel. You should relay all the work to the php code (or cgi or asp etc.) and store to a mysql table sms query&answer. Obviusly use default keyword in kannel.conf > The second thing, i wanted to ask is my Siemens M-20. I have tried to set up > an at2 smsc on it but well...hmm seems that the modem is not responding for > at commands which are use for initialize when the kannel starts. > I`ve included modem definitions - 'modem.conf' into my kannel.conf and added > something like that: Well you should always post kannel.log, and before doing that, use minicom or something like that (hyperterminal under windows) to see if it answers to at command. Sometimes you just don't set the right dev in the conf, just guessing. Cheers Andrea
