mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update fax.php
This commit is contained in:
@@ -75,12 +75,12 @@
|
||||
public function dialplan() {
|
||||
|
||||
//require the fax_extension
|
||||
if (!empty($this->fax_extension)) {
|
||||
if (empty($this->fax_extension)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
//require the destination_number
|
||||
if (!empty($this->destination_number)) {
|
||||
if (empty($this->destination_number)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user