View Single Post
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#655
Originally Posted by mrt View Post
Hi,



There is a option in SMSCon Editor. General -> GPRS-Settings: The field beside the timeout-field. Is this the maxretry-option? I set this to "1", but when I use the test-Function, I got the same behavior than before.

Thanks in advance for your help!

T.

The maxretry isn't in the smscon editor. You have to edit /opt/smscon/smscon_daemon in this part:


def GSMmodem(Number, Message, Log):
"""
Send message to GSM modem.
"""

Delay = 4 # in sec.
MaxRetry = 3 # number of retries to re-activate GSMm
Retry = 0


Change MaxRetry to 1.
 

The Following User Says Thank You to Brian_7 For This Useful Post: