Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jason Mule
> "Window on receiver" means your sending rate is much higher than your >>> >>> operator allows you to. >>> >>> >>> >>> max-pending-submits - basically means "the window" - the number of >>> >>> su

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jeff Thorn
> >>> but kannel receives DLR=8 from bearerbox not the SMSC operator. >> >>> >> >>> do you use sqlbox at all? also try adding an index on dlr table >> (smsc_id, >> >>> ts). >> >>> >> >>>> >> >>&g

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jeff Thorn
gt; ts). > >>> > >>>> > >>>> > >>>> I appreciate your help with this. We are definitely doing a > considerable > >>>> volume. We do report the status of 8s. So I am thinking I may need to > tune > >>>> the mysql dlr database.

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jason Mule
;> Most likely, try sending same amount of MTs without DLR and using >>> internal kannel storage. >>> >>> Btw, what's the kannel version you're on? Better use latest revision from >>> SVN, it's considered to be production stable. >>> >&

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
be production stable. >> >> >>> >>> >>> >>> On Wed, Nov 27, 2013 at 1:32 PM, spameden wrote: >>> >>>> >>>> >>>> >>>> 2013/11/27 Jeff Thorn >>>> >>>>> The docume

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jeff Thorn
>> >> >> On Wed, Nov 27, 2013 at 1:32 PM, spameden wrote: >> >>> >>> >>> >>> 2013/11/27 Jeff Thorn >>> >>>> The documentation says to set receive-port = 0 to disable I/O on this >>>> bind. I tested this on

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
set receive-port = 0 to disable I/O on this >>> bind. I tested this on the one sample config I posted and it had no effect. >>> Our other binds look like this and they too are receiving DLRs. What should >>> be changed to make this a "pure transmitter bind"? Will

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jeff Thorn
receive-port = 0 to disable I/O on this >> bind. I tested this on the one sample config I posted and it had no effect. >> Our other binds look like this and they too are receiving DLRs. What should >> be changed to make this a "pure transmitter bind"? Will DLRs be receive

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
2013/11/27 Jeff Thorn > The documentation says to set receive-port = 0 to disable I/O on this > bind. I tested this on the one sample config I posted and it had no effect. > Our other binds look like this and they too are receiving DLRs. What should > be changed to make this a "

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
's kannel who reports that message was submitted. That's why if you set 31 mask you get 2 DLRs per 1 MT. > > The apache server that hosts our dlr.php says it is receiving requests at > a rate of 30 / second. The kannel status page says we are receiving DLRs > at a rate of 300 /

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jeff Thorn
The documentation says to set receive-port = 0 to disable I/O on this bind. I tested this on the one sample config I posted and it had no effect. Our other binds look like this and they too are receiving DLRs. What should be changed to make this a "pure transmitter bind"? Will DLRs be r

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jason Mule
st not setup to process them at the rate we are receiving them. > > The apache server that hosts our dlr.php says it is receiving requests at > a rate of 30 / second. The kannel status page says we are receiving DLRs > at a rate of 300 / second. I cannot figure out where the bottleneck

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jeff Thorn
do need the DLRs for reporting purposes. Our architecture was just not setup to process them at the rate we are receiving them. The apache server that hosts our dlr.php says it is receiving requests at a rate of 30 / second. The kannel status page says we are receiving DLRs at a rate of 300

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
nto transmitter mode, thus it should stop receiving DLRs. 2013/11/27 Jeff Thorn > It looks like setting receive-port=0 has no effect on DLRs. Is there any > way to control which binds receive DLRs or to somehow control how fast they > are received? > > > > On Wed, Nov 27, 2

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jeff Thorn
= 0x03 > > I appreciate any help on this issue. > > Thanks! > > Jeff > > > > On Tue, Nov 26, 2013 at 5:36 PM, Jeff Thorn wrote: > >> Hello Group, >> We are receiving DLRs from the SMSC faster than we can process them. Our >> setup is supposed to h

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread Jeff Thorn
ov 26, 2013 at 5:36 PM, Jeff Thorn wrote: > Hello Group, > We are receiving DLRs from the SMSC faster than we can process them. Our > setup is supposed to have 6 transmit binds and 4 receive binds. However, I > just looked at status page showing all our binds and it looks like all 10 > of o

receiving DLRs too fast - how to throttle?

2013-11-26 Thread Jeff Thorn
Hello Group, We are receiving DLRs from the SMSC faster than we can process them. Our setup is supposed to have 6 transmit binds and 4 receive binds. However, I just looked at status page showing all our binds and it looks like all 10 of our binds are receiving DLRs and they are coming in at a

