yup, i am looking at it. since i have to do a lot of calculations and the values are coming in different fields. i am really not sure how to acheive this in finalize.
like i run a query and get one values in one variable, then the other value in other variable from a query. can i do something like that? and then insert these values into cdr table?
id = select id from users where username='${external}'
rate = select bill from rates where provider_prefix = substr('".${called}."',1,digit)