Displaying 3 results from an estimated 3 matches for "share_connections".
Did you mean:
shared_connections
2014 Jan 11
1
Does cdr adaptive odbc re-connect automatically after a long idle time?
...= 3306
Socket = /var/run/mysqld/mysqld.sock
-------------- /etc/asterisk/res_odbc.conf lists below:
[ENV]
[asterisk]
enabled => yes
dsn => asterisk-connector
password => mypassword
pre-connect => yes
sanitysql => select 1
pooling => yes
idlecheck => 30
share_connections => yes
limit => 1000
connect_timeout => 60
negative_connection_cache => 600
-------------- /etc/asterisk/cdr_adaptive_odbc.conf lists below:
[cdr]
connection=asterisk
table=cdr
alias start => calldate
alias phoneno => phoneno
alias userid => userid
alias callerid => caller...
2010 Jan 21
1
odbc question
Hello,
I want to know what is timeout for MS SQL connection? My config is:
[mydb]
enabled => yes
dsn => MYDB
pooling => yes
limit => 200
share_connections => no
username => login
password => password
pre-connect => yes
backslash_is_escape => no
In the peak , I can see :
ODBC DSN Settings
-----------------
Name: mydb
DSN: MYDB
Pooled: Yes
Limit: 200
Connections in use: 93
Is it possible to free idle connections? When...
2009 Feb 26
0
[cdr_odbc] error: Cannot insert the value NULL into column 'calldate'
...sword
dsn => DSN_NAME
loguniqueid=yes
dispositionstring=yes
table=cdr
usegmtime=yes
a16-q1:/etc/asterisk# cat cdr_adaptive_odbc.conf
[first]
connection=sqlserver
table=cdr
alias calldate => start
a16-q1:/etc/asterisk# cat res_odbc.conf
[ENV]
[sqlserver]
enabled => yes
dsn => DSN_NAME
share_connections => no
limit => 5
username => sa
password => password
pre-connect => yes
sanitysql => select count(*) from systables
backslash_is_escape => no
a16-q1:/etc/asterisk# ls
asterisk.conf cdr.conf chan_dahdi.conf
extensions.conf iax.conf modules.conf queuer...