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:
mattf
2009-03-06 16:14:14 +00:00
parent 6ab2eaaf30
commit bd688d8976
16 changed files with 2561 additions and 361 deletions
+1 -1
View File
@@ -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';}