: rev2.0v00.u18 :-------------------------------------------------------------------- : Mods to Carriers Report : NCR0535 - fix to library get_carrier() (ovrcar's with "+") : Mods to Route Histogram : NCR0638 - ND Mods for VicTrack : NCR0666 - 0 traffic fix : - allow 2400 in time input : - speed up by skipping calls that start after input end date : Mods to Trunk Histogram : NCR0666 - 0 traffic fix : - allow 2400 in time input : - speed up by skipping calls that start after input end date : Mods to Specify Tie Line : NCR0535 - fix to library get_carrier() (ovrcar's with "+") : Mods to Route Occupancy : NCR0666 - 0 traffic fix : - allow 2400 in time input : - speed up by skipping calls that start after input end date : Route Summary : DP055 - (Ref. NCR0340) Overflow Calls Reports : Dialled Number Report : NCR0480 - Enhancements to bring in line with alt/cmp carrier input : NCR0535 - fix to library get_carrier() (ovrcar's with "+") : NCR0542 - Input screen conistency - alt/cmp/dial : NCR0550 - Add sort by dial number : NCR0558 - Fix cursor movement/input behavoiur : NCR0559 - Exclude Config errors / Short Hold on Input : NCR0582 - reconcile between alt/cmp/dial :-------------------------------------------------------------------- # carriers /u/catcom/bin - - 6551 catcom catcom # carrexgp.frm /u/catcom/forms - - 444 catcom catcom # carrform.frm /u/catcom/forms - - 444 catcom catcom # rtdistsum /u/catcom/bin - - 6551 catcom catcom # r_sum.frm /u/catcom/forms - - 444 catcom catcom # trkdistsum /u/catcom/bin - - 6551 catcom catcom # t_sum.frm /u/catcom/forms - - 444 catcom catcom # req_trunks /u/catcom/bin - - 6551 catcom catcom # req_trks.frm /u/catcom/forms - - 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.u18