cat /etc/odbcinst.ini
[MySQL-P]
Description = ODBC for MySQL
#Driver = /usr/lib/libmyodbc5.so
#Setup = /usr/lib/libodbcmyS.so
Driver = /usr/lib64/libmyodbc5.so
Setup = /usr/lib64/libodbcmyS.so
Threading = 0
CPTimeout = 1000
CPTimeToLive = 100
CPProbe = select 1
FileUsage = 1
DisableGetFunctions = 0
DontDLCLose = 1
cat /etc/odbc.ini
[MySQL-asterisk]
Description = MySQL Asterisk database
Trace = on
TraceFile = stderr
Driver = MySQL-P
SERVER = 172.16.52.26
USER = asterisk
PASSWORD = asterisk
PORT = 3306
DATABASE = asterisk
#OPTION = 67108864
when i start asterisk use asterisk -cvvvv, console log stop show ip channel loading ,no error msg ,can not
continue ,why ???
another thing is when i use no pool odbc driver, asterisk can be started ; BUT I use sipp test it ,performance is bad; i comments realtime config ,use static config , Current Call can be 1000, cps 100