diff --git a/app/calls_active/calls_active_inc.php b/app/calls_active/calls_active_inc.php index 900ab1a7ca..e2a192e10c 100644 --- a/app/calls_active/calls_active_inc.php +++ b/app/calls_active/calls_active_inc.php @@ -61,10 +61,6 @@ $results = json_decode($json, "true"); } -//set the domain_name - $domain_name = $_SESSION['domain_name']; - $domain_name = 'demo@www.fusionpbx.com'; - //build a new array with domain_name $rows = array(); if (isset($results["rows"])) {