mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Use fax_extension for the directory path needed for outbound faxes.
This commit is contained in:
@@ -371,8 +371,9 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$c->dialplan_uuid = $dialplan_uuid;
|
||||
$c->fax_name = $fax_name;
|
||||
$c->fax_uuid = $fax_uuid;
|
||||
$c->fax_description = $fax_description;
|
||||
$c->fax_extension = $fax_extension;
|
||||
$c->destination_number = $fax_destination_number;
|
||||
$c->fax_description = $fax_description;
|
||||
$a = $c->dialplan();
|
||||
|
||||
//redirect the browser
|
||||
|
||||
Reference in New Issue
Block a user