########################################### # Formatter Config # DO_ACCSUM - account code calls are not to be put in ext & group sum # 0 - account code calls will NOT BE sumarized (default) # >0 - account code calls WILL be sumarized in acc_sum table # How to find the groupid for the account code # 1 - Look under cdr siteid only # 2 - First Look under cdr then under the parentsiteid # 3 - First Look under cdr then under the parentsiteid then ANY siteid #DO_ACCSUM=3; export DO_ACCSUM # ACC_AND_EXTGRPSUM - how to handle extn calls withh account codes # with respect to the ext & group sum tables # - (Only valid if DO_ACC_SUM is >0) # 0 - Always sumarize account code calls in ext & group sum (default) # 1 - Never sumarize account code calls call in ext & group sum # 2 - Exclude account code calls from ext & group sum except # for calls with extn config errors which are to be # always sumarized to UN_siteid group in ext & group sum tables #ACC_AND_EXTGRPSUM=1; export ACC_AND_EXTGRPSUM ########################################### # Reject Calls IF... # (callcost > MAXCOST AND callduration < MINDUR) OR callduration > MAXDUR # OR number_dialled_digits < MINDDIG # duration values in minutes, cost value in dollars # callcategories. L-LOCAL S-STD E-INFO M-MOBILE I-IDD O-OUTNET F-FREE L_MAXDUR=4368; export L_MAXDUR # S category chaged 20/04/2001 by Rod on request RE:- NCR0603 S_MAXDUR=4368; export S_MAXDUR # S category 23/04/2001 added minimum 6 dialled digits - NCR0603 S_MINDDIG=6; export S_MINDDIG E_MAXDUR=4368; export E_MAXDUR # M category chaged 22/01/2001 by Rod on request RE:- NCR0571 (max dur 4 hr) M_MAXDUR=240; export M_MAXDUR I_MAXDUR=4368; export I_MAXDUR O_MAXDUR=4368; export O_MAXDUR F_MAXDUR=4368; export F_MAXDUR