[asterisk-bugs] [Asterisk 0014610]: Console flooded with warnings
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Mar 11 10:39:58 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14610
======================================================================
Reported By: t-o
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14610
Category: Core/General
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.4.23
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-03-05 11:10 CST
Last Modified: 2009-03-11 10:39 CDT
======================================================================
Summary: Console flooded with warnings
Description:
The console (verbose=3) gets flooded (>60 messages per second) with warning
messages while an AGI uses the functions get_data or stream_file:
WARNING: file.c:1246 waitstream_core: write() failed: Resource temporarily
unavailable
and
WARNING: channel.c:1916 ast_waitfordigit_full: write() failed: Resource
temporarily unavailable
======================================================================
----------------------------------------------------------------------
(0101538) t-o (reporter) - 2009-03-11 10:39
http://bugs.digium.com/view.php?id=14610#c101538
----------------------------------------------------------------------
The attached agi1.agi, which is a modified version of the example agi
agi-test.agi, produces the console output as shown in typescript.txt
The script is called via
exten => 2291,1,Answer()
exten => 2291,n,Wait(1)
exten => 2291,n,EAGI(agi1.agi)
exten => 2291,n,Hangup()
the shown error messages occur without any further user interaction.
Issue History
Date Modified Username Field Change
======================================================================
2009-03-11 10:39 t-o Note Added: 0101538
======================================================================
More information about the asterisk-bugs
mailing list