ive setup asterisk with queues (agent.conf sip.conf queues.conf) Everything is working well.
I need to send caller's id to agent's machine (or web site) from queue.
something like this
.... exten => _200,n,Queue(qtest,t,,,10,"test.pl,${MEMBERNAME},${QUEUENAME}")
MEMBERNAME and QUEUENAME are enabled by setinterfacevar=yes in queues.conf This doesnt work :(. and i cant get that variables in agi script.
What should i do?