Dne 30.3.2016 v 14:34 Joshua Colp napsal(a):
Marek Červenka wrote:
and what about
https://www.asterisk-blog.com/2016/02/17/odbc_gutting/

While not in the email these are listed in the CHANGES and UPGRADE.txt file. Going forward we'll try to ensure we include such things in the release notes as well.


can you add this example from centos 6 ?

[ODBC]
Trace = No

#http://www.unixodbc.org/doc/conn_pool.html
Pooling = Yes

#http://stackoverflow.com/questions/4207458/using-unixodbc-in-a-multithreaded-concurrent-setting
Threading = 0

# Setup from the unixODBC package
[PostgreSQL]
Description     = ODBC for PostgreSQL
Driver          = /usr/lib/psqlodbcw.so
Setup           = /usr/lib/libodbcpsqlS.so
Driver64        = /usr/lib64/psqlodbcw.so
Setup64         = /usr/lib64/libodbcpsqlS.so
FileUsage       = 1

# Driver from the mysql-connector-odbc package
# Setup from the unixODBC package
[MySQL]
Description     = ODBC for MySQL
Driver          = /usr/lib/libmyodbc5.so
Setup           = /usr/lib/libodbcmyS.so
Driver64        = /usr/lib64/libmyodbc5.so
Setup64         = /usr/lib64/libodbcmyS.so
FileUsage       = 1

to https://wiki.asterisk.org/wiki/display/AST/ODBC

and the text from https://www.asterisk-blog.com/2016/02/17/odbc_gutting/

thanks

--
---------------------------------------
Marek Cervenka
=======================================


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to