2176
QueueMetrics installation / Re: No Reports on "Unanswered Call"
« on: January 09, 2009, 09:57:06 »
Are you filtering by agent? can you post a screenshot?
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.
exten =>_XXXXXXXXXX,1,Set(QDIALER_QUEUE=q-999)
exten => _XXXXXXXXXX,n,Set(QDIALER_NUMBER=1${EXTEN})
exten => _XXXXXXXXXX.,n,Set(QDIALER_AGENT=Agent/${CALLERID(num)})
exten => _XXXXXXXXXX,n,Set(QDIALER_CHANNEL=SIP/trunk-name/${QDIALER_NUMBER})
exten => _XXXXXXXXXX,n,Set(QueueName=${QDIALER_QUEUE})
exten => _XXXXXXXXXX,n,MixMonitor(Q-${QDIALER_QUEUE}-${UNIQUEID}.WAV|b|)
exten => _XXXXXXXXXX,n,Goto(qm-queuedial,s,1)
Errore tecnico nella classe 'it.loway.app.queuemetrics.configurazione.cfg2.ptQueues'.
-- Inner Exception --
- Exception: it.loway.tpf.common.exceptions.TechException
- Stack trace:
- Problema update DB: java.sql.SQLException: !Statement.GeneratedKeysNotRequested!
[root@server ~]# lsof -i -P -n | grep 8080
java 2205 root 5u IPv6 5825 TCP *:8080 (LISTEN)
In this case we have a Java process whose PID is 2205.[root@server ~]# ps -fp 2205
UID PID PPID C STIME TTY TIME CMD
root 2205 1 0 Nov28 ? 00:26:35 /usr/local/queuemetrics/java/bin/java -Xms128M -Xmx128M -Djava.endorsed....exten => _XXX.,n,Set(QDIALER_AGENT=Agent/${AGENTBYCALLERID_${CALLERID(num)}})