From dbdf5fe32e0fd02b6c037ac2d608d1741329f460 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 18 Jul 2018 17:05:11 -0600 Subject: [PATCH] Update call_center_queue_edit.php --- app/call_centers/call_center_queue_edit.php | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/app/call_centers/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php index d3e827866a..e493662580 100644 --- a/app/call_centers/call_center_queue_edit.php +++ b/app/call_centers/call_center_queue_edit.php @@ -79,6 +79,7 @@ $dialplan_uuid = check_str($_POST["dialplan_uuid"]); $queue_name = check_str($_POST["queue_name"]); $queue_extension = check_str($_POST["queue_extension"]); + $queue_greeting = check_str($_POST["queue_greeting"]); $queue_strategy = check_str($_POST["queue_strategy"]); $queue_moh_sound = check_str($_POST["queue_moh_sound"]); $queue_record_template = check_str($_POST["queue_record_template"]); @@ -363,6 +364,7 @@ $dialplan_uuid = $row["dialplan_uuid"]; $database_queue_name = $row["queue_name"]; $queue_extension = $row["queue_extension"]; + $queue_greeting = $row["queue_greeting"]; $queue_strategy = $row["queue_strategy"]; $queue_moh_sound = $row["queue_moh_sound"]; $queue_record_template = $row["queue_record_template"]; @@ -500,6 +502,39 @@ echo "\n"; echo "\n"; + echo "\n"; + echo "\n"; + echo " ".$text['label-greeting']."\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "
\n"; + echo $text['description-greeting']."\n"; + echo "\n"; + echo "\n"; + echo "\n"; echo "\n"; echo " ".$text['label-strategy']."\n";