Stock recent FreePBX use ODBC to access the CDR db. The install procedure creates a fresh new /etc/odbc.ini, possibly overwriting the previous file.
Obviusly I don't like this behaviour since for example, in my home server I already have other data sources in that file. So in my package, a file called /etc/asterisk/cdr_odbc.ini is created instead. Then it's left to the sysadmin to simply copy it in /etc/odbc.ini, overwriting it or adding it's content to the previous file.
