FreeSwitch CDR ODBC POstgesql
apt-get install unixodbc unixodbc-dev odbcinst
apt-get install odbc-postgresql
[fscdr]
Description = PostgreSQL
Driver = PostgreSQL Unicode
Trace = No
TraceFile = /tmp/psqlodbc.log
Database = DATABASE
Servername = 127.0.0.1
UserName = USER
Password = PASS
Port = 5432
ReadOnly = No
RowVersioning = No
ShowSystemTables = No
ShowOidColumn = …
↧