Added group aliases to allow selecting of callerID for manual and 3way calls
Added agent-specific in-group and campaign web variables git-svn-id: svn://192.168.202.10@1067 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -107,7 +107,7 @@ while ($sthArows > $rec_count)
|
||||
$AGILOG = '0';
|
||||
@aryA = $sthA->fetchrow_array;
|
||||
$DBagi_output = "$aryA[0]";
|
||||
$local_gmt = "$aryA[0]";
|
||||
$local_gmt = "$aryA[1]";
|
||||
if ($DBagi_output =~ /STDERR/) {$AGILOG = '1';}
|
||||
if ($DBagi_output =~ /FILE/) {$AGILOG = '2';}
|
||||
if ($DBagi_output =~ /BOTH/) {$AGILOG = '3';}
|
||||
|
||||
Reference in New Issue
Block a user