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 ... 55 56 [57] 58 59 ... 202
842
Yes, this is likely because you should give QM more RAM. The XML-RPC service is a bit expensive.

843
Running QueueMetrics / Re: Disconnection cause
« on: March 30, 2011, 16:53:14 »
There was a bug up to 1.6.3 I think where the disconnection cause for lost calls in the popup would be displayed wrong. Try updating to 1.7.0.0.

844
 ;D

846
Question: do you have the RPC library from Google installed?
In such cases, I suggest using TCPDUMP to see what is going on....

848
Running QueueMetrics / Re: Free agent after transfer a call
« on: March 28, 2011, 11:21:41 »
I think it's a FAQ - see here: http://queuemetrics.com/faq.jsp#faq-053-transfers
 ;)

849
That s why you need to make it SIP/${QM_AGENT_CODE:6} - this means SIP/ plus the AGENT_CODE minus its first 6 characters.

850
QueueMetrics news / Re: QueueMetrics 1.7.0 released
« on: March 24, 2011, 10:09:15 »
No we removed the non-ajax one, and called it "wallboard" the ajaxy one.

851
We plan to expand that in the future, in fact I am sure a generic "send task" command would be useful. I am adding this as bug #1292.

852
You need to serve the example from the same container, e.g. Tomcat, that is serving QM.

You could invoke the file as:

Code: [Select]
http://myserver:8080/jstest/mypage.html
and you could have QM available as

Code: [Select]
http://myserver:8080/queuemetrics/
In this case you would set the

Code: [Select]
var server = "/queuemetrics/xmlrpc.do";

853
Running QueueMetrics / Re: OnHold status and RT panel
« on: March 22, 2011, 14:51:32 »
If you find a way to do this, maybe we can arrange something :)

854
    -- Executing [11@queuemetrics:2] NoOp("Local/305@from-internal-f958;1", " "QM_AGENT_CODE: agent/308" ") in new stack
    -- Executing [11@queuemetrics:3] NoOp("Local/305@from-internal-f958;1", " "QM_EXT_MONITOR: 305" ") in new stack
    -- Executing [11@queuemetrics:4] NoOp("Local/305@from-internal-f958;1", " "QM_AGENT_EXT: --" ") in new stack
    -- Executing [11@queuemetrics:5] NoOp("Local/305@from-internal-f958;1", " "QM_LOGIN: demoadmin" ") in new stack
    -- Executing [11@queuemetrics:6] NoOp("Local/305@from-internal-f958;1", " "QM_AGENT_LOGEXT: " ") in new stack
    -- Executing [11@queuemetrics:7] ChanSpy("Local/305@from-internal-f958;1", "--") in new stack



As you can see, you are trying to chanspy  on extension "--", so this does not do much sense.
In the example above, you were trying to chanspy on agent/308 that was likely SIP/308, correct?

Then you could do something like:

Code: [Select]
exten => 11,7,ChanSpy(SIP/${QM_AGENT_CODE:6})

And it would likely work.




855
 :D

Pages: 1 ... 55 56 [57] 58 59 ... 202