Hasnt anyone dealed before with this issue? I have to develop some application which its depended on sms replacement...please guys give me some ideas how I can handle it.
Thanks Elton On Tue, Oct 13, 2009 at 10:31 AM, Elton Hoxha <[email protected]> wrote: > Hi, > > As the mentioned issue is one of basic functionalities of SMPP, I think it > should be an workaround, even if its not possible through explicit defined > parameters. > > I read this article in the blog > > > http://tiliman.wordpress.com/2008/12/20/replacing-sms-on-a-phone-using-kannel-sms-gateway/ > > Sending a self destruct or replaceable message is pretty easy with Kannel > as long as your SMSC supports it. > > Send first SMS with pid=65 > http://SERVER:PORT > /cgi-bin/sendsms?from=55512345&username=me&password=mypass& > to=5551233&text=original+msg&pid=65 > > Send second SMS with pid=65 > > http://SERVER:PORT > /cgi-bin/sendsms?from=55512345&username=me&password=mypass& > to=5551233&text=msg+replaced&pid=65 > Can I have your comments on this method? (As far as I read pid values are > limited) > > Thanks > > Elton > > > 2009/10/12 Nikos Balkanas <[email protected]> > >> Hi, >> >> There is no such a parameter in configuration variables. For an up2date >> list of all configureation variables see gwlib/cfg.def. I guess if it >> doesn't exist, you cannot set it. >> >> BR, >> Nikos >> >> ----- Original Message ----- >> *From:* Elton Hoxha <[email protected]> >> *To:* Nikos Balkanas <[email protected]> >> *Cc:* kannel users <[email protected]> >> *Sent:* Monday, October 12, 2009 4:49 PM >> *Subject:* Re: "Replace if present" parameter in kannel >> >> Hi, >> >> I guess it is configuration issue same like other optional parameters; >> validity, source npi, address range etc. How can I set this parameter for >> replacing old submits in the queue? >> >> Thanks >> >> 2009/10/12 Nikos Balkanas <[email protected]> >> >>> Hi, >>> >>> >>> ???. What are u referring to? Configuration? Source code? >>> >>> Nikos >>> >>> ----- Original Message ----- >>> *From:* Elton Hoxha <[email protected]> >>> *To:* kannel users <[email protected]> >>> *Sent:* Monday, October 12, 2009 3:56 PM >>> *Subject:* "Replace if present" parameter in kannel >>> >>> Hi guys, >>> >>> Can anybody tell me how can I set the "if present" parameter to 0 or 1 >>> depending on my needs? In the guide, at smpp section I couldnt find >>> anything. >>> >>> Thanks >>> Elton >>> >>> >> >
