Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - QueueMetrics

Pages: 1 ... 24 25 [26] 27 28 ... 202
376
Running QueueMetrics / Re: [solved] - Transaction handler trouble
« on: October 29, 2012, 14:38:48 »
I'm at loss - were you able to fix the issue?

377
It frankly depends on which GUi (if any) you use to set up your Asterisk....

378
QueueMetrics news / QueueMetrics 12.10 released today
« on: October 29, 2012, 13:38:43 »
WHAT'S NEW – RELEASE 12.10

Release 12.10 sees the introduction of noticeable improvements and optimizations to QueueMetrics, offering broader usability and simplifying internal processes.
Amongst the main features, the new release offers improved caching and memory efficiency, additional links to administrative tools from the QueueMetrics Home page, the introduction of the Agent Reports accessible directly from the agent web page and the possibility of defining different URLs for agent calls, according to the call path.


The implemented major changes are as follows:

Cache RAM monitor [#1636]
Memory efficiency [#1688]
 
System diagnostic tools [#1673]
Link to dbTest page [# 1692]

Agent page Reports [#1663]

URL Substitutions [# 1714]




Performance optimizations [User Manual 20.17.4 – RAM Cache Monitor]


We have been tracing and studying QueueMetrics' performance limitations in a number of production settings. The result of this study has led to a series of changes in QueueMetrics that will benefit everyone, but will of course mostly affect larger contact centers.

We worked on QueueMetrics' memory usage by limiting the total memory footprint, besides  minimizing the creation of a large number of temporary objects. We also created a new string cache that outperforms the native Java implementation used in previous versions of QueueMetrics by two orders of magnitude on large settings.
We also worked on database access caching – as of release 12.10, common items like the list of queues on the Home page are aggressively cached by QueueMetrics itself. You may notice this behavior if e.g. you create a new queue, go back to the Home page immediately and you do not see the queue for about 10 seconds. This has strongly reduced the number of queries sent to the database.
Furthermore, we now have an even stronger caching system that keeps pre-processed objects in memory and avoids hitting the database for most real-time queries.  This is an optional feature that only affects the Real-Time and the Agent's Page when running with SQL or CLUSTER storage, and has to be turned on manually by setting:

realtime.useRowCache=true

The results obtained through this change have demonstrated a 10x - 20x performance improvement on page generation times.

We have also provided a new monitoring page, which is accessible from the DBTEST page, that allows to query the status of the new caches in real-time and reset them, as required.

The guide to fine-tuning QueueMetrics memory settings in order to get the best performance can be found in the QueueMetrics Advanced Configuration manual and it is a must-read for system administrators.


Administrative Tools access [User Manual 3.0 – Logging on to QueueMetrics]


Given the frequent need to access specific administrative tools, we have simplified how administrators can reach two main areas of QueueMetrics: the configuration.properties file and the database Test page.

As of QueueMetrics 12.10 it is possible to view the configuration.properties file directly from the Home page. This is achieved by adding the key EDIT_CFG to the admin user, which will enable a link on the Home page, within the ’Administrative Tools’, that will allow access to the file.



The database Test page is also accessible directly from the QueueMetrics Home page, under the heading “System diagnostic tools”, within the Administrative tools listing. It does not require a specific key to be enabled.


Agent page reports [User Manual 8.2 – Self-service agent reporting]


The new functionalities allow agents to run specific reports directly from the agent page. These new features are already enabled for the included sample agents.  In order to configure other agents having the same functionalities available, the following steps need to be implemented:

1. Assign a queue (or a set of queues) to the agent
2. Assign a new report to the agent
3. Assign the SSAREPORT key to the agent



Furthermore, the Agent page now includes a new ’Home’ button that allows an agent to get back to his/her main web page at any stage (no security key or property are required to enable this feature) and various reporting options are selectable by queue, report type and durations.
This new block of reporting functions is made visible for agents by enabling the SSAREPORT key within the user configuration/administration page, which can be reached from the main QueueMetrics administrator Home page. An agent can run a report based only on the queues and reports assigned to him/her.

An administrator can also assign the maximum amount of time that an agent can have available, when viewing historical reports from the agent web page. When an agent runs a report, the agent does not have a ’Search’ button enabled, so s/he is not able to access any kind of Custom Reports.


URL Substitutions [User Manual 8.0 – The real-time agent page]


The new release includes a new agent page URL feature. Each time the call history changes, and if there is a URL associated to the call shown on top of the list, a new window will automatically be opened pointing to the specific URL. This feature could be disabled modifying the value associated to the configuration key realtime.agent_autoopenurl.


URLs are passed to the Queue() command in Asterisk or, if missing, they can defined in the QueueMetrics queue configuration as a default. They can include a set of placeholders that are expanded with the details of the call being handled, as in the following table.
The available placeholders are:

A      agent's numeric code
U      call's Asterisk uniqueID
S      server ID (cluster mode)
Q      queue name
T      call timestamp   
C      caller ID
D      DNIS
I      IVR path
O      outcome code
P      position in queue
M      call attempts




379
Running QueueMetrics / Re: [solved] - Transaction handler trouble
« on: October 16, 2012, 11:57:00 »

Most likely you are changiong the wrong web.xml file or not restarting the container properly.
l.


Doh, the expired license tricked me again, I think I have spend a dozen hours on these until I pick out the hidden "Please contact Loway for a renewal"

There is low probability that an office manager, secretary, or call center manager will be able to determine that they need to renew the license.

---------------------

Sofar I have put in the following work to attempt to resolve this:

1) optimized and repaired databases
2) restarted http, queumetrics, tomcat
3) yum installed the latest version of QM



Still this error persists:

"[JSP] javax.servlet.ServletException - -- Inner Exception -- Exception: javax.servlet.ServletException Error: **** DTSC - HarperMo-USA-CC1 - Please contact Loway for a renewal. Stack trace: javax.servlet.ServletException: **** DTSC - HarperMo-USA-CC1 - Please contact Loway for a renewal. at it.loway.tpf.transaction.servlets.common.ServletEnvironment.init(ServletEnvironment.java:96) at it.loway.tpf.transaction.servlets.LowayTransactionController.init(LowayTransactionController.java:82) at javax.servlet.GenericServlet.init(GenericServlet.java:212) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173) at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:662) -- End Inner Exception -- "


Thanks

380
QueueMetrics installation / Re: QM with astmanproxy
« on: October 16, 2012, 11:55:22 »
I am aware that we have a few clients using proxies, though I'm not sure this is exactly AstManProxy.

381
Realtime Live / Re: Call disappear from page after 30 minutes
« on: October 15, 2012, 11:36:46 »

382
If they are failover, that is, they are never active at the same time, you can safely have them both write to the same partition, as long as the qloaders arent active at the same time.
 

383
The version is very old, so it will take a while to upgrade. What I would do is:
- create a backup copy of your existing QM, maybe on a separate server
- install a new version on the new server (so you check that the upgrade process goes well)
- test it
- when working, repeat the process on your production server

384
General Asterisk configuration / Re: Unanswer Calls report problem
« on: September 19, 2012, 17:27:07 »
You should contact Loway support and ask for a customization. They will analyze the cahnges needed and will prepare a quote.

386
Translations / Want to improve your QueueMetrics translation?
« on: September 17, 2012, 12:04:09 »
Would you like to have QueueMetrics in your own language?
Would you like to see the current QueueMetrics translation improved in your language?

We are always pleased to welcome people that would like to add their input to our product, in order to improve the localized version of QueueMetrics.

If you are interested, please follow the steps detailed in the following online document http://queuemetrics.com/download/QM_TranslatorManual_v200.pdf or feel free to contact us http://forum.queuemetrics.com/index.php?board=5.0

If you require any further or specific information, please contact us at support [at] loway.ch.

Thanks in advance,
 - the Loway team

388
 :)

389
I'd say this is excellent. Can we use this for the Advanced Configuration guide?  ;D

390
That fixed it!

FYI. this is fixed in QM 12.09

Pages: 1 ... 24 25 [26] 27 28 ... 202