Unable to Install blacklist module

Hi,

We are using freepbx and I want to blacklist outbound and In bound calls. I am trying to install blacklist module but it is failing with below error

Please wait while module actions are performed
Upgrading blacklist to 13.0.14 from track stable
Downloading blacklist 44757 of 44757 (100%)

Error(s) downloading blacklist:

File Integrity failed for /var/www/html/admin/modules/_cache/blacklist-13.0.14.tgz.gpg - aborting (GPG Verify File check failed)

FreePBX 13.0.1beta3.45 'VoIP Server’
CentOS 6

Please help

Hi!

You might want to refresh the signatures, maybe the problem is with them.

To do this you must issue

fwconsole a ma refreshsignatures

Good luck and have a nice day!

Nick

You might also want to check your time and look at the other suggestions provided here:

Good luck and have a nice day!

Nick

Hi Marbled,

I am getting below error Now.

Whoops \ Exception \ ErrorException (E_WARNING)

unlink(/var/www/html/admin/modules/_cache/blacklist-13.0.14.tgz.gpg): No such file or directory
/var/www/html/admin/libraries/modulefunctions.class.php

				}
			} catch(\Exception $e) {
				if (!is_array($progress_callback) && function_exists($progress_callback)) {
					$progress_callback('verifying', array('module'=>$modulename, "status" => "redownload"));
				} else if(is_array($progress_callback) && method_exists($progress_callback[0],$progress_callback[1])) {
					$progress_callback[0]->$progress_callback[1]('verifying', array('module'=>$modulename, "status" => "redownload"));
				}
				unlink($filename);
			}

Thanks