diff --git a/Billing.md b/Billing.md index 744586c..00b6e08 100644 --- a/Billing.md +++ b/Billing.md @@ -57,16 +57,16 @@ Customer Invoices * ```cdr -m `date --date="last month" +"%Y%m"` -S "%I-GeneralCode%" -d "_______%" -I 30``` * Take the "Min" output and use that for the invoice BACKUP TRUNK number of minutes (if any). * Additional backup on SVPP: - * acc -F 174.47.212.250 --from `date --date="last month" +"%Y-%m-01"` --to `date --date="this month" +"%Y-%m-01"` --cdr -C + * ```acc -F 174.47.212.250 --from `date --date="last month" +"%Y-%m-01"` --to `date --date="this month" +"%Y-%m-01"` --cdr -C``` * Biznetix: * Log in to SVGP shell access * Run the following CDR commands, using Min as the fields for OUTGOING (which should be zero), INCOMING, and INCOMING TOLL-FREE, respectively. Note that this will use last month's date by default: - * cdr -m `date --date="last month" +"%Y%m"` -S "%5854266519%" -I 30; # OUTGOING (should be zero) - * cdr -m `date --date="last month" +"%Y%m"` -D "%5854266519%" -I 30; # INCOMING - * cdr -m `date --date="last month" +"%Y%m"` -D "%5854266519%" -I 30 -i; # INCOMING Toll Free + * ```cdr -m `date --date="last month" +"%Y%m"` -S "%5854266519%" -I 30; # OUTGOING (should be zero)``` + * ```cdr -m `date --date="last month" +"%Y%m"` -D "%5854266519%" -I 30; # INCOMING``` + * ```cdr -m `date --date="last month" +"%Y%m"` -D "%5854266519%" -I 30 -i; # INCOMING Toll Free``` * Log into SVVP shell access * Run the following CDR command for OUTGOING calls - * acc -F 74.39.215.44 --from `date --date="last month" +"%Y-%m-01"` --to `date --date="this month" +"%Y-%m-01"` --cdr -C + * ```acc -F 74.39.215.44 --from `date --date="last month" +"%Y-%m-01"` --to `date --date="this month" +"%Y-%m-01"` --cdr -C``` * Enter on invoice as appropriate ## Mission Matrix and Credits