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.

Allert manager message REACTOR
#3
(06.05.2021, 06:41)admin Wrote: Edit SMS resident script and add -- before alert() calls.
I not have this entry but this

Code:
  handler = function(sms)
    --alert('incoming sms: [%s] %s', tostring(sms.sender), tostring(sms.data))
    -- sms from known number, call parser
    if table.contains(numbers, sms.sender) then
      parser(sms.data, sms.sender)
    end


I comment this ?
Reply


Messages In This Thread
Allert manager message REACTOR - by Frank68 - 06.05.2021, 06:19
RE: Allert manager message REACTOR - by admin - 06.05.2021, 06:41
RE: Allert manager message REACTOR - by Frank68 - 06.05.2021, 06:52
RE: Allert manager message REACTOR - by admin - 06.05.2021, 06:53
RE: Allert manager message REACTOR - by admin - 06.05.2021, 06:56

Forum Jump: