[asterisk-users] Asterisk call quality detection

Henry Cobb henry.cobb at gmail.com
Wed Jun 6 08:50:22 CDT 2007


On 6/6/07, Matt <mhoppes at gmail.com> wrote:
> > I chart VNAKs per hour.
>
> Would you care to share how you accomplish this?   What programs do you use?

grep VNAK /var/log/asterisk/full | cut -d ' ' -f 4 | cut -d : -f 1 | uniq -c

Needs a bit of an adjustment between the 1-9th and 10th-31st of the
month so I'm looking for something to chomp this automatically.

-HJC


More information about the asterisk-users mailing list