Displaying 2 results from an estimated 2 matches for "2018050815141huzzu4".
2018 May 08
2
Passing parameter to Queue-called macro
...(VCRECORD,stefantestEXT${CALLERID(num)}ACC${CDR(accountcode)},$
{EXTEN})
same=>n,Queue(queuetest,trhc,,,60,,verdianswer(${curIncAccCode}))
same=>n,Hangup()
This results, when executed, in:
[May 8 15:14:50] WARNING[20921]: app_macro.c:309 _macro_exec: No such
context 'macro-verdianswer(2018050815141huzzu4
' for macro 'verdianswer(2018050815141huzzu4
How can one pass a paramter into the macro called by the Asterisk queue
application on queue pickup?
Alternatively, how can a global variable or ASTDB entry be made thread safe
to do the same?
Thank you
Stefan
2018 May 11
2
Passing parameter to Queue-called macro
...R(accountco
> de)},$
> {EXTEN})
> same=>n,Queue(queuetest,trhc,,,60,,verdianswer(${curIncAccCode}))
> same=>n,Hangup()
>
> This results, when executed, in:
>
> [May 8 15:14:50] WARNING[20921]: app_macro.c:309 _macro_exec: No such
> context 'macro-verdianswer(2018050815141huzzu4
> ' for macro 'verdianswer(2018050815141huzzu4
>
> How can one pass a paramter into the macro called by the Asterisk
> queue application on queue pickup?
>
> Alternatively, how can a global variable or ASTDB entry be made thread
> safe to do the same?
>
> Tha...