sms-resend-freq and sms-resend-retry

2007-09-25 Thread Otandeka Simon Peter
Hi All, Are there some SMSCs not compatible with some kannel config parameters. I tried to set these parameters(sms-resend-freq and sms-resend-retry) in kannel.conf. It works with certain SMSCs but some have rejected it i.e kannel fails to send. Is there anyway of going around it so that I can

sms-resend-retry and sms-resend-freq

2007-10-22 Thread Otandeka Simon Peter
Hi guys, Are there Kannel versions which donot support those parameters in conf. When I set them and restart kannel, it just fails to send at all. I have the latest stable release of Kannel. Could there be a problem with my installation or it is Kannel having a bug? Regards Peter

sms resend

2007-09-21 Thread Otandeka Peter
Hello Guys, I donot want kannel to resend back after a failed attempt. I have set sms-resend-retry to 0 and sms-resend-freq to 10 but it still tries to resend. Any idea how I can do that. Regards Peter

kannel 1.5.0 sms-resend-retry & sms-resend-freq

2012-09-23 Thread Michael Farouk
Dears, I have a problem in kannel 1.5.0 when use the parameter sms-resend-retry = 0 & sms-resend-freq = 0 the kannel service was stooped so please help me how can I solve the problem? Best Regards Michael Farouk

Prevent sms resend

2012-02-18 Thread Fabio Sangiovanni
Hi list, I need to configure Kannel to prevent sms resend in every possible way. In case of doubt, I need Kannel not to deliver (and discard the message) instead of retry later and maybe deliver twice. I've found two useful parameters in the user guide: group = core ...

sms-resend-freq

2006-05-25 Thread Hillel
Thanks Alex for your response. To try understand it better, in our case in the smsbox we have set the http-request-retry and http-queue-delay in the smsbox, and have set the http-queue-delay to 30 seconds. We have not used the sms-resend-freq which according to the CVS user guide defaults to 60

Re: Prevent sms resend

2012-02-20 Thread Fabio Sangiovanni
Does anyone have ideas on the matter? FYI: I'm using Kannel 1.4.3 as sms-push gateway (application -> http calls -> kannel -> SMSCs). Thanks, Fabio Il giorno 18/feb/2012, alle ore 09:43, Fabio Sangiovanni ha scritto: > Hi list, > > > I need to configure Kannel to p

sms-resend-retry ignored

2007-02-03 Thread Adam Trueman
Hi, We have been having problems with the Message Queue Full error with Kannel 1.4.0. Kannel used to send a lot of retry requests (about 10/sec) putting unwanted load on SMSC and causing delays in the handling of other messages. With the introduction of sms-resend-retry and sms-resend-freq in

Kannel ignoring sms-resend-retry

2010-01-17 Thread hafez ahmad
queue in the SMSC. I contact my operator and he found the some users have full sms queue , I set the following sms-resend-freq = 1200 sms-resend-retry = 5 wait-ack = 1 wait-ack-expire = 0x02 but the kannel ignoring the sms-resend-retry and still trying to send it again. Please Any Ideas, how can

Re: sms-resend-retry ignored

2007-02-03 Thread Alejandro Guerrieri
ages. With the introduction of sms-resend-retry and sms-resend-freq in Kannel 1.4.1 the problem was expected to have been solved. So we have upgraded to Kannel 1.4.1 stable release. These parameters do control the problem for some time, but the problem appears a few hours after starting kannel.

Re: sms-resend-retry ignored

2007-02-06 Thread David Abraham
13:36 AM Subject: Re: sms-resend-retry ignored Adam, As a rule of thumb, if having problems with older versions of Kannel, first step it's to upgrade to latest CVS, since many errors are already corrected on CVS. If after upgrading the problem persists, then inform the list since it may be a

sms-resend-retry ignored (revisited)

2007-08-10 Thread Mihai Zsigmond
Hi guys, I'd like to come back to problem signaled by Adam Trueman in Feb this year. On a SMPP connection, when there are concatenated messages in the queue and SMSC responds with 0x0014 (Message Queue Full) to submit_sm, kannel ignores sms-resend-retry and sms-resend-freq set

