Upgrade 3CX to v18 and get it hosted free!

Asterisk CDR csv handling2

Author image

‘#!/bin/sh

‘# asterisk_cdr_sums.sh
‘# outputs sums of usage from csv based cdr records
‘# suitable for monitoring own usage where complete accuracy is not required
‘# use logrotate on Master.csv to limit number of days for which sums apply (I use monthly)

‘# use:
‘# /path/asterisk_cdr_sums.sh
‘# or
‘# /path/asterisk_cdr_sums.sh | mail voipmaster -s ‘Asterisk cdr sums’
‘# in a cron job to schedule emails to someone

‘# setup:
‘# use accountcodes in sip.conf, iax.conf, etc or use superdial macro (from wiki) to set cdr accounts

echo
echo “nboom”
grep nboom Master.csv | awk ‘{ FS = “,”; s +=$14; } END { print “Sum is:”, s, “(“,s/60,”minutes )”}’
echo
echo “voipjet”
grep voipjet Master.csv | awk ‘{ FS = “,”; s +=$14; } END { print “Sum is:”, s, “(“,s/60,”minutes )”}’
echo
echo “voipjet800”
grep voipjet800 Master.csv | awk ‘{ FS = “,”; s +=$14; } END { print “Sum is:”, s, “(“,s/60,”minutes )”}’
echo
echo “aleph”
grep aleph Master.csv | awk ‘{ FS = “,”; s +=$14; } END { print “Sum is:”, s, “(“,s/60,”minutes )”}’
echo
echo “aleph800”
grep aleph800 Master.csv | awk ‘{ FS = “,”; s +=$14; } END { print “Sum is:”, s, “(“,s/60,”minutes )”}’
echo
echo “pstn-local”
grep pstn-local Master.csv | awk ‘{ FS = “,”; s +=$14; } END { print “Sum is:”, s, “(“,s/60,”minutes )”}’
echo
echo “pstn”
grep pstn Master.csv | awk ‘{ FS = “,”; s +=$14; } END { print “Sum is:”, s, “(“,s/60,”minutes )”}’
echo
echo “pstn800”
grep pstn800 Master.csv | awk ‘{ FS = “,”; s +=$14; } END { print “Sum is:”, s, “(“,s/60,”minutes )”}’


Article Reviews

Write a Review

Your email address will not be published. Required fields are marked *

Required Field. Minimum 5 characters.

Required Field. Minimum 5 characters, maximum 50.

Required field.There is an error with this field.

Required Field.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews for this article. Be the first one to write a review.

Related Posts:

Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.