I am unable to get bleg callid to save to cdr the value is empty on the saved csv.
please advise how to save the callid in the csv?
I am using regexroute - cdrfile and cdrcombined
This is what I tried so far
regexroute.conf
...
[extra]
chan.startup=50
[chan.startup]
${direction}^outgoing=;bleg_id=${sip_callid};copyparams=bleg_id;
...
cdrbuild.conf
...
[parameters]
bleg_id=false
...
cdrfile.conf
...
combined=true
format="${out_leg.reason}",...
...