On Thu, 31 Aug 2006, Bogdan Lucaciu wrote:
Hello I need a way to: - insert a message into a table and be sure kannel will send it
you could put a job in cron to run periodically a script which will format an HTTP request to kannel based on the contents of a db
- once the message is sent , kannel should update the table accordingly
likewise, your script would do this
- when the DLR arives , kannel should update the table accordingly I found on the list some discussion about sqlbox. Reading the user guide (for 1.4.0) I came across "DBPool". Also, the release notes for 1.3.1 say "PostgreSQL support added for database pools." I don't know how these two features relate to my problem, but I wasn't able to find further information, can you please direct me to some reading material? (I'm using kannel 1.4.0 and I prefer using postgresql if possible)
i haven't used sqlbox, but when a message arrives you define a service, which is just a url to a script which can also do any work updating the database
cheers iain
Thanks! -- Bogdan Lucaciu <[EMAIL PROTECTED]>
