search for: cdr_engine

Displaying 2 results from an estimated 2 matches for "cdr_engine".

2018 Feb 22
5
Which CDR processing for high load ?
Hello, I'm load testing a new Asterisk 13 system (Debian Stretch, packaged asterisk). One system writes CDR though an ODBC connection to a local Postgres database over the LAN. When sending 50 new calls per second with SIPp, I'm seeing one system outputs : taskprocessor.c: The 'subm:cdr_engine-00000003' task processor queue reached 5000 scheduled tasks again. This [1] thread mentions such limit. I was thinking of simply writing CDR entries to a local file before centralizing them into my database. What would you suggest on this topic ? Best regards [1] http://lists.digium.com/pi...
2017 Apr 01
2
Issue with Asterisk 13, multiple CDR per queue and arbitrary upper limit
.... I realize there are multiple CDRs per queue call ? one per ring/per phone, basically. The issue is that whenever the number of CDRs ?to be recorded? for a call exceeds 5000, Asterisk becomes unresponsive for a few minute. I get this message in the console: ?taskprocessor_push: The 'subm:cdr_engine-00000003' task processor queue reached 5000 scheduled tasks again.? This scenario is trivial to reproduce: a queue, with simultaneous ring, 20 phones, all unreachable, 1 second between attempts. After 250 (5000 divided by 20) seconds of waiting asterisk partially breaks down. This seems...