mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 18:33:49 +00:00
Update follow_me.php
This commit is contained in:
@@ -494,7 +494,7 @@ include "root.php";
|
||||
//add extensions to the array
|
||||
$array['extensions'][0]["extension_uuid"] = $extension_uuid;
|
||||
$array['extensions'][0]["dial_domain"] = $this->domain_name;
|
||||
$array['extensions'][0]["dial_string"] = $dial_string;
|
||||
$array['extensions'][0]["dial_string"] = '';
|
||||
$array['extensions'][0]["follow_me_destinations"] = $dial_string;
|
||||
$array['extensions'][0]["follow_me_enabled"] = $this->follow_me_enabled;
|
||||
|
||||
@@ -510,4 +510,4 @@ include "root.php";
|
||||
} //function
|
||||
} //class
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user