Corriger l’erreur “You do not have permission to be here: |6666|GOOD|”

Solution

La modification doit se faire dans la base de données de Vicidial

connectez-vous à votre serveur SSH

root@vicidial:~ $ mysql -u root -p

Entrer le mot de passe

MariaDB [(none)]>use asterisk
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed

MariaDB [asterisk]>update vicidial_users set api_only_user=’0′;

Query OK, 1 row affected (0.000 sec)
Rows matched: 3 Changed: 1 Warnings: 0

MariaDB [asterisk]>quit;

Share your thoughts