Yes, I can give a higher ulimit, but I want to know why there were so much fd&#39;s.<br><br>As I found out yesterday, the reason of running out of available file descriptors was:<br>Some Agents in the Callcenter made ChanSpy on several Calls, but they didn&#39;t stop spying with *-key, just hangup the phone, and keep starting new chanspy&#39;s.<br>
So Asterisk keeps the Channel open when user just hangs up the phone.<br><br>My ChanSpy context looks like this:<br><br>[spy]<br>exten =&gt; *9,1,Answer<br>exten =&gt; *9,2,ChanSpy(SIP)<br>exten =&gt; *9,3,Hangup<br>exten =&gt; h,1,Hangup<br>
<br>In the CLI there were several ChanSpy listed, although nobody was spying. I tried to remove the channels with:<br>hangup request SIP/channelname<br><br>but nothing happend, I was not able to remove the Channels, only a restart did the trick.<br>
<br>yours<br>christian<br><br><br><br><br><br><br>