If you want the message the be retried, then yes you can increase it. If you omit the option to begin with, it’s retried until the expiry time.
Van: Denis Lezgin <de...@veoo.com> Verzonden: maandag 23 september 2019 11:16 Aan: Rene Kluwen <rene.klu...@chimit.nl> CC: users@kannel.org Onderwerp: Re: SMSC - Maximum retries for message exceeded, discarding it! alright, that makes more sense now. our config set as following: sms-resend-retry = 1 which means we should increase it? thanks ---- Best Regards, On Mon, 23 Sep 2019 at 12:06, Rene Kluwen <rene.klu...@chimit.nl <mailto:rene.klu...@chimit.nl> > wrote: It means that you have the configuration option sms-resend-retry set in your group = core from your Kannel config. It defines the number that bearerbox tries to deliver the message before giving up. Rene Kluwen Van: Denis Lezgin <de...@veoo.com> Verzonden: maandag 23 september 2019 11:00 Aan: Rene Kluwen <rene.klu...@chimit.nl <mailto:rene.klu...@chimit.nl> > CC: users@kannel.org <mailto:users@kannel.org> Onderwerp: Re: SMSC - Maximum retries for message exceeded, discarding it! I see, the question is not regarding the 0x00000008 error code as we know its description and how to process it but the question is regarding the "Maximum retries for message exceeded, discarding it!" ---- Best Regards, On Mon, 23 Sep 2019 at 11:58, Rene Kluwen <rene.klu...@chimit.nl <mailto:rene.klu...@chimit.nl> > wrote: No, the smsc returns error code 0x00000008. Kannel calls it a “system error” but the real meaning depends on your smsc. == Rene Kluwen Van: Denis Lezgin <de...@veoo.com <mailto:de...@veoo.com> > Verzonden: maandag 23 september 2019 10:56 Aan: Rene Kluwen <rene.klu...@chimit.nl <mailto:rene.klu...@chimit.nl> > CC: users@kannel.org <mailto:users@kannel.org> Onderwerp: Re: SMSC - Maximum retries for message exceeded, discarding it! Hi Rene, Thanks for quick response. You mean that the " Maximum retries for message exceeded, discarding it! " is coming from SMSC? as for me it looks like Kannel response. Thanks ---- Best Regards, On Mon, 23 Sep 2019 at 11:54, Rene Kluwen <rene.klu...@chimit.nl <mailto:rene.klu...@chimit.nl> > wrote: Hi Denis, It can mean different things. It’s best to inquire with your smsc themselves to ask them what this message means. Regards, Rene Kluwen Van: users <users-boun...@kannel.org <mailto:users-boun...@kannel.org> > Namens Denis Lezgin Verzonden: maandag 23 september 2019 10:51 Aan: users@kannel.org <mailto:users@kannel.org> Onderwerp: SMSC - Maximum retries for message exceeded, discarding it! Hi guys, I noticed strange behavior of bearerbox (SMSC side of it) that most likely have been occurring for some long time but I just noticed it. In smsc log i see following warning message: "Maximum retries for message exceeded, discarding it!" and it comes right after submit_sm_resp that has an error from SMSC within it, for example: 2019-09-23 08:29:03 [11913] [86] DEBUG: SMPP PDU 0x7f209a72a760 dump: 2019-09-23 08:29:03 [11913] [86] DEBUG: type_name: submit_sm_resp 2019-09-23 08:29:03 [11913] [86] DEBUG: command_id: 2147483652 = 0x80000004 2019-09-23 08:29:03 [11913] [86] DEBUG: command_status: 8 = 0x00000008 2019-09-23 08:29:03 [11913] [86] DEBUG: sequence_number: 1840687 = 0x001c162f 2019-09-23 08:29:03 [11913] [86] DEBUG: message_id: 2019-09-23 08:29:03 [11913] [86] DEBUG: Octet string at 0x7f209a78aba0: 2019-09-23 08:29:03 [11913] [86] DEBUG: len: 2 2019-09-23 08:29:03 [11913] [86] DEBUG: size: 3 2019-09-23 08:29:03 [11913] [86] DEBUG: immutable: 0 2019-09-23 08:29:03 [11913] [86] DEBUG: data: 04 23 .# 2019-09-23 08:29:03 [11913] [86] DEBUG: Octet string dump ends. 2019-09-23 08:29:03 [11913] [86] DEBUG: SMPP PDU dump ends. 2019-09-23 08:29:03 [11913] [86] ERROR: SMPP[]: SMSC returned error code 0x00000008 (System Error) in response to submit_sm PDU. 2019-09-23 08:29:03 [11913] [86] WARNING: Maximum retries for message exceeded, discarding it! SMSC conf: group = smsc smsc = smpp smsc-id = smsc-admin-id = allowed-smsc-id = host = port = transceiver-mode = true throughput = 30 smsc-username = smsc-password = interface-version = 34 system-type = "ESME" source-addr-ton = 3 source-addr-npi = 9 dest-addr-ton = 1 dest-addr-npi = 1 reconnect-delay = 10 enquire-link-interval = 60 address-range = "" log-file = "/opt/kannel/var/log/smsc_.log" log-level = 0 msg-id-type = 0x01 source-addr-autodetect = yes The "0x00000008 (System Error)" is ok, we know what this error means and how to process it. I searched a lot about this warning message over the internet but couldn't find anything. Is there anyway to overcome this issue maybe? Our system information: Kannel bearerbox version `svn-r5180M' OS: Ubuntu 14.04.4 LTS Thanks in advance! ---- Best Regards,