Hi
I'm trying to enabling Unattended Call Monitoring.
The problem is the system does not generate the call when click on the phone icon, it just says the call will be generate in a few seconds.
The user's manual says:
Make sure that the callfile.dir property points to a valid callfile directory, and
that will be writable by QueueMetrics. As an alternative you may enter a
Monitor URI in the format tcp:user:pass@server; in this case QM will not
attempt to generate a call-file but will use the Manager command to create an
equivalent call instead.
I tried both
1st using callfile.dir=/var/spool/asterisk/outgoing this is the one that says the call will be genereate in few seconds (nothing happens)
2nd using callfile.dir=tcp:admin:PASSWORD@127.0.0.1 gives an error, what's wrong here?
Questions:
How do I get QUEUEMETRICS right permissions to write on /var/spool/asterisk/outgoing ?
How do I trace errors or logs from queuemetrics?
Thanks for your help