Re: Kannel ignoring sms-resend-retry

2010-01-17 Thread Nikos Balkanas
Hi, Please post detailed BB logs showing the problem and configuration. BR, Nikos - Original Message - From: hafez ahmad To: users@kannel.org Sent: Sunday, January 17, 2010 10:55 AM Subject: Kannel ignoring sms-resend-retry Dears, I the following error: SMSC

Re: Kannel ignoring sms-resend-retry

2010-01-17 Thread Nikos Balkanas
Hi, Actually, kannel obeys strictly the sms-resend-retry = 5 you specified. It will retry 5 times to resend the SMS before aborting. You seem to confuse throttling with max-pending-submits. Please read user guide on that. I imagine that your problem is with sms-resend-freq = 1200, and why it

Re: Kannel ignoring sms-resend-retry

2010-01-17 Thread Nikos Balkanas
Hi, Actually 2 SMS keep looping. The one to xxx6855 is standalone, the other to xxx4220 has 3 parts. The log size is not sufficient to show if it exceeds the sms-resend-retry = 5 limit (5x for xxx6855, 4.3 for xxx4220), but certainly the sms-resend-freq = 1200 is violated. Since it is a

Re: Kannel ignoring sms-resend-retry

2010-01-18 Thread hafez ahmad
, Hafez 2010/1/18 Nikos Balkanas > Hi, > > Actually 2 SMS keep looping. The one to xxx6855 is standalone, the other to > xxx4220 has 3 parts. The log size is not sufficient to show if it exceeds > the sms-resend-retry = 5 limit (5x for xxx6855, 4.3 for xxx4220), but > certai

Re: Kannel ignoring sms-resend-retry

2010-01-18 Thread Konstantin Vayner
; >> Hi, >> >> Actually 2 SMS keep looping. The one to xxx6855 is standalone, the other >> to xxx4220 has 3 parts. The log size is not sufficient to show if it exceeds >> the sms-resend-retry = 5 limit (5x for xxx6855, 4.3 for xxx4220), but >> certainly the sm

Re: Kannel ignoring sms-resend-retry

2010-01-18 Thread hafez ahmad
. >> >> but is there temporary solution for this issue? >> >> Regards, >> Hafez >> >> >> 2010/1/18 Nikos Balkanas >> >>> Hi, >>> >>> Actually 2 SMS keep looping. The one to xxx6855 is standalone, the other >>>

Re :Re: sms-resend-retry ignored

2007-02-15 Thread sheena sheena
ut 10/sec) putting> unwanted load on SMSC and causing delays in the handling of other messages.>> With the introduction of sms-resend-retry and sms-resend-freq in Kannel> 1.4.1 the problem was expected to have been solved. So we have upgraded to> Kannel 1.4.1 stable release. T

RE: Re :Re: sms-resend-retry ignored

2007-02-15 Thread Δημήτρης Ευμορφόπουλος
PROTECTED] Cc: users@kannel.org Subject: Re :Re: sms-resend-retry ignored Hi Problem is observed in latest CVS cvs-20070129 versions. Regards Sandesh K 2007-02-13 16:26:54 [4583] [6] ERROR: SMPP[xx]: SMSC returned error code 0x0014 (Message Queue Full) in response to submit_sm. 2007-02-13

Re :RE: Re :Re: sms-resend-retry ignored

2007-02-16 Thread sheena sheena
Hi Problem is about kannel retrying every sec even after setting retry interval of 1hour.sms-resend-retry and sms-resend-freq both go for toss.Needs to get this fixed as the smsc gets loaded if there some 10-20 nos getting retried 10msgs/sec.Regardssandesh KÄçìÞôñçò Åõìïñöüðïõëïò wroteNo

[Fwd: Re :RE: Re :Re: sms-resend-retry ignored]

2007-03-24 Thread thykl
ng a multi-part message 2) that's solved in CVS ? 3) what's your temporary work-around in the meanwhile ? TIA Forwarded Message From: sheena sheena <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: users@kannel.org Subject: Re :RE: Re :Re: sms-resend-retry ignored D