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
#1
Hello
what is the following message in the alarms?

SMS handler lost connection


Is it possible to delete it, so that it does not appear in the alarm list?

tank's a lot
Reply
#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


Forum Jump: