Fix for Khomp AGI code

git-svn-id: svn://192.168.202.10@3290 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-09-02 20:11:02 +00:00
parent acc81ab085
commit 77f73a9d3b
+3 -2
View File
@@ -124,6 +124,7 @@
# 191104-2026 - Added code for Khomp version compatibility
# 191120-2235 - Added DYN multi-prompt survey prompts functionality
# 200210-1645 - Added KHOMP code
# 200902-1610 - Fixed bug with khomp_end_call data
#
$script = 'agi-VDAD_ALL_outbound.agi';
@@ -5360,8 +5361,8 @@ sub khomp_end_call
{
%khomp_call_data, $vdad_action, $vdad_result = @_;
my $conclusion = khomp_call_data{'conclusion'};
my $pattern = khomp_call_data{'pattern'};
my $conclusion = $khomp_call_data{'conclusion'};
my $pattern = $khomp_call_data{'pattern'};
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
$year = ($year + 1900);