Closed manfer closed 6 years ago
It looks like VoicemailController is not the only place with that problem:
./asterisk/agi/library/Agi/Action/FaxCallAction.php => $mail = new \Zend_Mail('utf8'); ./asterisk/agi/application/controllers/VoicemailController.php => $mail = new Zend_Mail('utf8'); ./portals/application/workers/XmlrpcWorker.php => $mail = new \Zend_Mail(); ./portals/application/workers/XmlrpcdelayedproxytrunksWorker.php => $mail = new \Zend_Mail(); ./kamailio/recordings/application/controllers/RecordingsController.php => $mail = new Zend_Mail('utf8');
Thanks for reporting
In /ivozprovider/asterisk/agi/application/controllers/VoicemailController.php the line:
should be: