Announcement

Collapse
No announcement yet.

CallID with LEDAM not working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CallID with LEDAM not working

    Please see this post-http://forums.homeseer.com/showthrea...556#post680556 Cannot get the Caller ID to show on my BetaBright.
    Thanx
    Tim
    FB Page - https://www.facebook.com/pages/Capt-Tim/209398425902188

    HSTouch Layouts - https://www.facebook.com/media/set/?...5902188&type=3

    #2
    Hi, Tim.

    So, what is on line 412 of your WAF-NetCallerID-Sample-CID-Processing.vbs?

    --David

    Comment


      #3
      I hope this is right. I am using EditPad Lite. I puts in the line numbers, so I don't have to count that high
      Anyway this is what lines 409-415 say-
      PHP Code:
       ' Check to see if file exists. If not, create it.
        If Not fso.FileExists(s_file_name) Then
          Set file = fso.CreateTextFile(s_file_name)
        End If

        ' 
      Open the file for writing
      Thanx
      Tim
      FB Page - https://www.facebook.com/pages/Capt-Tim/209398425902188

      HSTouch Layouts - https://www.facebook.com/media/set/?...5902188&type=3

      Comment


        #4
        Hey, Tim.

        Thanks for posting that code. That part looks OK, so the problematic code is likely elsewhere and just causing an error report of the wrong place.

        Try commenting out the chunk of code that communicates with the LEDAM plug-in and see if the error message continues. If it does, try commenting out other lines of code until you find the area that's causing the error. We need to isolate the trouble-maker to see what's going on.

        Best wishes!

        --David

        Comment


          #5
          Well I brought up HS2 for the weekend to work on it and the cid to the betabright works now. Got me why????????? I didn't even touch the script.
          Thanx
          Tim
          FB Page - https://www.facebook.com/pages/Capt-Tim/209398425902188

          HSTouch Layouts - https://www.facebook.com/media/set/?...5902188&type=3

          Comment


            #6
            Great news, Tim!

            --David

            Comment

            Working...
            X