Add the new follow me. Needs a little more refinement.

This commit is contained in:
Mark Crane
2012-11-21 05:59:07 +00:00
parent d689d122a0
commit 95f2b6d100
6 changed files with 398 additions and 429 deletions

View File

@@ -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."' ";