mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Add support for the new sip profiles enabled field.
This commit is contained in:
@@ -2766,6 +2766,7 @@ if (!function_exists('save_sip_profile_xml')) {
|
||||
|
||||
//get the sip profiles from the database
|
||||
$sql = "select * from v_sip_profiles ";
|
||||
$sql .= "where sip_profile_enabled = 'true' ";
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
$prep_statement->execute();
|
||||
$result = $prep_statement->fetchAll();
|
||||
|
||||
Reference in New Issue
Block a user