Call to undefined function. After Core update

Good afternoon! Just updated the core module, an error occurred.

GUI
exit: 255
Unable to continue. Call to undefined function FreePBX\modules\Core\Drivers\version_min() in /var/www/html/admin/modules/core/functions.inc/drivers/PJSip.class.php on line 499 #0 /var/www/html/admin/libraries/Composer/vendor/filp/whoops/src/Whoops/Run.php(383): Whoops\Run->handleError(1, ‘Call to undefin…’, ‘/var/www/html/a…’, 499) #1 [internal function]: Whoops\Run->handleShutdown() #2 {main}

FreePBX 14.0.13.23

/PJSip.class.php on line 499
$ver_list = array(“13.0.24”, “16.1.0”); // include all versions to test.
if(version_min($this->freepbx->Config->get(‘ASTVERSION’), $ver_list) == false){
unset($conf[‘pjsip.endpoint.conf’][$tn][‘send_connected_line’]);
}

1 Like

Please update your Framework version

Oh,thx!

fwconsole ma upgrade framework --edge
fwconsole reload

helped well

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.