SMS Server Tools 3
This site is hosted by Kekekasvi.com
 Menu
Basic information:
Additional information:
Support:
Get SMS Server Tools 3:
Additional Options

 Sponsored links

 Search
Custom Search

 Visitor locations
 
 SMS Server Tools 3 Community
Welcome, Guest. Please login or register. Fri Apr 19, 2024 03:25
SMSTools3 Community » Help and support Bottom

[answered] Disabling Dial-Retries

  This topic is locked

Page:  1

Author Post
Member
Registered:
Jun 2009
Location: Germany
Maybe I missed to find it in the 'docu'?
Seems to be that tools will do retries on send failures:
---------------------
2010-11-15 15:52:57,3, GSMLAN1: The modem answer was not OK: +CMS ERROR: 21+CMTI: "SM",20 (Short message transfer rejected)
2010-11-15 15:52:57,5, GSMLAN1: Waiting 10 sec. before retrying
----------------------
If we submit bulk sms most of such reject will mean that the used SMS will not accept SMS, so retries are not needed.
Is it possible to disable such retries?
Axel

Administrator
Registered:
May 2009
Location: Jyväskylä, Finland
The next version 3.1.15 will have a modem setting send_retries and also a header "Retries: 0" in the SMS file.

While waiting this version to be released, you could change the code manually. Edit the file smsd.c and search retries=0;

There is a single occurrence:

  else
  {
    retries=0;
    while (1)
    {
      // Send modem command
      // 3.1.5: initial timeout changed 1 --> 2 and for PDU 6 --> 12.
      put_command(command, answer, sizeof(answer), 2, "(>)|(ERROR)");
 
'c' Syntax Highlight powered by GeSHi


Change it to  retries=2;  and save and recompile.

Member
Registered:
Jun 2009
Location: Germany
Topic owner
Thanks, I'll try it.
Only have to find a time-window for stopping the server :-)

Administrator
Registered:
May 2009
Location: Jyväskylä, Finland
Restarting smsd is not a big thing, if you at the same time have lot of retries which should not be done...

However, because you did not tell which version of smsd you are currently using, the change in code the causes this message to the log:

"Sending SMS to nnn failed, trying time n sec. Retries: 2."

But of course the sending was not retried twice...

Member
Registered:
Jun 2009
Location: Germany
Topic owner
oops, I'm so sorry, using the current one :-)
3.1.14

  This topic is locked

Page:  1

SMSTools3 Community » Help and support Top

 
Time in this board is UTC.  

Privacy Policy   SMS Server Tools 3 Copyright © Keijo Kasvi.