Hi,
I tried to setup outbound call queue on my Elastix system. If I use queuedial, which will report outbound calls by extension, it works fine. but when I tried to use queuedial-loggedon (I have copied from this forum), I always here "Agents logged off". Here is the line under [queuedial-loggedon]
exten => _XXX.,n,Set(QDIALER_AGENT=Agent/${AGENTBYCALLERID_${CALLERID(num)}})
from the asterisk console I saw this:
-- Executing [1991NXXNXXXXXX@queuedial-loggedon:3] Set("Local/1991NXXNXXXXXX@queuedial-loggedon-4052,2", "QDIALER_AGENT=Agent/") in new stack
in which, q-199 is outbound queue, and 1NXXNXXXXX is the phone number I dialed. It didn't get the agent ID as expected. By the way, I did logged in, and I changed status to pause cause I don't want receive inbound calls while I dialed out.
Please help. Thanks.
Fred