[asterisk-users] Asterisk 13.8.0 Now Available
    Marek Červenka 
    cervajs at fpf.slu.cz
       
    Thu Mar 31 10:45:17 CDT 2016
    
    
  
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
=======================================
    
    
More information about the asterisk-users
mailing list