2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added new feature of automatic dialling using AUTO_DIAL_SECONDS parameter in config file

Will also automatically end the case after the same number of seconds
This commit is contained in:
Adam Zammit
2013-11-20 11:40:46 +11:00
parent d52e76f09b
commit ae36595e72
5 changed files with 203 additions and 17 deletions

View File

@@ -173,11 +173,7 @@ if ($ca)
}
}
if (!is_respondent_selection($operator_id))
$data = get_limesurvey_url($operator_id);
else
$data = get_respondentselection_url($operator_id);
$data = "nocallavailable.php";
$db->CompleteTrans();