> How can another program (process) use Kannel's sendsms service? The idea is to have a program which monitors something and then uses kannel to send an SMS to a monile phone.
Make a socket connection to sendsms port and send HTTP request (GET or POST). Or u can send extended kannel http headers. For eg. see contrib\php-admin\functions.inc, which is written in PHP. You can do this with any other langauge like Perl, Java, C etc. > I'm running linux mandrake 8.1 Hope this will help you. Regards Shridhar Raju
