Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 81057fb39918357db08fa193a318494d > files > 1

fusionpbx-pgsql-4.2.2-2.mga7.noarch.rpm

[freeswitch]
; WARNING: The old psql odbc driver psqlodbc.so is now renamed psqlodbcw.so
; in version 08.x. Note that the library can also be installed under an other
; path than /usr/local/lib/ following your installation.
Driver = /usr/lib/psqlodbcw.so
Description=Connection to LDAP/POSTGRESQL
Servername=127.0.0.1
Port=5432
;Protocol=6.4  #dz does this need to be 9.1 for postgresql 9.1?
FetchBufferSize=99
Username=freeswitch
;Password=password
Database=freeswitch
ReadOnly=no
Debug=1
CommLog=1

[fusionpbx]
Driver = /usr/lib/psqlodbcw.so
Description=Connection to FusionPBX used for mod_CDR
Servername=127.0.0.1
Port=5432
;Protocol=6.4  #dz does this need to be 9.1 for postgresql 9.1?
FetchBufferSize=99
Username=fusionpbx
;Password=password
Database=fusionpbx
ReadOnly=no
Debug=1
CommLog=1