mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-21 16:02:16 +00:00
Add the new follow me. Needs a little more refinement.
This commit is contained in:
@@ -67,7 +67,7 @@ include "root.php";
|
||||
}
|
||||
$sql = "update v_extensions set ";
|
||||
$sql .= "do_not_disturb = '".$this->enabled."', ";
|
||||
$sql .= "dial_string = '".$this->dial_string."', ";
|
||||
// $sql .= "dial_string = '".$this->dial_string."', ";
|
||||
$sql .= "dial_domain = '".$this->domain_name."' ";
|
||||
$sql .= "where domain_uuid = '".$this->domain_uuid."' ";
|
||||
$sql .= "and extension = '".$this->extension."' ";
|
||||
|
||||
Reference in New Issue
Block a user