Changed agi-record_prompts.agi to use DB storage

Added more detail to agent screen debug logging

git-svn-id: svn://192.168.202.10@2604 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-10-30 04:12:18 +00:00
parent 2ea0dd710b
commit 77a489496f
6 changed files with 162 additions and 19 deletions
+2
View File
@@ -1490,6 +1490,7 @@ if ($ACTION == 'regCLOSER')
}
echo _QXZ("Closer In Group Choice %1s has been registered to user %2s",0,'',$closer_choice,$user)."\n";
$stage = "$vla_autodial|$closer_choice";
}
@@ -1549,6 +1550,7 @@ if ($ACTION == 'regTERRITORY')
if ($mel > 0) {mysql_error_logging($NOW_TIME,$link,$mel,$stmt,'00256',$user,$server_ip,$session_name,$one_mysql_log);}
}
echo _QXZ("Territory Choice %1s has been registered to user %2s",0,'',$agent_territories,$user)."\n";
$stage = $agent_territories;
}