Re: Setting dlr-url and not receiving DLRs

2007-01-19 Thread Fourat Zouari
No, didnt got any solution On 1/19/07, Hofferek Attila <[EMAIL PROTECTED]> wrote: Fourat Zouari írta: > Hello, > Am setting dlr-mask to 31, dlr-url to > http://localhost/mg/recdlr.php?status=%d&answer=%A&ts=%t&msgid=3 > > msgid

Re: Setting dlr-url and not receiving DLRs

2006-12-25 Thread Fourat Zouari
*To:* users@kannel.org *Subject:* Setting dlr-url and not receiving DLRs Hello, Am setting dlr-mask to 31, dlr-url to http://localhost/mg/recdlr.php?status=%d&answer=%A&ts=%t&msgid=3<http://localhost/mg/recdlr.php?status=%25d&answer=%25A&ts=%25t&msgid=3> msgid is for inter

RE: Setting dlr-url and not receiving DLRs

2006-12-23 Thread Cavit Dolgun
Did you check the error log of your apache? _ From: Fourat Zouari [mailto:[EMAIL PROTECTED] Sent: Saturday, December 23, 2006 00:01 To: users@kannel.org Subject: Setting dlr-url and not receiving DLRs Hello, Am setting dlr-mask to 31, dlr-url to http://localhost/mg/recdlr.php

Setting dlr-url and not receiving DLRs

2006-12-22 Thread Fourat Zouari
Hello, Am setting dlr-mask to 31, dlr-url to http://localhost/mg/recdlr.php?status=%d&answer=%A&ts=%t&msgid=3 msgid is for internal use, the whole url is urlencoded when passed to smsbox, and when sending an MT, i have this in my modem's log: -LOG BEGIN 2006-12-22 21:47:50 [27334] [6]

Re: Error receiving DLRs

2006-06-22 Thread Fourat Zouari
t i have problems receiving DLRs,> let's let this bearerbox log talk about it :>> -- BEGIN PASTING > 2006-06-20 16:57:08 [801] [6] DEBUG: DLR[pgsql]: Adding DLR> smsc=SMPP-01-BB, ts=5B03, src="" dst=28347018, mask=31, boxc=> 2006-06

Re: Error receiving DLRs

2006-06-20 Thread Julien Buratto
However it seems you don't receive the ID of the message from the smpp server ? J Fourat Zouari ha scritto: > Hello all, > Am having errors in my logs saying that i have problems receiving DLRs, > let's let this bearerbox log talk about it : > > ---

Re: Error receiving DLRs

2006-06-20 Thread Julien Buratto
Does the DLR gets correctly saved in the db ? Fourat Zouari ha scritto: > Hello all, > Am having errors in my logs saying that i have problems receiving DLRs, > let's let this bearerbox log talk about it : > > -- BEGIN PASTING > 2006-

Error receiving DLRs

2006-06-20 Thread Fourat Zouari
Hello all,Am having errors in my logs saying that i have problems receiving DLRs, let's let this bearerbox log talk about it :-- BEGIN PASTING2006-06-20 16:57:08 [801] [6] DEBUG: DLR[pgsql]: Adding DLR smsc=SMPP-01-BB, ts=5B03, src="" dst=28

Re: Receiving DLRs

2006-03-18 Thread fred
[EMAIL PROTECTED]> To: Sent: Saturday, March 18, 2006 1:45 AM Subject: Re: Receiving DLRs no ida on what's that ? On 3/16/06, Zouari Fourat <[EMAIL PROTECTED]> wrote: > Am receiving DLR reports successfully, but on the logs i've got this message : > > WARNING: DLR[intern

Re: Receiving DLRs

2006-03-17 Thread Zouari Fourat
no ida on what's that ? On 3/16/06, Zouari Fourat <[EMAIL PROTECTED]> wrote: > Am receiving DLR reports successfully, but on the logs i've got this message : > > WARNING: DLR[internal]: DLR for DST<(null)> not found. > ERROR: SMPP[SMPP-02-TZ]: got DLR but could not find message or was not > intere

Receiving DLRs

2006-03-16 Thread Zouari Fourat
Am receiving DLR reports successfully, but on the logs i've got this message : WARNING: DLR[internal]: DLR for DST<(null)> not found. ERROR: SMPP[SMPP-02-TZ]: got DLR but could not find message or was not interested in it id<04> dst<(null)>, type<1>