: rev2.0v00.u9 - DP048 :-------------------------------------------------------------------- : New standard catcom_vars global config file : And example custom config files due to the follow NCR's : NCR0371 - Account codes mods in formatter (USQ) : NCR0473 - Mod to allow data archiveing to work correctly on rev2 (Curtin) : Also Directory Email Address initialization (TAFE - NCR0431 rev2.0v00.TF200) : Also mod to allow user config D4GL install path (Re: devel install on mon2) # catcom_vars /u/catcom/Config/data /u/catcom - 444 catcom catcom # formatter_vars.eg /u/catcom/Config/data /u/catcom - 444 catcom catcom # direc_vars.eg /u/catcom/Config/data /u/catcom - 444 catcom catcom # .envf4gl.eg /u/catcom/Config/data /u/catcom - 444 catcom catcom :-------------------------------------------------------------------- : Mods to The formatter Re:- Most of DP048 : NCR0181 - use route/trunk to determine the siteid if extn not in directory : (Re:- ISDN meter pulse problem) : Parts of NCR0185 - DP048 Formatter Enhancements : NCR0287 - Ignore Meter Pulses if call has a config error : NCR0308 - PTC (SRN1095) - don't include markup & short hold when recosting : used by altcarrier, cmpcarrier & dialledno : NCR0359 - Mods to Curtin problem summarizing of internal calls to the : unallocated groups UN_XX : NCR0405 - Mods due to Kraft not having unique extension ranges within : a parent site, (use route/trunk to help determine siteid) : NCR0371 - Mods to standard formatter for USQ account codes : - - /u/catcom/database/acc - 777 catcom catcom # form_clu /u/catcom/bin - - 6551 catcom catcom # acc_desc.sql /u/catcom/AccTraf/src/Reports/accounting/acc /u/catcom/database/acc - 444 catcom catcom # acc_grid.sql /u/catcom/AccTraf/src/Reports/accounting/acc /u/catcom/database/acc - 444 catcom catcom # acc_sum.sql /u/catcom/AccTraf/src/Reports/accounting/acc /u/catcom/database/acc - 444 catcom catcom # acc_desc.frm /u/catcom/forms/standard - - 444 catcom catcom # acc_grid.frm /u/catcom/forms/standard - - 444 catcom catcom # acc_sum.frm /u/catcom/forms/standard - - 444 catcom catcom # buildaccsum /u/catcom/AccTraf/src/Reports/accounting/acc /u/catcom/database/acc - 555 catcom catcom x su catcom -c /u/catcom/database/acc/buildaccsum :-------------------------------------------------------------------- : NCR0371 - USQ Mods to standard call detatil report for account codes : Call detail Report # callextdet /u/catcom/bin - - 6111 catcom catcom # calltpfm.frm /u/catcom/forms - - 444 catcom catcom # detailfm.frm /u/catcom/forms - - 444 catcom catcom # extgrpfm.frm /u/catcom/forms - - 444 catcom catcom # extnexcp.frm /u/catcom/forms - - 444 catcom catcom # extnfm.frm /u/catcom/forms - - 444 catcom catcom :-------------------------------------------------------------------- : NCR0442 - Mods to standard dialledno : (Re:- PTC NCR308, NCR339) # 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 :-------------------------------------------------------------------- : Install script to select I4GL or D4GL Informix versions : NCR0457 - Fix to select4gl install script to remove only files on release : - + typo fix # select4gl /u/catcom/scripts - - 555 catcom catcom :-------------------------------------------------------------------- : End rev2.0v00.u9 - DP048