Re: Silent SMS

2011-05-13 Thread Milan P. Stanic
ion > and use this validity for kannel (may not always work if timezone > time is less than localtime), or make it configurable, provided that > the SMSc supports relative time. > > BR, > Nikos > - Original Message - From: "Milan P. Stanic" > > To: >

Re: Silent SMS

2011-05-13 Thread Nikos Balkanas
if timezone time is less than localtime), or make it configurable, provided that the SMSc supports relative time. BR, Nikos - Original Message - From: "Milan P. Stanic" To: Sent: Friday, May 13, 2011 1:58 PM Subject: Re: Silent SMS On Fri, 2011-05-13 at 15:38, ha...@aeo

Re: Silent SMS

2011-05-13 Thread Milan P. Stanic
On Fri, 2011-05-13 at 16:10, ha...@aeon.pk wrote: > If you could tell me the steps, I could change and recompile and test. Am > not a programmer so would need external help. I don't have enough time to write a howto guide about compiling Kannel. It is described in userguide. But it looks like the

Re: Silent SMS

2011-05-13 Thread ha...@aeon.pk
If you could tell me the steps, I could change and recompile and test. Am not a programmer so would need external help. On Fri, May 13, 2011 at 3:58 PM, Milan P. Stanic wrote: > On Fri, 2011-05-13 at 15:38, ha...@aeon.pk wrote: > > Well, the validity parameter is another issue with me, since my

Re: Silent SMS

2011-05-13 Thread Milan P. Stanic
On Fri, 2011-05-13 at 15:38, ha...@aeon.pk wrote: > Well, the validity parameter is another issue with me, since my application > server is on different timezone, and kannel sends absolute timestamp > (2011-05-12 13:01:01) as validity parameter instead of relative timestamp > (expiry time = current

Re: Silent SMS

2011-05-13 Thread ha...@aeon.pk
Well, the validity parameter is another issue with me, since my application server is on different timezone, and kannel sends absolute timestamp (2011-05-12 13:01:01) as validity parameter instead of relative timestamp (expiry time = current/submission time+60 secs). I don't seem to find the resolu

Re: Silent SMS

2011-05-13 Thread Milan P. Stanic
On Fri, 2011-05-13 at 12:59, ha...@aeon.pk wrote: > Thanks Mads. I already tried this, but the problem that I am facing is that > the app needs to read the DLR sent by SMSC. SMSC sends 'DLR=Delivered' if > the handset is on. But SMSC does not send any DLR at all if the handset is > off or out of co

Re: Silent SMS

2011-05-13 Thread ha...@aeon.pk
Yes, but my telecom is not providing access to HLR. So I am bound to do some trick via SMPP application sitting behind SMSC... On Fri, May 13, 2011 at 1:05 PM, Cezary Siwek wrote: > Hi, > > you should be able to identify whether the mobile is ON or OFF by doing HLR > lookup. it's usually cheaper

Re: Silent SMS

2011-05-13 Thread Cezary Siwek
Hi, you should be able to identify whether the mobile is ON or OFF by doing HLR lookup. it's usually cheaper than an SMS (0.002-0.02 euro depending on volumes) Regards, Cezary On 13/05/2011 08:51, ha...@aeon.pk wrote: Dear friends, How to send a silent SMS via kannel? My purpose is to ch

Re: Silent SMS

2011-05-13 Thread Mads N. Vestergaard
Hi Hamza, Either you need to look at dlr-mask as stated in the UG, if you do not get any DLRs other than delivered. If your dlr-mask is correct, you should talk to your gateway provider what DLRs they provide. There is some information about the PID here: http://www.dreamfabric.com/sms/pid.ht

Re: Silent SMS

2011-05-13 Thread ha...@aeon.pk
Thanks Mads. I already tried this, but the problem that I am facing is that the app needs to read the DLR sent by SMSC. SMSC sends 'DLR=Delivered' if the handset is on. But SMSC does not send any DLR at all if the handset is off or out of coverage. Thats the only issue I am having. Any solution for

Re: Silent SMS

2011-05-13 Thread Mads N. Vestergaard
Hi Hamza, You can send a SMS with a special PID to generate a silent SMS. We are adding pid=64 to the HTTP request, to do this. But please be aware that not all gateways supports this. Regards, Mads Den 13/05/2011 kl. 09.51 skrev ha...@aeon.pk: > Dear friends, > > How to send a silent SMS

Re: Silent SMS

2008-12-07 Thread Jovan Kostovski
On Sun, Dec 7, 2008 at 1:57 PM, Oren Ein-gal <[EMAIL PROTECTED]> wrote: > Hello List, > > I'm using Kannel version 1.4.1 on EMI/UCP protocol. > Does anyone know if Kannel support Silent SMS. > I understood from the Operator that I need to change the RPID from > to 0064. Yes, kannel supports s

Re: silent SMS ?

2005-12-15 Thread Rodrigo Cremaschi
Hi Sriram, Check the user guide, under "Using the HTTP interface to send SMS messages" section. I think your operator is asking you to send an empty SMS. (MT = mobile terminated). We normally send an SMS saying something like "Thank you for using our services" so the client knows where the SMS

Re: silent SMS ?

2005-12-14 Thread Sriram
  Hi   1. Any Idea how do we send a MT SMS or 'silent' sms for another kannel machine..my operator says "you need to send a     MT/Silent SMS to the subscriber that signals the billing department to deduct X amount of money from his prepaid card..   2. In the same kannel for another applicat