I guess it could be easily done using Net::SMPP perl module which has query_sm method already implemented. I Imagine it could be an external process polling your database, sending query_sm and updating the SMS status.
http://search.cpan.org/~sampo/Net-SMPP-1.13/SMPP.pm Cezary _____ From: [email protected] [mailto:[email protected]] On Behalf Of Alejandro Guerrieri Sent: 17 March 2010 17:03 To: Sergio Gabriel Gallegos Cc: [email protected] Subject: Re: How to consulting status of sms via query_sm asynchronous Sadly, Kannel does not support query_sm yet. On Wed, Mar 17, 2010 at 4:49 PM, Sergio Gabriel Gallegos <[email protected]> wrote: Exactly, not necessarily, but the carrier does not support DLR, so I need to use Query_sm Exactly, note necessarily, but the carrier doesn't support DLR's , so I need to use Query_sm. I hope u can help me, Thks 2010/3/16 Nikos Balkanas <[email protected]> Not necessarily. Please read user guide about DLRs (Delivery Reports). BR, Nikos ----- Original Message ----- From: Sergio Gabriel Gallegos <mailto:[email protected]> To: [email protected] Cc: Nikos <mailto:[email protected]> Balkanas Sent: Wednesday, March 17, 2010 12:34 AM Subject: Re: How to consulting status of sms via query_sm asynchronous i believe you, but better I'll explain the context to understand my need , my carrier is migrating of platform , now are implementing sms premium, where the process is : i send him some sms , he recive and send at user the message ,but I need to know if the message was recovered and remitted to conciliation, and the only way to know is via Query_sm, so then I need to do a query message sent Query_sm. i have the kannel 1.4.3 Thks. 2010/3/12 Nikos Balkanas <[email protected]> Hi, Please use latest CVS, 1.4.3+. It is production quality with many enhancements. SMS by its nature is asynchronous. There are a lot of delays and different line speeds along the way that necessitate lots of buffers. It would need rewriting from scratch and be very inefficient if it was converted to synchronous. You are wellcome to try it if you don't believe me. BR, Nikos ----- Original Message ----- From: Sergio Gabriel Gallegos <mailto:[email protected]> To: [email protected] Sent: Saturday, March 13, 2010 12:20 AM Subject: How to consulting status of sms via query_sm asynchronous I have a 1.4 Connection Kannel smpp, sending sms via submit_sm, but in an asynchronous manner via I query_sm view their status and do not like this action, I'm new to this. I hope you can help me Thks
