mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add fax_forward_number to the fax class.
This commit is contained in:
@@ -372,6 +372,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$c->fax_name = $fax_name;
|
||||
$c->fax_uuid = $fax_uuid;
|
||||
$c->fax_extension = $fax_extension;
|
||||
$c->fax_forward_number = $fax_forward_number;
|
||||
$c->destination_number = $fax_destination_number;
|
||||
$c->fax_description = $fax_description;
|
||||
$a = $c->dialplan();
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
public $fax_name;
|
||||
public $fax_description;
|
||||
public $fax_extension;
|
||||
public $fax_forward_number;
|
||||
public $destination_number;
|
||||
private $forward_prefix;
|
||||
|
||||
@@ -238,8 +239,9 @@ $c->domain_uuid = "";
|
||||
$c->dialplan_uuid = "";
|
||||
$c->fax_name = "";
|
||||
$c->fax_extension = $fax_extension;
|
||||
$c->destination_number = "";
|
||||
$c->fax_description = "";
|
||||
$c->fax_forward_number = $fax_forward_number;
|
||||
$c->destination_number = $fax_destination_number;
|
||||
$c->fax_description = $fax_description;
|
||||
$c->dialplan();
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user