Announcement

Collapse
No announcement yet.

Send CallerID info to ML?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Send CallerID info to ML?

    How would I go about sending CallerID info from Homeseer to MainLobby?

    I use HSPhone.

    #2
    Try this:

    Code:
    hs.Plugin("BLML2HS").MLServeCmd("MLCallerID|SendCID~name~number")
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      I ended up with this.

      Code:
      hs.Plugin("BLML2HS").MLServeCMD "MLServeCmd.MLCallerID|SendCID:" & hsp.CIDName(1) & "~" & hsp.CIDNumber(1)

      Comment


        #4
        Well that is getting to MainLobby but not saving.
        I think I need to format the number and name some how.

        Comment

        Working...
        X