<div dir="auto">We are still on Asterisk 1.8.18. <br>
<br>
Updated to UnixODBC 2.3.7 and MySQL Connector/ODBC 8.0 to use the pooling in UnixODBC. Asterisk runs smoothly with those, but it seems there is no pooling;  even though 'odbc show' displays 'Pooled: Yes' - Connections in Use is always 1.<br>
<br>
I just would like to know if odbc pooling is/was doable in Asterisk 1.8.18. Res_odbc has settings like pooling, limit, share-connections, but not sure if these apply to mysql odbc connections. (I know res_odbc went thru a lot of changes since version 13 and pooling is pretty straightforward now, but it will take us a while to upgrade.)<br>
<br>
Anyway here is my configuration:<br>
<br>
odbcinst.ini<br>
[ODBC]<br>
Pooling=Yes<br>
<br>
[MySQL]<br>
Driver=/usr/lib64/libmyodbc8w.so<br>
FileUsage=1<br>
CPTimeout=120<br>
<br>
<br>
res_odbc.conf<br>
[asterisk]<br>
enabled => yes<br>
dsn => asterisk-connector<br>
username => user<br>
password => passwd<br>
pre-connect => yes<br>
share-connections => no<br>
limit => 5<br>
pooling => yes<br>
<br>
Thanks,<br>
Matt</div>