Hello everyone, I need help with getting variables after the call ends in Queue.
After the call ends, callee must rate the call.
For this I’m using Queue(testQueue,F,3600,), if I understand right, thats mean when call ends callee goes to next in dialplan order.
Then i use Read app so callee can enter rate.|
After leaving queue caller(number) become sip number of agent.
Question: Is it possible to get caller(number) variable when call leaves Queue. Or there is other way to do what i want?
Question: Is it possible to get caller(number) variable when call leaves
Queue.
Also from the docs:
“NOTE: Any channel variables you want the called channel to inherit from the
caller channel must be prefixed with one or two underbars (‘_’).”
So, set some variable such as _OrigCallerID to the incoming Caller ID arriving
in the queue, and that variable will get passed to your queue agent handler
context when you specify the F option fully.
Antony.
–
What do you get when you cross a joke with a rhetorical question?
–
90% of networking problems are routing problems.
9 of the remaining 10% are routing problems in the other direction.
The remaining 1% might be something else, but check the routing anyway.