[Asterisk-bugs] [Asterisk 0010261]: Large list of recording files produces delay on incoming calls on queues
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Jul 20 16:25:44 CDT 2007
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=10261
======================================================================
Reported By: fugitivo
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 10261
Category: Addons/General
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.2.21.1
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: not fixable
Fixed in Version:
======================================================================
Date Submitted: 07-20-2007 14:45 CDT
Last Modified: 07-20-2007 16:25 CDT
======================================================================
Summary: Large list of recording files produces delay on
incoming calls on queues
Description:
Having a directory with a lot of recording files delays audio on queues
with recordings enabled.
It seems that asterisk tries to access the directory containing all the
recordings before passing audio, causing big delay on the incoming audio.
Running "ls" command on that directory produces the same delay before
seeing the list of files.
Moving the files out of the monitor directory fixes the problem.
======================================================================
----------------------------------------------------------------------
russell - 07-20-07 16:25
----------------------------------------------------------------------
This is a filesystem level issue. There is nothing we can do about it.
Asterisk doesn't do anything special here. All it does is create a file to
start writing the recording out to. If creating this file takes a long
time because of there being a lot of files, then we can't do anything about
it.
Issue History
Date Modified Username Field Change
======================================================================
07-20-07 16:25 russell Status new => resolved
07-20-07 16:25 russell Resolution open => not fixable
07-20-07 16:25 russell Assigned To => russell
07-20-07 16:25 russell Note Added: 0067664
======================================================================
More information about the asterisk-bugs
mailing list