Kent Walker schrieb: > Hello, > > I am using the Kannel software along with some Perl scripts to perform > SIM card over-the-air updates. I use the HTTP sendsms command to send > the downloads and it has been working well. Is there anyway that I can > use the Kannel HTTP commands to cancel a previously sent SMS? Currently, > I have to do it manually on my SMSC.
which upstream SMSC protocol? SMPP? In fact we "could" add this by a semantical add to smsbox, providing a "cancelsms" call as counterpart of "sendsms" ;) At least SMPP allows "cancellation" of pending MTs via it's cancel_sm PDU. Not sure how our other protocols see it. At least AT (GSM modem) is out of scope by it's nature. The "benefit" from the cancelsms URI at smsbox is that we would pass a corresponding msg to bearerbox of new type, i.e. mt_cancel. And we then can lookup first our internal queues if the messages is yet not passed to the SMSC, and if it has then escalate to the SMSC. Opinions please?! Stipe -- ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
