Ok I imagine you have Qloader installed then, on your Asterisk machine. Follow these steps:
1) stop qloaderd temporarily: service qloaderd stop
2)install uniloader with: yum install uniloader
3) stop uniloader: service uniloader stop
4) open /etc/sysconfig/uniloader and check the settings, you can refer to qloader's file (/etc/sysconfig/qloaderd) for IP, usernames, passwords. Don't uncomment the "QueueMetrics-Live" section
5) open /etc/sysconfig/unitracker, check that the AMI credentials are ok and make sure to enable the outbound tracking by setting it to 1
6) restart uniloader: service uniloader restart
7) make unitracker a service: chkconfig --add unitracker
restart unitracker: service unitracker restart
9) all the outbound calls will be tracked under the 'q-outbound' queue, so you need to define this queue in QueueMetrics if you don't have it already
10) test that everything works and shows up in QM
11) if you are sure that everything is working fine you can remove qloaderd: yum remove qloaderd