: rev2.0v00.u20 :-------------------------------------------------------------------- : Route Summary : NCR0713 - allow reporting on calls between 23:59:00 and 23:59:59 : - include 0 duration calls : NCR0781 - Fix to prevent a 4GL error caused by the trunklocalid : not being unique across the network : - Mod to show Site/Route for All Site/All Route T & R reports : - Fix to totals on non unique trunks : - Fix to display routeid 0 : Route Occupancy : NCR0712 - Mods for victrack dailyocc batch report : Dialled Number Report : NCR0734 - Spelling fix : Batch Proc : NCR0851 - Fix to optiopn abort aoption before Foregroud/Spool Chosen :-------------------------------------------------------------------- # dobatch /u/catcom/scripts - - 555 catcom catcom # rrpt /u/catcom/scripts - - 555 catcom catcom # batchfm.frm /u/catcom/forms - - 444 catcom catcom # batchproc /u/catcom/bin - - 6551 catcom catcom :-------------------------------------------------------------------- : text to csv conversion - mods to handle route_occupny : Also - Victravk custom extgroupsum : - Standard extension groupsum with 3rd (Alternate format) # t21txtrpt2csv /u/catcom/scripts - - 555 catcom catcom # t21txtrpt2csv.awk /u/catcom/scripts - - 444 catcom catcom :-------------------------------------------------------------------- # route_occupncy /u/catcom/bin - - 6551 catcom catcom # rte_occ.frm /u/catcom/forms - - 444 catcom catcom # rte_oty.frm /u/catcom/forms - - 444 catcom catcom # route_summary /u/catcom/bin - - 6551 catcom catcom # rte_sum.frm /u/catcom/forms - - 444 catcom catcom # dialledno /u/catcom/bin - - 6551 catcom catcom # destlist.frm /u/catcom/forms - - 444 catcom catcom # dialcmp.frm /u/catcom/forms - - 444 catcom catcom # diallist.frm /u/catcom/forms - - 444 catcom catcom # dprfixs.frm /u/catcom/forms - - 444 catcom catcom # rte_typ.frm /u/catcom/forms - - 444 catcom catcom # stddial.frm /u/catcom/forms - - 444 catcom catcom # cmpdial.frm /u/catcom/forms - - 444 catcom catcom x echo "Install dialledno report with carrier comparison option Y/N ?"; read x; echo "answer was $x"; if [ $x = "y" -o $x = "Y" ]; then echo "Installing dialledno with carrier comparison option"; cp /u/catcom/forms/cmpdial.frm /u/catcom/forms/dialno.frm >/dev/null 2>&1; cp /u/catcom/forms/cmpdial.42f /u/catcom/forms/dialno.42f >/dev/null 2>&1; else echo "Installing standard dialledno"; cp /u/catcom/forms/stddial.frm /u/catcom/forms/dialno.frm >/dev/null 2>&1; cp /u/catcom/forms/stddial.42f /u/catcom/forms/dialno.42f >/dev/null 2>&1; fi :-------------------------------------------------------------------- : End rev2.0v00.u20