Displaying 5 results from an estimated 5 matches for "membermacro".
2009 Feb 17
1
What is the purpose of membermacro in queues.conf
Hi,
There are 3 new settings (setinterfacevar, setqueueentryvar,
setqueuevar) and membermacro settings in 1.6 queues.conf. What is
the potential use of these settings? The variables set are useful, but
there is no indication of the purpose they could be used? Any one with
some light on potential use case of these new features?
raj
2009 May 07
1
Macro arguments on app_queue
...mas like other arguments OF QUEUE, not
subargs of args. this is, my second example says,
Queue(myQueue,,,,,,myMacro,arg1), but "arg1" is taken like queue argument
means Gosub entry...
there is way of call that macro into queue, but with macro arguments ???
in the queues.conf
if i put
membermacro=myMacro,myArgument
works fine.. except that, i can't use
membermacro=myMacro,${MYVAR}
because ${MYVAR} is taken like String, not the var value
help mee!! please
sorry for my very bad english
2010 Jan 22
5
Set CDR userfield for Queues
Hello,
I am using Queue application with multiple agents in each queue. I
want to set the CDR(userfield) for each cdr based on the agent
answering the call. Is it possible to do this?
Thanks
2010 Apr 28
0
Execute Macro when queue is answered
Hello list,
using asterisk 1.4.25.1 and realtime queues.
I would like to use the parameter 'membermacro' so I've added a field in
my mysql-table queues, but this is not working.
Anyone knows how I can execute a macro when the queue is answered by a
queuemember ?? Also the command queue() does not have this option...
Kind regards,
Jonas.
-------------- next part --------------
An HTML at...
2018 Dec 04
2
asterisk is not seeing my queues in database
I enabled the logs on the mysql database and ran :
realtime load queues name cou0002-test
in the mysql log I can see that the proper select statement is being
executed:
2018-12-04T16:29:27.253094Z 229 Query SET SESSION TRANSACTION
ISOLATION LEVEL READ COMMITTED
2018-12-04T16:29:27.254384Z 229 Prepare SELECT * FROM queues WHERE
name = ?
2018-12-04T16:29:27.254902Z 229