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 - maraveasp

Pages: [1]
1
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.

2
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

3
Outbound and QueueMetrics / Outbound queues agents name problem
« on: March 19, 2008, 16:28:20 »
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.

Pages: [1]