Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. It is required to send message while performing macro 1 if modem is connected to COM2 port, type of dialing is tonal, do not wait for tonal signal.

    Code Block
    OnEvent("MACRO","1","RUN")
    {
      DoReact("VMS","1","SEND","modem<2>,pulse<1>,waitfordialtone<0>");
    }