Marek Červenka wrote:

<snip>


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/

I've provided your feedback to Rusty Newton, who is spearheading documentation updates, and he'll work on including them in the wiki.

Cheers,

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org


--
_____________________________________________________________________
-- 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