diff --git a/agc_2-X/trunk/docs/DNC-dot-COM_integration.txt b/agc_2-X/trunk/docs/DNC-dot-COM_integration.txt
index 0cf56f03..845446dd 100644
--- a/agc_2-X/trunk/docs/DNC-dot-COM_integration.txt
+++ b/agc_2-X/trunk/docs/DNC-dot-COM_integration.txt
@@ -4,21 +4,27 @@ NOTE: for DNC.COM integration of batch cellphone filtering, see this document:
CELLPHONE_USA_TCPA_FCC_COMPLIANCE.txt
-We have added a utility to allow for direct filtering of inactive lists on your Vicidial system with a DNC.COM account, to allow for state, federal(FTC) and internal DNC lists as well as TCPA and Litigator Scrub direct through DNC.COM. We have also added a new inbound scrubbing option for calls coming in through DIDs on your system.
+We have added a utility to allow for direct filtering of lists on your Vicidial system with a DNC.COM account, to allow for state, federal(FTC) and internal DNC lists as well as TCPA and Litigator Scrub direct through DNC.COM. We have also added a new inbound scrubbing option for calls coming in through DIDs on your system.
DNC.COM is also offering a Free 15 day trial to VICIdial users of their Real-time Integrated TCPA and DNC Safe Harbor lead scrubbing. For more information on this free offer, contact us (http://www.vicidial.com/?page_id=7).
########## OUTBOUND LIST FILTERING ############################################
-NOTE: Outbound list filtering is currently only available in a batch mode application, it does NOT look phone numbers up as they are dialed.
+NOTE: Outbound list filtering is currently only available in a batch mode
+application, after the leads are already loaded into a list on the system, it
+does NOT look phone numbers up as they are dialed.
The script that allows for this must be run from the Linux command-line(CLI):
AST_DNCcom_filter.pl --lists=LISTID1-LISTID2
-The DNC.com List Filtering is designed to work in batch mode, usually set up in the crontab of one of your system's dialers. We recommend running this script after-hours, or only during calling hours on inavtive lists.
+The DNC.com List Filtering is designed to work in batch mode, usually set up in
+the crontab of one of your system's dialers. We recommend running this script
+after-hours, or only during calling hours on inavtive lists.
-In order for this script to work, you must have a Settings Container set up within Vicidial with the ID of "DNCDOTCOM". This settings container should be customized for your specific DNC.COM account, and how you want it to function.
+In order for this script to work, you must have a Settings Container set up
+within Vicidial with the ID of "DNCDOTCOM". This settings container should be
+customized for your specific DNC.COM account, and how you want it to function.
Below is an example Settings Container for DNC.COM:
diff --git a/agc_2-X/trunk/www/vicidial/admin_modify_lead.php b/agc_2-X/trunk/www/vicidial/admin_modify_lead.php
index ec00900d..a2e9b5f6 100644
--- a/agc_2-X/trunk/www/vicidial/admin_modify_lead.php
+++ b/agc_2-X/trunk/www/vicidial/admin_modify_lead.php
@@ -109,6 +109,7 @@
# 210630-0838 - Added display of vicidial_vmm_counts data, if $CIDdisplay=="Yes"
# 220222-1454 - Added allow_web_debug system setting
# 220312-0953 - Added vicidial_dial_cid_log data
+# 220427-1132 - Fixes for lead not found, Issue #1358
#
require("dbconnect_mysqli.php");
@@ -1536,7 +1537,9 @@ else
require("admin_header.php");
echo "\n";
- echo "
"._QXZ("lead does not exist")."
\n";
+ echo "
"._QXZ("lead does not exist").": $lead_id
\n";
+ echo "