Commit 4ba19e4f93c4a2ea19200addc836c09e502d94fe
1 parent
69850c9142
Exists in
master
config.smstools_send_retry
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
lib/smstools-config/creator.js
... | ... | @@ -70,6 +70,7 @@ ${queuesAndProvidersStr} |
70 | 70 | [default] |
71 | 71 | sentsleeptime = ${config.smstools_sentsleeptime || 0} |
72 | 72 | send_delay = ${config.smstools_send_delay || 0} |
73 | +send_retries = ${config.smstools_send_retry || 2} | |
73 | 74 | incoming = yes |
74 | 75 | regular_run_interval = 60 |
75 | 76 | regular_run_cmd = AT+CGSN |