very small change to outbound AGI
git-svn-id: svn://192.168.202.10@1565 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -377,7 +377,7 @@ if ($VDACaffected_rows < 1)
|
||||
{
|
||||
if ($AGILOG) {$agi_string = "-- NO VDAC FOUND!!!!!: $callerid"; &agi_output;}
|
||||
|
||||
$stmtA = "SELECT cmd_line_k,entry_date FROM vicidial_manager where callerid='$callerid' order by call_time desc limit 1;";
|
||||
$stmtA = "SELECT cmd_line_k,entry_date FROM vicidial_manager where callerid='$callerid' order by entry_date desc limit 1;";
|
||||
$sthA = $dbhA->prepare($stmtA) or die "preparing: ",$dbhA->errstr;
|
||||
$sthA->execute or die "executing: $stmtA ", $dbhA->errstr;
|
||||
$sthArows=$sthA->rows;
|
||||
|
||||
Reference in New Issue
Block a user