Hello everyone. Searching I find that the Error: "You do not have the rights to perform the requested action."
And it has to be with 3 posible causes:
1. That the connect credentials aren't correct.
2. That the dial plan context [queuemetrics] isn't included.
3. Some setup error that prevents QM to connects to the Asterisk.
You can find this information in:
http://www.queuemetrics.com/faq.jsp#faq-041-no_rights.
I reviewed the 2 item,I put in the CLI: show dialplan queuemetrics, and is all in order.
I got this:
[ Context 'queuemetrics' created by 'pbx_config' ]
'10' => 1. Answer() [pbx_config]
2. Wait(10) [pbx_config]
Questions:
I want to know, what can I do to begin seeing attempts or messages in the CLI when QM connects and disconnects.
The credentials supplied in the configuration.properties file should look like:
What should I put here?
If I have this in /etc/asterisk/manager.conf
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
[admin]
secret = **********
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
Then what i have to put in callfile.dir=tcp:user:password@server?
what is the user, the password and the server?
Maybe is callfile.dir=tcp:admin: **********@127.0.0.1?
Thanks , i would be waiting your response