Sunday, February 21, 2016

Elastix PBX - Batch Configuration error: Secret weak

I want to share a way of import of unsafe passwords in Elastix. We need to comment out the line in the file "/var/www/html/modules/extensions_batch/libs/paloSantoExtensionsBatch.class.php":

001
002
003
004
    //    if (!isset($extension['secret']|| !$this->_valida_password($extension['secret'])) {
    //        $this->errMsg = _tr("Secret weak. Line").": $numLinea";
    //        return FALSE;
    //    }