########################################### # 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 # ACC_OUTTRANSITS - how to handle sumarize outgoing transit records # 0 - account code calls will NOT BE sumarized (default/not defined) # >0 - account code calls WILL be sumarized in acc_sum table # ACC_NOAINTERNAL - how to handle answering internal calls # 0 - account code calls will NOT BE sumarized (default/not defined) # >0 - account code calls WILL be sumarized in acc_sum table ################################################################ # 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 # J-ORIGINATING INTERNAL A-ANSWERING INTERNAL # N-INCOMING NETWORK P-INCOMING PUBLIC #L_MAXDUR=4368; export L_MAXDUR #S_MAXCOST=50; S_MINDUR=900; S_MAXDUR=4368; export S_MAXCOST S_MINDUR S_MAXDUR #S_MINDDIG=6; export S_MINDDIG #E_MAXCOST=50; E_MINDUR=240; E_MAXDUR=4368; export E_MAXCOST E_MINDUR E_MAXDUR #M_MAXDUR=120; export M_MAXDUR #I_MAXCOST=50; I_MINDUR=180; I_MAXDUR=4368; export I_MAXCOST I_MINDUR I_MAXDUR ################################################################