in the queue In what part of the dialplan can I see when the call is delivered to the agent ?, I need to insert a macro in this point to get some information for example
The queue option membergosub=gosub_context_name[,arg1[,…][,argN]]
run this gosub when connected to the queue member you can override this gosub by setting the gosub option on the queue application
for example :
Queue command : Queue(support,insert,)
Gosub
[insert]
exten=>s,1,Noop(do whatever you need to do)
Thanks is working, you rock, one more question where i cand find a Variable list of the Queue? i try using google but the information only talk about the queue_log
Asterisk 1.8 is not supported, and hasn’t been for two and a half years.
Please explain why your problem has the same root cause, and knowing that, why you still don’t know what it is.
Please provide detailed logging, including channel technology specific logs, so that we can see exactly where the delay occurs and which party to the call is responsible for it.
Note that all Asterisk dialplans are custom; Asterisk does not come with any production dialplans.