Why does the popup window not appear for users?

please what are all the permissions that can be used when installing suitecrm on freepbx server… i installed suitecrm on freepbx once i integrate AsteriskIntegration the popup window does not appear not among the different Users

Go to the terminal, go to the base directory of the SuiteCRM install on FreePBX server, then these commands (replace www-data with the username running the SuiteCRM web application):

  sudo chown -R www-data:www-data .
  sudo chmod -R 755 .
  sudo chmod -R 775 cache custom modules themes data upload
  sudo chmod 775 config_override.php 2>/dev/null

for example root on my freepbx server “root:root”?

root is almost certainly not the correct option.

I have a freepbx server and it runs a httpd web server under user asterisk. I don’t know if yours is the same, but you can check with

ps -ef | grep httpd

If it is, you might try setting SuiteCRM dirs and files to be owned by asterisk user also.

sudo chown -R asterisk:asterisk .

I’m already using freepbx version 16 "“SNG7-PBX16-64bit-2302-1"” ok I’ll check it

I would do this:

  1. On FreePBX server, install Virtualmin from command line.
  2. Log into Virtualmin web interface as root using your server’s root password,
  3. Click Create Virtual Server crm.mydomain.tld (tld can be com or whatever your domain ends with). The virtual server’s username will automatically be crm.
  4. On Virtualmin page, press Alt + K to go to command terminal. Or with mouse, move to lower left corner of screen, click on square icon to go to command terminal,
  5. cd /home/crm
  6. su crm
  7. Run the commands to download and unzip Suite 7 full installer.
  8. In browser, enter address https://crm.mydomain.tld, install Suite 7 from its web page.
  9. For file ownership, all files and dirs will automatically be correct owner crm.
  10. You can run those permission reset commands above with crm:crm

[how to install Virtualmin on freepbx

Go to command terminal and run these 2 commands:

wget https://software.virtualmin.com/gpl/scripts/virtualmin-install.sh
sudo sh virtualmin-install.sh

16
I think it’s the same

virtualmin is not compatible on my system

The FreePBX server that comes packaged is not a system designed for you to add other large pieces of software. You can do it - but it’s just not meant for that.

If you do it using the same web server, it’s much easier - just run the chown commands I gave you. It should simply work, after that.

If you take the route of using a container or a VM, it’s more complicated set up, but has many other advantages. However, I would not recommend adding the VM inside FreePBX server, but rather side-by-side with it.

please is there a place to activate so that my asterisk call appears among the users…because I have installed my server several times but it does not appear, but among the admin it appears

Follow this step by step to install Virtualmin on your FreePBX (Linux CentOS 7.8).