Displaying 14 results from an estimated 14 matches for "negative_connection_cach".
Did you mean:
negative_connection_cache
2023 Aug 16
3
Segmentation fault
...is issue with version 13 and version 18.
In res_odbc.conf, if I add a second, new data source like
[asterisk]
enabled=yes
dsn=asterisk
sanitysql => select 1
isolation => read_committed
username=root
;password=
pre-connect => yes
forcecommit => yes
connect_timeout => 10
negative_connection_cache => 0
max_connections =>500
my odbc.ini
[cdr]
Description = MySQL ODBC Driver Testing
Driver = maria
Socket = /var/run/mysqld/mysqld.sock
User = root
Password =
Database = public
Option = 3
I get, immediately, segmentation fault.
With only one, it works fine.
Is this by...
2023 Aug 20
1
Segmentation fault
...ike
>
> [asterisk]
>
> enabled=yes
>
> dsn=asterisk
>
> sanitysql => select 1
>
> isolation => read_committed
>
> username=root
>
> ;password=
>
> pre-connect => yes
>
> forcecommit => yes
>
> connect_timeout => 10
>
> negative_connection_cache => 0
>
> max_connections =>500
>
> my odbc.ini
>
> [cdr]
>
> Description = MySQL ODBC Driver Testing
>
> Driver = maria
>
> Socket = /var/run/mysqld/mysqld.sock
>
> User = root
>
> Password =
>
> Database = public
>
> Option = 3
>...
2023 Aug 20
1
Segmentation fault
...is issue with version 13 and version 18.
In res_odbc.conf, if I add a second, new data source like
[asterisk]
enabled=yes
dsn=asterisk
sanitysql => select 1
isolation => read_committed
username=root
;password=
pre-connect => yes
forcecommit => yes
connect_timeout => 10
negative_connection_cache => 0
max_connections =>500
my odbc.ini
[cdr]
Description = MySQL ODBC Driver Testing
Driver = maria
Socket = /var/run/mysqld/mysqld.sock
User = root
Password =
Database = public
Option = 3
I get, immediately, segmentation fault.
With only one, it works fine.
Is this by...
2014 Jan 11
1
Does cdr adaptive odbc re-connect automatically after a long idle time?
...------------- /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 => callerid
--
Best Regards
Charles
-------------- next part --------------
An HTML...
2023 Aug 17
1
Segmentation fault
...gt;
>
> [asterisk]
>
> enabled=yes
>
> dsn=asterisk
>
> sanitysql => select 1
>
> isolation => read_committed
>
> username=root
>
> ;password=
>
> pre-connect => yes
>
> forcecommit => yes
>
> connect_timeout => 10
>
> negative_connection_cache => 0
>
> max_connections =>500
>
>
>
> my odbc.ini
>
> [cdr]
>
> Description = MySQL ODBC Driver Testing
>
> Driver = maria
>
> Socket = /var/run/mysqld/mysqld.sock
>
> User = root
>
> Password =
>
> Database = public
>
> Opti...
2020 Jul 12
2
Stir Shaken is upon us
...r = 208.73.232.47
#free testing service
User = anonymous
Password =
Database = strshk
Option = 3
res_odbc.conf
[strshk]
enabled=yes
dsn=strshk
sanitysql => select 1
isolation => read_uncommitted
username=anonymous
password=
pre-connect => yes
forcecommit => yes
connect_timeout => 10
negative_connection_cache => 300
max_connections=100
database=strshk
func_odbc.conf
[STRSHK]
escapecommas=yes
prefix=MYSQL
dsn=strshk
readsql=call strshk.stir_shaken_signature('${ARG1}','${ARG2}')
escapecommas=yes
Of course, you need to compile the modules res_odbc and func_odbc, which I
have done for...
2010 Dec 01
4
Asterisk with MySQL Cluster
I have MySQL Cluster set up for OpenSIPS which allows for the best Redundant
High-Availability. I was wondering if it's possible for Asterisk to also
use multiple database servers for Realtime? Currently with Realtime I am
only able to point to a single IP address for a database. If that database
server goes down that Asterisk is pointed to then Asterisk won't be able to
do anything.
2015 Jun 04
0
Asterisk 11.18.0 Now Available
...ai)
* ASTERISK-25034 - chan_dahdi: Some telco switches occasionally
ignore ISDN RESTART requests. (Reported by Richard Mudgett)
* ASTERISK-25038 - Queue log "EXITWITHTIMEOUT" does not always
contain waiting time (Reported by Etienne Lessard)
* ASTERISK-22708 - res_odbc.conf negative_connection_cache option
not respected, failover between DSNs doesn't work (Reported by
JoshE)
* ASTERISK-25028 - Build System: Unneeded defines in
asterisk/buildopts.h (Reported by Corey Farrell)
* ASTERISK-19608 - Asterisk-1.8.x starts rejecting calls with
cause code 44 after some t...
2015 Jun 04
0
Asterisk 11.18.0 Now Available
...ai)
* ASTERISK-25034 - chan_dahdi: Some telco switches occasionally
ignore ISDN RESTART requests. (Reported by Richard Mudgett)
* ASTERISK-25038 - Queue log "EXITWITHTIMEOUT" does not always
contain waiting time (Reported by Etienne Lessard)
* ASTERISK-22708 - res_odbc.conf negative_connection_cache option
not respected, failover between DSNs doesn't work (Reported by
JoshE)
* ASTERISK-25028 - Build System: Unneeded defines in
asterisk/buildopts.h (Reported by Corey Farrell)
* ASTERISK-19608 - Asterisk-1.8.x starts rejecting calls with
cause code 44 after some t...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...STERISK-25025 - Periodic crashes (in
ast_channel_snapshot_create at stasis_channels.c) with Certified
Asterisk 13. (Reported by Chet Stevens)
* ASTERISK-25053 - Unit test category /main/presence missing
trailing slash. (Reported by Corey Farrell)
* ASTERISK-22708 - res_odbc.conf negative_connection_cache option
not respected, failover between DSNs doesn't work (Reported by
JoshE)
* ASTERISK-25054 - Formats interface's cannot be unregistered,
needs to hold modules until shutdown. (Reported by Corey
Farrell)
* ASTERISK-24896 - [patch] Using force black background le...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...STERISK-25025 - Periodic crashes (in
ast_channel_snapshot_create at stasis_channels.c) with Certified
Asterisk 13. (Reported by Chet Stevens)
* ASTERISK-25053 - Unit test category /main/presence missing
trailing slash. (Reported by Corey Farrell)
* ASTERISK-22708 - res_odbc.conf negative_connection_cache option
not respected, failover between DSNs doesn't work (Reported by
JoshE)
* ASTERISK-25054 - Formats interface's cannot be unregistered,
needs to hold modules until shutdown. (Reported by Corey
Farrell)
* ASTERISK-24896 - [patch] Using force black background le...
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...STERISK-25025 - Periodic crashes (in
ast_channel_snapshot_create at stasis_channels.c) with Certified
Asterisk 13. (Reported by Chet Stevens)
* ASTERISK-25053 - Unit test category /main/presence missing
trailing slash. (Reported by Corey Farrell)
* ASTERISK-22708 - res_odbc.conf negative_connection_cache option
not respected, failover between DSNs doesn't work (Reported by
JoshE)
* ASTERISK-25054 - Formats interface's cannot be unregistered,
needs to hold modules until shutdown. (Reported by Corey
Farrell)
* ASTERISK-24896 - [patch] Using force black background le...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...STERISK-25025 - Periodic crashes (in
ast_channel_snapshot_create at stasis_channels.c) with Certified
Asterisk 13. (Reported by Chet Stevens)
* ASTERISK-25053 - Unit test category /main/presence missing
trailing slash. (Reported by Corey Farrell)
* ASTERISK-22708 - res_odbc.conf negative_connection_cache option
not respected, failover between DSNs doesn't work (Reported by
JoshE)
* ASTERISK-25054 - Formats interface's cannot be unregistered,
needs to hold modules until shutdown. (Reported by Corey
Farrell)
* ASTERISK-24976 - cdr_odbc not include new columns added...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...y Chet Stevens)
- [ASTERISK-25053
<https://issues.asterisk.org/jira/browse/ASTERISK-25053>] -
Unit test category /main/presence missing trailing slash.
(Reported by Corey Farrell)
- [ASTERISK-22708
<https://issues.asterisk.org/jira/browse/ASTERISK-22708>] -
res_odbc.conf negative_connection_cache option not respected, failover
between DSNs doesn't work
(Reported by JoshE)
- [ASTERISK-25054
<https://issues.asterisk.org/jira/browse/ASTERISK-25054>] -
Formats interface's cannot be unregistered, needs to hold modules until
shutdown.
(Reported by Corey Farrell)
- [ASTE...