More updates

This commit is contained in:
2022-01-03 11:31:11 -05:00
parent 14f8475639
commit 2b620a0724
+5 -5
View File
@@ -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