Announcement

Collapse
No announcement yet.

Number Block Mask Issue

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

    #16
    Let's start with a summary of what you're trying to accomplish, the regex you're using, the telephone number you expect to be blocked, and a screenshot.
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment


      #17
      Absolutely. See screens attached, I would like to block all the area codes of 617. This is what I see in the log and the phone rings without blocking it:

      12/9/2022 9:30:21 AM
      UltraCID3
      Informational
      Incoming call from Testing, user (617) XXX-XXXX

      12/9/2022 9:30:20 AM
      UltraCID3
      Informational
      New incoming call detected ...



      Attached Files

      Comment


        #18
        Ultrajones, curious if you know the answer. I understand you no longer support this plugin so I appreciate the time you are put into it.

        Comment


          #19
          Try this to see if it works: ^(8(00|88|77|77)|617)
          Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

          Comment


            #20
            Thank you ultra Jones, happy holidays. I will check it out today and post the results back. So many telemarketers nowadays 🤣

            Sent from my SM-S906U using Tapatalk

            Comment


              #21
              UltraJones, thank you for trying. Unfortunately is not working and you already spent lot of time looking at this issue. I have attached the screens for reference.
              Attached Files

              Comment


                #22
                guys I just tried it as well and it does not block incoming callers with the 617 area code. The modem drop caller command does work if I edit my callerid in the Caller Log and instruct it to block.

                From my earlier tests the Use Number Block Mask did not work for me no matter what regex I tried. Even my own alternate phone number.

                Comment


                  #23
                  Will40 thanks for verify it. Indeed it blocks the number only if is in the caller log and is blocked.

                  Comment


                    #24
                    As an FYI, also the Drop event is not working. I was trying to create a script that can call this event a drop the call based on the caller id, unfortunately the only option that I have is using the caller log and mark it as blocked and since telemarketer change numbers every time, this option is not a viable solution.
                    Attached Files

                    Comment


                      #25
                      UltraJones, I guess Santa is not bringing any gift this year. The only hope would be if UltraJones gives me one instead by helping fixing this problem :-)

                      Happy holidays all.

                      Comment


                        #26
                        Regex will be a perpetual mystery to me, but I think this will work: ^8(00|88|77|66|)|^6(17)
                        HomeSeer Version: HS4 Pro Edition 4.2.19.0 (Windows - Running as a Service)
                        Operating System: Microsoft Windows 11 Pro - Desktop
                        Z-Wave Devices via two Z-Net G3s
                        Zigbee Devices via RaspBee on RPi 3b+
                        WiFi Devices via Internal Router.

                        Enabled Plug-Ins
                        AK SmartDevice 4.0.5.1,AK Weather 4.0.5.134,AmbientWeather 3.0.1.9,Big6 3.44.0.0,BLBackup 2.0.63.0,BLGData 3.0.55.0,BLLock 3.0.39.0,BLUPS 2.0.26.0,Device History 4.5.0.2,EasyTrigger 3.0.0.76,Harmony Hub 4.0.14.0,HSBuddy 4.48.707.0,JowiHue 4.1.0.3,LG ThinQ 4.0.24.4,SDJ-Health 3.1.1.4,TPLinkSmartHome4 2022.12.30.0,UltraCID3 3.0.6681.34300,Z-Wave 4.1.0.3

                        Comment


                          #27
                          I tried every combination but I will try this one to, will keep you posted. What is strange is that the Plugin works with some code but not for other, it will block the number if you tell him to block it in the number log but the drop event and the musk does not work. I was planning to write a code that Sue the event to drop but that function is not working either. I understand that ultra Jones is not supporting it anymore and is fair but I'm almost there, it is like going over "99 doors" but stuck on the last door and I ca not get out😁

                          Happy holidays

                          Sent from my SM-S906U using Tapatalk


                          Comment


                            #28
                            @ewkearns​ I tried it, same results but thanks for your suggestion.

                            Comment


                              #29
                              Okay, one last suggestion, try this (this would allow a character before the area code)

                              (8(00|88|77|77)|617)\d{7}
                              Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

                              Comment


                                #30
                                I tried it without success, I think few of the modules or code are not working and maybe there were working before. Do you still have a previous plugin release that I can try?

                                Comment

                                Working...
                                X