Re: Re[2]: sms-resend-* bug
"Mi Reflejo" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
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 > > > > > > >