Hi All!
I've set up Asterisk asterisk-1.6.2.2
My question is why asterisk opens so many sockets and does not close
that?
My diagnostics commmands:
# lsof | grep asteriske | grep UDP | wc -l
1214
# ls -l /proc/`ps axuw | grep asteriskexe | grep -v grep | awk '{ print $2
}'`/fd | wc -l
1257
asx*CLI> core show calls
2 active calls
1253 calls processed
asx*CLI> sip show peers
...
21 sip peers [Monitored: 0 online, 0 offline Unmonitored: 18 online, 3 offline]
With Regards, Ilya Pichugin
Ilya Pichugin wrote:> Hi All! > > I've set up Asterisk asterisk-1.6.2.2 > > > My question is why asterisk opens so many sockets and does not close > that?Sounds like an open bug in mantis. https://issues.asterisk.org/view.php?id=16774 Searching for "udp sockets" in mantis produced that issue. Leif.