1
Outbound and QueueMetrics / Re: Outbound queues agents name problem
« on: March 24, 2008, 11:48:35 »
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.
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.