2011/5/15 RSCL Mumbai <rscl.mum...@gmail.com>

>
> On Sat, May 14, 2011 at 11:43 AM, Leandro Dardini <ldard...@gmail.com>wrote:
>
>> Check if someone is brute forcing your asterisk accounts. It used to
>> happen to me before I install fail2ban. You can easily check the "full" log
>> of asterisk or with just a "tcpdump -i any -n port 5060 or port 4569".
>>
>> Thx for the tcpdump command.
> Checked, all looks good.
> Packets coming from trusted domains only.
>
> What should be the next step ?
>
> Thx
> Sans
>
>
Have you tried to restart asterisk?

As last chance, install strace and check what is asterisk doing. Get the pid
(PID) of the running asterisk and run:

strace -p PID -f -F &> /tmp/strace.log

Leave it running for a while then read the strace.log file

Leandro
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to