Hi!
I would like to store the CEL record in a mysql database. The odbc-mysql connection work well, but i can’t figure out how can I store the CALLERID variables.
For example:
cel_custom.conf
[mapping]
Master.csv => …,${CSV_QUOTE(${CALLERID(name)})},…
cel_odbc.conf
[cel]
connection = odbc-mysql
table = cel
alias => ??? => c_name
What have to write into the alias’s “CEL field”?
Thanks