Hello all, I new to Kannel and I'm trying to set it up on this way:

   1. Connect to several SMPP gateways (no problem)
   2. Insert MT and MO messages on a SQL-Server Spool Database (problem!!!)

I tried SQLBOX and it works very well, but, I need to use a Stored Procedure
interface to access to the SQL-Server. (One SP for SELECT MT, one for UPDATE
MT sent and one for INSERT MO).

I wondering if it is possible to do that, I think maybe could use
sms-service like this for INSERT MO:

group = sms-service
keyword = nop
get-url = "http://host/service?sender=%p&text=%r";

But how to tell Kannel to read and update MTs?

Thanks in advance

Reply via email to