userdoc:tt_queuemetrics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
userdoc:tt_queuemetrics [2018/12/20 07:14]
mkeuter [QueueMetrics Hosted Solution]
userdoc:tt_queuemetrics [2018/12/20 07:17]
mkeuter [QueueMetrics Live - Hosted Solution]
Line 146: Line 146:
 The configuration of QueueMetrics is not covered in the guide. Please see the QueueMetrics documentation found [[https://www.queuemetrics.com/manual_list.jsp/|Here]] The configuration of QueueMetrics is not covered in the guide. Please see the QueueMetrics documentation found [[https://www.queuemetrics.com/manual_list.jsp/|Here]]
  
-==== QueueMetrics Live - Hosted Solution ====+===== QueueMetrics Live - Hosted Solution =====
  
 To use the QueueMetrics Live Hosted Solution the ''start ()'' section of the ''qloaderd'' init script has to be changed like this: To use the QueueMetrics Live Hosted Solution the ''start ()'' section of the ''qloaderd'' init script has to be changed like this:
Line 155: Line 155:
   echo "Starting uniloader and unitracker ..."   echo "Starting uniloader and unitracker ..."
   nohup nice /mnt/kd/bin/uniloader -s /var/log/asterisk/queue_log --cacert "/usr/lib/ssl/cert.pem" upload --uri "https://my.queuemetrics-live.com/** Your QM instance name **" \   nohup nice /mnt/kd/bin/uniloader -s /var/log/asterisk/queue_log --cacert "/usr/lib/ssl/cert.pem" upload --uri "https://my.queuemetrics-live.com/** Your QM instance name **" \
-  --login webqloader --pass "** wqloader QM user password **"  >> /var/log/uniloader.log &+  --login webqloader --pass "** password of the wqloader QM user **"  >> /var/log/uniloader.log &
   nohup nice /mnt/kd/bin/uniloader track --host "127.0.0.1" --port "5038" --login queuemetrics --secret "** AMI Password **" --outboundcalls "1" --parkedcalls "1" >> /var/log/uniloader.log &   nohup nice /mnt/kd/bin/uniloader track --host "127.0.0.1" --port "5038" --login queuemetrics --secret "** AMI Password **" --outboundcalls "1" --parkedcalls "1" >> /var/log/uniloader.log &
 } }
 </code> </code>
  • userdoc/tt_queuemetrics.txt
  • Last modified: 2020/06/08 22:59
  • by mknill