You can also Try:<div><br></div><div>ulimit -c unlimited , then restart asterisk</div><div><br clear="all">Juan.<br>Linux User #441131<br>
<br><br><div class="gmail_quote">On Thu, Jan 26, 2012 at 5:53 PM, Chad Wallace <span dir="ltr">&lt;<a href="mailto:cwallace@lodgingcompany.com">cwallace@lodgingcompany.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Thu, 26 Jan 2012 10:35:14 -0700<br>
Mike Diehl &lt;<a href="mailto:mdiehl@diehlnet.com">mdiehl@diehlnet.com</a>&gt; wrote:<br>
<br>
&gt; While trying to track down a T.38 issue, I came across a series of log<br>
&gt; entries like this:<br>
&gt; ============================================================================<br>
&gt; [Jan 26 10:23:31] WARNING[32508]: udptl.c:948<br>
&gt; ast_udptl_new_with_bindaddr: Unable to allocate socket: Too many open<br>
&gt; files [Jan 26 10:23:31] ERROR[32508]: acl.c:488 ast_ouraddrfor:<br>
&gt; Cannot create socket<br>
&gt; ============================================================================<br>
&gt;<br>
</div><div class="im">&gt; What causes it and how do I fix/mitigate it?<br>
<br>
</div>In the script that runs asterisk, execute this command before running<br>
asterisk:<br>
<br>
ulimit -n 8192<br>
<br>
Then restart asterisk.<br>
<br>
Or, if you have the /etc/default/asterisk file on your system (like I<br>
do), uncomment the MAX_FILES line (or increase it), and the default init<br>
script should take care of it when you next restart asterisk.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
<br>
C. Chad Wallace, B.Sc.<br>
The Lodging Company<br>
<a href="http://www.lodgingcompany.com/" target="_blank">http://www.lodgingcompany.com/</a><br>
OpenPGP Public Key ID: 0x262208A0<br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</font></span></blockquote></div><br></div>