Displaying 1 result from an estimated 1 matches for "2ec6edb7".
Did you mean:
24c6eb7
2023 Apr 06
1
log custom variable in cdr
Hello,
in my extensions.conf, I have a custom macro which I use at the
beginning of incoming call, and then I turn on cdr recording:
exten => 123456789,1,Macro(record)
...
same => n,Set(CDR_PROP(disable)=0)
...
the macro is defined later, and sets one filename variable:
[macro-record]
exten => s,1,Set(FILE=${CDR(src)}-${CDR(dst)}.wav)
.....
my question is, how can I log