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

New feature: Auto close and code a case on no answer / disconnected

This commit is contained in:
Adam Zammit
2019-05-21 16:22:32 +10:00
parent 08a5f70162
commit 73f3bed52d
7 changed files with 92 additions and 14 deletions

View File

@@ -470,6 +470,7 @@ switch($state)
case 2: //ringing
case 3: //answered
case 4: //requires coding
case 6: //no answer
// print "<div class='status'>" . T_("Requires coding") . "</div>";
print "<form action='?' method='post'><div class=\" \">";
display_outcomes(false,$call_attempt_id,$case_id);