bug fix for outbound survey campaigns in ALL_outbound AGI script

git-svn-id: svn://192.168.202.10@1034 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-01-17 05:40:01 +00:00
parent 44475e698c
commit 887f8ba6c2
@@ -718,6 +718,8 @@ if ($call_handle_method =~ /SURVEY/)
checkresult($result);
print "SET PRIORITY 1\n";
checkresult($result);
exit;
}
if ($survey_method =~ /HANGUP/)
@@ -732,6 +734,8 @@ if ($call_handle_method =~ /SURVEY/)
}
$AGI->hangup();
exit;
}
}