Remove forward_caller_id_uuid field.

This commit is contained in:
FusionPBX 2021-03-06 09:05:32 -07:00 committed by GitHub
parent 4ccbebc9bc
commit 75b38c9d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@ include "root.php";
private $dial_string;
private $toll_allow;
public $accountcode;
public $forward_caller_id_uuid;
public $outbound_caller_id_name;
public $outbound_caller_id_number;
@ -280,4 +279,4 @@ include "root.php";
}// class
?>
?>