You do not have permission to be here: |6666|GOOD|
above error comes due to by mistaken you have change the value under user properties
API Only UserĀ to 1
it should be as below
solution
you have to change it from database
SSH and login to your server
Now change it from database as below
root@vicidial:~ $ mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 248
Server version: 5.5.68-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
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.00 sec)
Rows matched: 4 Changed: 1 Warnings: 0
MariaDB [asterisk]>