mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 01:33:49 +00:00
Update follow_me.php
This commit is contained in:
@@ -310,7 +310,7 @@ include "root.php";
|
||||
$x = 0;
|
||||
if (is_array($result)) foreach ($result as &$row) {
|
||||
if ($x > 0) {
|
||||
$dial_string .= ",";
|
||||
$dial_string .= ":_:";
|
||||
}
|
||||
if (($presence_id = extension_presence_id($row["follow_me_destination"])) !== false) {
|
||||
$variables[] = "presence_id=".$presence_id."@".$_SESSION['domain_name'];
|
||||
|
||||
Reference in New Issue
Block a user