From 4f9df1d392db6999e9d7ddc422d5ad45a955feb3 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Thu, 21 Mar 2024 10:37:51 +1100 Subject: [PATCH] Set call state 7 as a valid state --- call.php | 1 + call_interface2.php | 1 + 2 files changed, 2 insertions(+) diff --git a/call.php b/call.php index 4b657f1b..954893f9 100644 --- a/call.php +++ b/call.php @@ -455,6 +455,7 @@ switch($state) print "
"; break; case 4: //requires coding + case 7: case 6: print "
" . T_("Requires coding") . "
"; print "
"; diff --git a/call_interface2.php b/call_interface2.php index 2b374aa3..7c70baec 100644 --- a/call_interface2.php +++ b/call_interface2.php @@ -470,6 +470,7 @@ switch($state) case 2: //ringing case 3: //answered case 4: //requires coding + case 7: case 6: //no answer // print "
" . T_("Requires coding") . "
"; print "
";