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:
@@ -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/\ \;/ /gi;
|
||||
if ($message=~/<html.*?<\/html>/i) {
|
||||
$message=$&;
|
||||
my $hs = HTML::Strip->new();
|
||||
|
||||
Reference in New Issue
Block a user