> 4): The system must have an API Depends on what you mean by an API, there are defined interfaces to get messages into and out of Kannel (http, http headers, SOAP), there isn't a specifical library interface that you can link to.
So if Kannel is running on the localhost i could use java servlets running on tomcat (again on the localhost) to talk to Kannel via http and send and receive messages ? >>> Steve Kennedy <[EMAIL PROTECTED]> 06/10/2003 15:29:10 >>> On Mon, Oct 06, 2003 at 02:59:46PM +0100, Edd Dawson wrote: > I am new to the list so hello to all members :) > I am researching the use of standalone SMS systems that can provide > two-way interactivity. > The basic design brief that i am researching is a system that could do > the following : > 1): Receive SMS messages and respond to them in return via SMS. Kannel will decode the message and do something with it (generally pass it to an application via http), what the application does with it is up to it. > 2): The system should be able to run on a linux box that has a mobile > phone attached via an external port for sending and receiving SMS's. Yup. The basic AT driver will drive phones, there's a patch that improves handling of incoming messages (which hasn't [yet] been incorporated into the main Kannel source). > 3): The system must work in the United Kingdom. Yup. > 4): The system must have an API Depends on what you mean by an API, there are defined interfaces to get messages into and out of Kannel (http, http headers, SOAP), there isn't a specifical library interface that you can link to. > 5): The system must be open source. Yup. > My question would be is the above possible using Kannel as a basic kick > off point? Should do all above. Steve -- NetTek Ltd Phone/Fax +44-(0)20 7483 2455 SMS steve-pager (at) gbnet.net [body] gpg 1024D/468952DB 2001-09-19 ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________
