Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Data Table

    Posted 12-02-2024 15:29
    No replies, thread closed.

    I have got numbers entered in the data table but when it looks at those numbers for blocking the numbers it does not block those numbers. I just blocked the middle 3 numbers. I have used +1207XXX9217 but still it bypasses and goes through the flow to the queue. Is there something I am doing wrong here?


    #SystemAdministration
    #Telephony

    ------------------------------
    John Francis
    NA
    ------------------------------


  • 2.  RE: Data Table

    Posted 12-02-2024 17:15
    No replies, thread closed.

    First, I would not use the index and search through them   I would use the actual numbers as the key in the table.  Second, if you are looking at blocking and entire NXX, you will need to read in the number, check for the XXX and then look at the Nxx and XXXX to see if you have a match to the one in the middle.  Other option would be some sort of REGEX or Contains in an Expression.  



    ------------------------------
    Robert Wakefield-Carl
    ttec Digital
    Sr. Director - Innovation Architects
    Robert.WC@ttecdigital.com
    https://www.ttecDigital.com
    https://RobertWC.Blogspot.com
    ------------------------------



  • 3.  RE: Data Table

    Posted 12-02-2024 17:17
    No replies, thread closed.

    First your key is the first column, that is the lookup value from architect not any column in the table.

    Second if you put the input +12345 in architect then +12345 needs to be in the table, if you just have 12345 in the table then +12345 won't match



    ------------------------------
    Anton Vroon
    ------------------------------



  • 4.  RE: Data Table

    Posted 12-02-2024 17:21
    No replies, thread closed.

    Thanks everyone I think I figured it out and got the block reasons and numbers all put in place correctly and as soon as the call comes in it disconnects.



    ------------------------------
    John Francis
    NA
    ------------------------------



  • 5.  RE: Data Table
    Best Answer

    Posted 12-03-2024 10:56
    No replies, thread closed.

    Just for all your information I had to use the following as the block reason

    If the "Reason for Block" field requires integer values, you can assign specific numbers to represent different reasons. Here are some examples:

    1. Spam: 1
    2. Fraud: 2
    3. Do Not Call: 3
    4. Customer Request: 4
    5. Policy Violation: 5

    You can adjust these values based on your organization's specific coding system. Just ensure that each integer uniquely represents a different reason for blocking the phone number. If you have predefined codes, it's best to use those for consistency.



    ------------------------------
    John Francis
    NA
    ------------------------------