Skip to content

Do Not Call Lists

In today's society, all modern call carriers should recognise and honor Do Not Call Lists (DNC).

Calling numbers on these lists can result in costly fines and prosecutions.

Use Script Forge to manage these calls by adding the numbers to the system. If you dial a number on the list, the caller will receive an alert that the number is on the DNC list and the call won't get completed.

Do Not Call Check

Step 1: Setup the Database

  1. Navigate to Developer Database
  2. Click .
  3. Enter the Name.
  4. Select the Customer.
  5. Select Dataset Type.
  6. Click Save.

    alt text

Step 2: Configure Script Forge

  1. Navigate to Developer Script Forge
  2. Add the Script Name.
  3. Select App for the Type.
  4. Click Save.
  5. Click the newly created App.
  6. Add the JavaScript code dnc-add.js.
  7. Click the green arrow to Save and Run.

More on Script Forge

See Script Forge in our documentation for additional details on using Script Forge.

Step 3: Add script to Customer

  1. Navigate to Customer [Customer Name] Edit Routing Ingress Routing
  2. On the Script Forge tab, enter the following under Vars:

    [dnc]
    db="name_from_step1"
    
  3. Click Save.

Add individual customers to DNC

Add the following to Script Forge:

  1. Under Developer Script Forge
  2. Add the Script Name.
  3. Select App for the Type.
  4. Slick Save.
  5. Click on the newly created App.
  6. Add the JavaScript code dnc-add.js.
  7. Click the green arrow to Save and Run.