mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Merge pull request #1063 from moteus/call_center_dialplan_uuid
Fix. Override dialplan_uuid.
This commit is contained in:
@@ -272,7 +272,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
//update the call center queue
|
||||
$sql = "update v_call_center_queues set ";
|
||||
$sql .= "queue_name = '$queue_name', ";
|
||||
$sql .= "dialplan_uuid = '$dialplan_uuid', ";
|
||||
$sql .= "queue_extension = '$queue_extension', ";
|
||||
$sql .= "queue_strategy = '$queue_strategy', ";
|
||||
$sql .= "queue_moh_sound = '$queue_moh_sound', ";
|
||||
|
||||
Reference in New Issue
Block a user