On 11/08/2012 04:17 AM, Uri Shacked wrote:
I know i can probably save the to_tag and the sip_code, use update with sqlops or on the other hand do everything in the database afterwards - but this is very tricky and i think not efficient.
It seems to me this is your only option.
We dropped use of 'acc' entirely in favour of writing CDRs in a fully home-grown way with 'sqlops', so that we could do exactly what we want. I would not describe this process as "inefficient".