Re: missing report if message discarded..

2009-05-15 Thread Jovan Kostovski
On Fri, May 15, 2009 at 1:11 PM, Beatrice Tamburrino wrote: > > > hey Jovan , > > when I set the mask to 3 I don't receive any dlr? strange.. Strange indeed... Try setting each flag separately (dlr-mask=1,2,4) and see if you get any dlr report and then combine them to see which combination doesn'

Re: missing report if message discarded..

2009-05-15 Thread Beatrice Tamburrino
d.. :) xox bea Original-Nachricht > Datum: Fri, 15 May 2009 11:37:34 +0200 > Von: Jovan Kostovski > An: Beatrice Tamburrino > CC: users@kannel.org > Betreff: Re: missing report if message discarded.. > Hi Bea, > > On Fri, May 15, 2009 at 10:24 AM, Beatrice Tamburri

Re: missing report if message discarded..

2009-05-15 Thread Beatrice Tamburrino
no way! :) Original-Nachricht > Datum: Fri, 15 May 2009 19:31:05 +1000 (EST) > Von: Iain Dooley > An: Beatrice Tamburrino > CC: us...@vm1.kannel.org > Betreff: Re: missing report if message discarded.. > or switch to smpp? > > On Fri, 15 May 2009, B

Re: missing report if message discarded..

2009-05-15 Thread Jovan Kostovski
Hi Bea, On Fri, May 15, 2009 at 10:24 AM, Beatrice Tamburrino wrote: > My application handles the delivery status as follow: > > - if dlr == 1:  executed > - if dlr == 2:  error > - if dlr == 4:  sending... > - if dlr == 8:  sending... > - if dlr == 16: error > > (using mask 31) >From what I'm r

Re: missing report if message discarded..

2009-05-15 Thread Iain Dooley
?? xox bea Original-Nachricht Datum: Fri, 15 May 2009 11:26:58 +0200 Von: Alejandro Guerrieri An: Beatrice Tamburrino CC: i...@workingsoftware.com.au, us...@vm1.kannel.org Betreff: Re: missing report if message discarded.. I can confirm it works on SMPP, no idea on EMI

Re: missing report if message discarded..

2009-05-15 Thread Beatrice Tamburrino
May 2009 11:26:58 +0200 > Von: Alejandro Guerrieri > An: Beatrice Tamburrino > CC: i...@workingsoftware.com.au, us...@vm1.kannel.org > Betreff: Re: missing report if message discarded.. > I can confirm it works on SMPP, no idea on EMI. > Regards, > > Alejandro > >

Re: missing report if message discarded..

2009-05-15 Thread Alejandro Guerrieri
e Tamburrino" > > An: Iain Dooley > > CC: us...@vm1.kannel.org > > Betreff: Re: missing report if message discarded.. > > > so I guess I have to ask the provider.. > > > > by the way.. does kannel 1.4.1 support validityperiod? I just tested it > > and it

Re: missing report if message discarded..

2009-05-15 Thread Beatrice Tamburrino
I'm using EMI... :) Original-Nachricht > Datum: Fri, 15 May 2009 11:07:06 +0200 > Von: "Beatrice Tamburrino" > An: Iain Dooley > CC: us...@vm1.kannel.org > Betreff: Re: missing report if message discarded.. > so I guess I have to ask the p

Re: missing report if message discarded..

2009-05-15 Thread Beatrice Tamburrino
- Original-Nachricht > Datum: Fri, 15 May 2009 18:39:10 +1000 (EST) > Von: Iain Dooley > An: Beatrice Tamburrino > CC: us...@vm1.kannel.org > Betreff: Re: missing report if message discarded.. > Hi Beatrice, > > > Now I have to figure out how to get the discard-not

Re: missing report if message discarded..

2009-05-15 Thread Iain Dooley
Hi Beatrice, Now I have to figure out how to get the discard-notification... ideas? Well, the way I figure this out is if the FAILED dlr comes back and it's the same as the validity period, then it's obviously failed due to an expired delivery period. If the message fails straight away it's

Re: missing report if message discarded..

2009-05-15 Thread Beatrice Tamburrino
1.kannel.org > Betreff: Re: missing report if message discarded.. > Hi Beatrice, > > Try setting a very low message validity. Search on this page: > > http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html > > for "validityperiod". > > You should

Re: missing report if message discarded..

2009-05-15 Thread Iain Dooley
n Kostovski An: Beatrice Tamburrino CC: users@kannel.org Betreff: Re: missing report if message discarded.. On Thu, May 14, 2009 at 3:09 PM, Beatrice Tamburrino wrote: I'm facing one problem  with the status 4 (queued on SMSC ). My extern application shows "sending..." wh

Re: missing report if message discarded..

2009-05-15 Thread Beatrice Tamburrino
ation? Jovan? do you have some tips? thx xox bea Original-Nachricht > Datum: Thu, 14 May 2009 18:21:28 +0200 > Von: Jovan Kostovski > An: Beatrice Tamburrino > CC: users@kannel.org > Betreff: Re: missing report if message discarded.. > On Thu, May 14, 20

Re: missing report if message discarded..

2009-05-14 Thread Jovan Kostovski
On Thu, May 14, 2009 at 3:09 PM, Beatrice Tamburrino wrote: > I'm facing one problem  with the status 4 (queued on SMSC ). My extern > application shows "sending..." while  the dlr-status is 4. The message reaches the SMSC but it can not be delivered because the recipient is offline (phone turn

missing report if message discarded..

2009-05-14 Thread Beatrice Tamburrino
Dear kannel users! Is there a way to get a notification from the kannel server (like dlr?). The problem: I have an extern application which waits for delivery reports from the kannel server. The application gets the dlr and calls a script which updates some dbase files. this is working great.