search for: app_queue_gosub_virtual_context

Displaying 5 results from an estimated 5 matches for "app_queue_gosub_virtual_context".

2011 Feb 15
1
Lua extensions are not working on asterisk 1.8.2.3
Hi, After compiling a installing asterisk 1.8.2.3 I wanted to play with lua but I noticed that extensions created in extensions.lua was not being registered with asterisk. uga1*CLI> dialplan show [ Context 'app_queue_gosub_virtual_context' created by 'app_queue' ] 's' => 1. NoOp() [app_queue] [ Context 'parkedcalls' created by 'features' ] '700' => 1. Park() [features] [ Context 'app...
2018 May 08
2
Passing parameter to Queue-called macro
Hi all I need to pass a parameter in a thread-safe manner to the Queue pickup macro. This is to know when (and who) picked up an incoming call to a queue and log that to my back-office system with a CURL to a HTTP endpoint. However, the Queue application does not appear to allow passing of parameters to the called queue pickup macro. E. g. non-working code is: [queuetest] timeout = 60 retry =
2018 May 11
2
Passing parameter to Queue-called macro
...dn't they? I am using the following (sorry, in ael): macro dial-queue (number) { Set(_ORIG_UNIQUEID=${UNIQUEID}); Queue(${number},rCt,,,${timeout},,set-dst-agent); .. } // the "context macro-..." things is an ael-specific workaround to get transfer working (macro sets context to app_queue_gosub_virtual_context) context macro-set-dst-agent { s => { Noop(${ORIG_UNIQUEID}); &add-current-call-agent(${ORIG_UNIQUEID},${MEMBERNAME}); } } macro add-current-call-agent (id,num) { Set(ODBC_ADD_CURRENT_AGENT(${id},${num})=1); return; } -- marie On 08.05.2018, at 16:16, Stefan Viljoen <viljoens...
2009 Jul 20
0
No subject
...can I trace\debug my dialplan? To see where it comes from, run in the Asterisk CLI: dialplan show <context> or: dialplan show <exten>@<context> Here is a partial output from 'dialplan show' here, that shows all of them (but is normally overly long) [ Context 'app_queue_gosub_virtual_context' created by 'app_queue' ] 's' => 1. NoOp() [app_queue] [ Context 'parkedcalls' created by 'features' ] '700' => 1. Park() [features] [ Context 'app_dial_gosub_virtual_context'...
2010 Jun 25
5
Is there a default dial plan that is not in extention.conf?
Hi, I have a trivial peace of dialplan for exten 100. I try to change it to _1XX and the asterisk act according to a different (Default??) dial plan and not the one I want? Is that possible? Where is the other dialplan sits? In my extention.conf I can't see something that look like what asterisk is dialing. How can I trace\debug my dialplan? Thanks, Eyal -------------- next part