diff --git a/core/Program/Receivefax.php b/core/Program/Receivefax.php index 9dac5a3..d1562ec 100644 --- a/core/Program/Receivefax.php +++ b/core/Program/Receivefax.php @@ -100,7 +100,7 @@ protected function resource_load_account() public function scheme() { $inboundCall = new Inbound(); - $inboundCall->source = $this->aResource['account']->phone; + $inboundCall->destination = $this->aResource['account']->phone; $inboundCall->filter_flag = Dialplan::FILTER_COMMON; $answerCall = new Connect();