-
Notifications
You must be signed in to change notification settings - Fork 19
Setup FreeSWITCH
Kevin Berry edited this page Mar 2, 2011
·
1 revision
<youruser@yourhost ~>$ yaourt -S unixodbc psqlodbc
<youruser@yourhost ~>$ createdb -U postgres -O callcenter
[PostgreSQL]
Description=PostgreSQL driver for Linux & Win32
Driver=/usr/lib/psqlodbcw.so
Setup=/usr/lib/psqlodbcw.so
UsageCount=1
[CallCenter]
Description=Tiny Callcenter
Driver=PostgreSQL
Trace=Yes
TraceFile=callcenter\_sql.log
Database=callcenter
Servername=localhost
UserName=callcenter
Password=yourpassword
Port=5432
Protocol=6.4
ReadOnly=No
RowVersioning=No
ShowSystemTables=No
ShowOidColumn=No
FakeOidIndex=No
ConnSettings=
isql callcenter