[asterisk-bugs] [Asterisk 0016198]: WARNING channel.c __ast_channel_alloc_ap: Channel allocation failed: Can't create alert pipe!
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Nov 9 09:23:02 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16198
======================================================================
Reported By: atis
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16198
Category: Channels/General
Reproducibility: random
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-11-06 10:24 CST
Last Modified: 2009-11-09 09:23 CST
======================================================================
Summary: WARNING channel.c __ast_channel_alloc_ap: Channel
allocation failed: Can't create alert pipe!
Description:
When spooling a lot of calls through pbx_spool, Asterisk sometimes starts
to fail:
-- Attempting call on Local/8006772943 at did-dial for
8006772943 at did-out:1 (Retry 1)
[Nov 6 07:47:57] WARNING[14063]: channel.c:830 __ast_channel_alloc_ap:
Channel allocation failed: Can't create alert pipe!
[Nov 6 07:47:57] WARNING[14063]: chan_local.c:732 local_new: Unable to
allocate channel structure(s)
[Nov 6 07:47:57] NOTICE[14063]: channel.c:3785 __ast_request_and_dial:
Unable to request channel Local/8006772943 at did-dial
[Nov 6 07:47:57] NOTICE[14063]: pbx_spool.c:338 attempt_thread: Call
failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER,
maybe Circuit busy or down?)
======================================================================
----------------------------------------------------------------------
(0113420) atis (reporter) - 2009-11-09 09:23
https://issues.asterisk.org/view.php?id=16198#c113420
----------------------------------------------------------------------
Please disregard this issue.
The problem was with generating more calls, but it was solved by
increasing max file descriptors:
ulimit -n 32768
Perhaps it would be a good to mention this in warning message:
WARNING[14063]: channel.c:830 __ast_channel_alloc_ap: Channel allocation
failed: Can't create alert pipe! Try increasing max file descriptors with
`ulimit -n`
Issue History
Date Modified Username Field Change
======================================================================
2009-11-09 09:23 atis Note Added: 0113420
======================================================================
More information about the asterisk-bugs
mailing list