PHP Fatal Error with IVR

/var/lib/asterisk/bin/module_admin reload
Error(s) have occured, the following is the retrieve_conf output:
exit: 255
PHP Fatal error: Call to undefined function recordings_get_file() in /var/www/html/admin/modules/ivr/functions.inc.php on line 96
Whoops\Exception\ErrorException: Call to undefined function recordings_get_file() in file /var/www/html/admin/modules/ivr/functions.inc.php on line 96
Stack trace:

  1. () /var/www/html/admin/modules/ivr/functions.inc.php:96

version
±---------±------------+
| variable | value |
±---------±------------+
| version | 13.0.192.19 |
±---------±------------+
1 row in set (0.00 sec)

You need to install the recordings module

1 Like

that’s using the command?

fwconsole ma install recordings

right?

yes…

Sorry i wanted to clarify so that if someone more green than I comes across this thread they can quickly copy paste.

This resolved my issue thank you for your time tm1000 :grinning: