diff --git a/main/channel.c b/main/channel.c index 3c772cf5b0..3c7d3b9636 100644 --- a/main/channel.c +++ b/main/channel.c @@ -759,7 +759,7 @@ struct ast_channel *ast_channel_alloc(int needqueue, int state, const char *cid_ if (needqueue) { if (pipe(tmp->alertpipe)) { - ast_log(LOG_WARNING, "Channel allocation failed: Can't create alert pipe!\n"); + ast_log(LOG_WARNING, "Channel allocation failed: Can't create alert pipe! Try increasing max file descriptors with ulimit -n\n"); alertpipe_failed: #ifdef HAVE_DAHDI if (tmp->timingfd > -1)