mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Comment out destinations for future use.
This commit is contained in:
@@ -639,6 +639,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s
|
|||||||
unset ($prep_statement);
|
unset ($prep_statement);
|
||||||
|
|
||||||
//list destinations
|
//list destinations
|
||||||
|
/*
|
||||||
$sql = "select * from v_destinations ";
|
$sql = "select * from v_destinations ";
|
||||||
$sql .= "where domain_uuid = '$domain_uuid' ";
|
$sql .= "where domain_uuid = '$domain_uuid' ";
|
||||||
$sql .= "and destination_enabled = 'true' ";
|
$sql .= "and destination_enabled = 'true' ";
|
||||||
@@ -678,7 +679,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s
|
|||||||
echo "</optgroup>\n";
|
echo "</optgroup>\n";
|
||||||
}
|
}
|
||||||
unset ($prep_statement);
|
unset ($prep_statement);
|
||||||
|
*/
|
||||||
//list extensions
|
//list extensions
|
||||||
$sql = "select * from v_extensions ";
|
$sql = "select * from v_extensions ";
|
||||||
$sql .= "where domain_uuid = '$domain_uuid' ";
|
$sql .= "where domain_uuid = '$domain_uuid' ";
|
||||||
|
|||||||
Reference in New Issue
Block a user