Re[4]: sms-resend-* bug

Tomas Varaneckas <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <[email protected]>
Labas,

 please take a look at the last bugnote. i'm 100% sure there is a bug,
 but slight changes in text makes the system go normally. here is the
 exact query to reproduce the throttling:

 curl "kannel.host:13013/cgi-bin/sendsms?user=foo&pass=bar&coding=2&charset=UTF-8&to=MSISDN&from=123&text=Maksim+Lobanov+%3E+Re%3A+getPassword+requestas%0Ahttp%3A%2F%2Fext.abcabcabc.lt%2Fmail%2Fshow%2F9%2Fm.9575%2F"

> Please post your kannel.conf.

> Thanks.

> Martin

> On 6/16/06, Mi Reflejo <[email protected]> wrote:
>> I'll see what may be wrong.
>> BTW Please report this bug in Mantis (http://bugs.kannel.org)
>>
>> Martķn.
>>
>> On 6/16/06, Tomas Varaneckas <[email protected]> wrote:
>> >
>> > cvs head. updated yesterday. can i see the exact patch for this fix?
>> > and are you sure it was the same problem, with coding=2?
>> >
>> > > It was fixed. Which version are you using?
>> >
>> > > M
>> >
>> > > On 6/16/06, Tomas Varaneckas
>> <[email protected]> wrote:
>> > >> Hi list,
>> > >>
>> > >>   there is a bug with cvs head kannel sms-resend-* parameter logic.
>> > >>   When an SMS message is submitted with coding=2&charset=UTF8, kannel
>> > >>   ignores sms-resend-* parameters and keeps jamming SMSC with retry
>> > >>   requests at high speed (10-20 requests/second):
>> > >>
>> > >> jamming samples:
>> > >>
>> > >> curl
>> > >>
>> "kannel.host:13013/cgi-bin/sendsms?user=user&pass=pass&to=MSISDN&from=12345&coding=2&charset=UTF-8&text=Some+One+%3E+Re%3A+getStuff+request%0Ahttp%3A%2F%2Fsome.host.com%2Fmail%2Fshow%2F9%2Fm.9575%2F"
>> > >>
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:28 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:29 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 13:59:29 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >>
>> > >>  it works ok without coding=2&charset=UTF8:
>> > >>
>> > >> curl
>> > >>
>> "kannel.host:13013/cgi-bin/sendsms?user=user&pass=pass&to=MSISDN&from=12345&text=Some+One+%3E+Re%3A+getStuff+request%0Ahttp%3A%2F%2Fsome.host.com%2Fmail%2Fshow%2F9%2Fm.9575%2F"
>> > >>
>> > >>
>> > >> 2006-06-16 14:08:48 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 14:08:48 [9888] [6] WARNING: Maximum retries for
>> > >> message exceeded, discarding it!
>> > >> 2006-06-16 14:08:49 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 14:08:49 [9888] [6] WARNING: Maximum retries for
>> > >> message exceeded, discarding it!
>> > >> 2006-06-16 14:08:49 [9888] [6] ERROR: SMPP[bitelt]: SMSC
>> > >> returned error code 0x00000014 (Message Queue Full) in response to
>> > >> submit_sm.
>> > >> 2006-06-16 14:08:49 [9888] [6] WARNING: Maximum retries for
>> > >> message exceeded, discarding it!
>> > >>
>> > >>  looks like unicode messages are using other ways of transportation,
>> > >>  and somehow slips through without retry checks. perhaps there is a
>> > >>  simple way to fix this?
>> > >>
>> > >>
>> > >>  Best Regards,
>> > >>  Tomas Varaneckas
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.