QueueMetrics > Outbound and QueueMetrics

Outbound queues agents name problem

(1/2) > >>

maraveasp:
Hi all
I have configured an outbound queue and i can see outbound calls from my agents in queuemetrics. My problem is that i have named my agents and in the reports i see inbound calls that where serviced by an agent with the name i have configured but not outbound that seem to be serviced by a new agent called Agent/(agent number).
So i have inbound calls recorded for (agent name) and outbound for Agent/(agent number). I know that this is the Agent/ ${MY_AGENT} in the dialplan but i tried to read   a record from asterisk database that i created so instead of the Agent/${MY_AGENT} could be the name i entered without success.Is there a way to configure queuemetrics to know that (agent name) and Agent/(agent number) is the same agent and record inbound and outbound calls to the same agent?
Thanks for you time.

QueueMetrics:
How did you define the Agents in inbound? And how is the agent in outbound different? is it just the number that is different?

maraveasp:
In agents.conf i have
agent => 100,,(agent name)
and (agent name) is what queuemetrics configures in agent description when it reads the confs.
My problem is that in real time monitoring and reports for inbound queues i can see the
(agent name) but on outbound calls i see a new agent Agent/100 that seems to be different from the other agent that has a name.
Thanks for replying

QueueMetrics:
This is strange, as both agents should be called the same. Could you send over a piece of the queue_low here an inbound call is seen and one where an outbound for the same agent is seen?

maraveasp:
Watching queue log to send you the log of an outbound and inbound calls of the same
agent i found my own error on the dialplan.
where exten => _9X.,n,Set(MY_AGENT=${CALLERID(num)}) i had 
MY_AGENT= ${CALLERID(num)}) so the extra space was passing Agent/ 100 instead of Agent/100 and queuemetrics coulden't match the name with the agent.
I fix that and everything works like a charm.
Thanks anyway and sorry for the inconvenience.

Navigation

[0] Message Index

[#] Next page

Go to full version