]> git.ipfire.org Git - thirdparty/asterisk.git/commit
We have faced situation when using CDR and CEL by sqlite3 modules. With system having...
authorIgor Goncharovskiy <igor.goncharovsky@gmail.com>
Mon, 16 Jun 2014 09:02:25 +0000 (09:02 +0000)
committerIgor Goncharovskiy <igor.goncharovsky@gmail.com>
Mon, 16 Jun 2014 09:02:25 +0000 (09:02 +0000)
commit81d6ceb57dd9cdf05a3acaead3a7a8c220619bf6
tree9cd4fc5209859b2f78a7c4ac4047ad7fe43f2d73
parent81003106837737a2a1676b23416b79835cb346a2
We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db.

#ASTERISK-23766 #close
Reported by: Igor Goncharovsky

Review: https://reviewboard.asterisk.org/r/3559/
........

Merged revisions 416336 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 416337 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@416338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
cdr/cdr_sqlite3_custom.c
cel/cel_sqlite3_custom.c
main/db.c
res/res_config_sqlite3.c