This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

sms message error
#2
How often does this happen?
You can disable the alert by editing the resident script and adding -- before the alert call:
Code:
-- alert('SMS handler lost connection')

Another option is to increase the default timeout from 1 to 5 seconds. Edit user.sms and find this line:
Code:
timeout = tonumber(timeout) or 1
Replace 1 with 5.

After any changes you need to do full script restart via disable/enable.
Reply


Messages In This Thread
sms message error - by Frank68 - 06.04.2022, 06:00
RE: sms message error - by admin - 06.04.2022, 07:05

Forum Jump: