Do Not Call (DNC)¶
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 help you to manage these calls by adding the numbers to the system. If a number on the list is dialed, the caller will receive an alert that the number is on the DNC list and the call will not be completed.
DNC Check¶
Step 1: Setup the Database
- Navigate to Developer Database
- Click .
- Enter the Name.
- Select the Customer.
- Select Dataset Type.
-
Click Save
Step 2: Configure Script Forge
- Navigate to Developer Script Forge
- Add the Script Name.
- Select
App
for the Type. - Slick Save.
- Click the newly created App
- Add the JavaScript code dnc-add.js.
- 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
- Navigate to Customer [Customer Name] Edit Routing Ingress Routing
-
On the Script Forge tab, enter the following under Vars:
[dnc] db="name_from_step1"
-
Click Save.
Add individual customer to DNC¶
Add the following to Script Forge:
- Under Developer Script Forge
- Add the Script Name.
- Select
App
for the Type. - Slick Save.
- Click the newly created App
- Add the JavaScript code dnc-add.js.
- Click the green arrow to
Save and Run
.