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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user