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 - vlad.dc

Pages: [1]
1
QueueMetrics installation / Re: Updating QM
« on: May 08, 2008, 18:15:14 »
Hello QueueMetrics!

From:
http://QMIP:8080/queuemetrics-1.4.4b5

Only get:
----------
HTTP Status 404 - /queuemetrics-1.4.4b5
type Status report
message /queuemetrics-1.4.4b5
description The requested resource (/queuemetrics-1.4.4b5) is not available.
Apache Tomcat/5.0.28
----------

But the issue was solved with the modify to queuemetrics.xml
And yes... is a custom beta version.

Regards.

Vlad.

2
QueueMetrics installation / Re: Updating QM
« on: May 08, 2008, 18:04:58 »
The trick is change the next file:

/usr/local/queuemetrics/tomcat/conf/Catalina/localhost/queuemetrics.xml

Code: [Select]
<?xml version='1.0' encoding='utf-8'?>
<Context docBase="/usr/local/queuemetrics/webapps/queuemetrics-1.X.X" path="/queuemetrics">
</Context>

Solved.

3
QueueMetrics installation / Updating QM
« on: May 08, 2008, 17:22:56 »
Hello,

I had follow this guide:
http://astrecipes.net/index.php?from=226&q=astrecipes/manually+updating+queuemetrics

but QM is don't updated, on:
/usr/local/queuemetrics/tomcat/webapps
I had changed the link to:
queuemetrics -> /usr/local/queuemetrics/webapps/queuemetrics-1.4.4b5

After restart QM with:
 /etc/init.d/queuemetrics restart

The version is the same: Loway QueueMetrics - 1.4.3

Please help me to update...

Vlad.

4
General Asterisk configuration / Re: autologoffunavail
« on: April 25, 2008, 19:55:27 »
I'm not a programmer but I'm did the next script:

Code: [Select]
#!/bin/bash
agent=`tail -300 /var/log/asterisk/full | grep 'Agent.....is.circuit-busy'|awk '
{print $7}'`
asterisk -rx "agent logoff $agent"
echo "agent logoff $agent"

Ideas to optimieze script... welcome!!

5
General Asterisk configuration / autologoffunavail
« on: April 22, 2008, 23:53:22 »
Hello,

autologoff=yes  in agent.conf can logoff an agent that signed in, but don't signed by the extension. If a agent forgot to logoff before shut off sip client, it will stay login forever.

Im had applyed the patch http://bugs.digium.com/view.php?id=6038  on chan_agent.c but don't work.

This is the log on asterisk:

----------------------------------
-- Executing Dial("Local/101@from-internal-6736,2", "SIP/101||trM(auto-blkvm)") in new stack
  == Everyone is busy/congested at this time (1:0/0/1)
    -- Executing Set("Local/101@from-internal-6736,2", "DIALSTATUS=CHANUNAVAIL") in new stack
    -- Executing Set("Local/101@from-internal-6736,2", "SV_DIALSTATUS=CHANUNAVAIL") in new stack
    -- Executing GosubIf("Local/101@from-internal-6736,2", "0?docfu|1") in new stack
    -- Executing GosubIf("Local/101@from-internal-6736,2", "0?docfb|1") in new stack
    -- Executing Set("Local/101@from-internal-6736,2", "DIALSTATUS=CHANUNAVAIL") in new stack
    -- Executing NoOp("Local/101@from-internal-6736,2", "Voicemail is novm") in new stack
    -- Executing GotoIf("Local/101@from-internal-6736,2", "1?s-CHANUNAVAIL|1") in new stack
    -- Goto (macro-exten-vm,s-CHANUNAVAIL,1)
    -- Executing PlayTones("Local/101@from-internal-6736,2", "congestion") in new stack
    -- Executing Congestion("Local/101@from-internal-6736,2", "10") in new stack
    -- Agent/820 is circuit-busy
----------------------------------

On this case the status is "UNKNOWN" to peer SIP/101  then the call would be send to an agent available, but the call always is send it to Agent 820.

How can I use autologoffunavail ??  I have asterisk 1.2.26.2 and queuemetrics 1.4.3

Regards.

Vlad.



6
General Asterisk configuration / Re: Queue login error
« on: April 21, 2008, 20:39:56 »
Hello,

You need comment on extensions.conf the next line:

[from-internal]
include => from-internal-xfer
;include => bad-number                   <--- comment


Regards.

Vlad

Pages: [1]