Re: [asterisk-users] log custom variable in cdr

2023-04-06 Thread Doug Lytle
On 4/6/23 01:34, Fourhundred Thecat wrote: my question is, how can I log this filename in my cdr ? Set(CDR(userfield)=yourcontent) Doug -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out

[asterisk-users] log custom variable in cdr

2023-04-05 Thread Fourhundred Thecat
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: