search for: yourcontent

Displaying 1 result from an estimated 1 matches for "yourcontent".

Did you mean: your_context
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