Added recording filename variable INGROUP for the In-Group ID of a call
Inbound Daily Report, Changed to multi-select for in-group selection Cleanup log process, Added buffer time for agent log validation of LOGIN between record and next record git-svn-id: svn://192.168.202.10@1875 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -688,6 +688,7 @@ if ($VDACaffected_rows > 0)
|
||||
$tinydate = "$Tyear$mon$mday$hour$min$sec";
|
||||
|
||||
$campaign_rec_filename =~ s/CAMPAIGN/$VDADcampaign/gi;
|
||||
$campaign_rec_filename =~ s/INGROUP/$VDADcampaign/gi;
|
||||
$campaign_rec_filename =~ s/CUSTPHONE/$VDADphone/gi;
|
||||
$campaign_rec_filename =~ s/FULLDATE/$recdate/gi;
|
||||
$campaign_rec_filename =~ s/TINYDATE/$tinydate/gi;
|
||||
|
||||
Reference in New Issue
Block a user