Added List Merge utility

Added User List NEW Lead Limit options(only works in No Hopper dialiing)
Fixed rare issue with email parsing
Added option in Agent Performance Detail report to only show live agents

git-svn-id: svn://192.168.202.10@2594 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-10-14 13:10:56 +00:00
parent 8862f161d4
commit 5970a54bb4
13 changed files with 1556 additions and 115 deletions
+2
View File
@@ -63,6 +63,7 @@ use MIME::QuotedPrint;
# 151030-0557 - Small change to catch more attachments properly
# 160120-2149 - Added missing entry_date field on vicidial_list insert
# 160414-0930 - Added missing phone_code field on vicidial_list insert
# 161014-2200 - Bug patch for " " string in email message
#
# default path to astguiclient configuration file:
@@ -1004,6 +1005,7 @@ sub StripHTML()
{
$message=~s/^\s*(.*?)\s*$/$1/;
$message=~s/[\r\n]/ /g;
$message=~s/\&nbsp\;/ /gi;
if ($message=~/<html.*?<\/html>/i) {
$message=$&;
my $hs = HTML::Strip->new();