Update follow_me.php

This commit is contained in:
FusionPBX 2019-02-04 13:47:05 -07:00 committed by GitHub
parent 46203abf6a
commit abc927dfde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'];