Merge branch 'master' into shared_balances

This commit is contained in:
Radu Ioan Fericean
2014-02-12 14:18:03 +02:00
13 changed files with 285 additions and 45 deletions

View File

@@ -326,3 +326,9 @@ type AttrRateCdrs struct {
RerateErrors bool // Rerate previous CDRs with errors (makes sense for reqtype rated and pseudoprepaid
RerateRated bool // Rerate CDRs which were previously rated (makes sense for reqtype rated and pseudoprepaid)
}
type AttrLoadTpFromFolder struct {
FolderPath string // Take files from folder absolute path
DryRun bool // Do not write to database but parse only
FlushDb bool // Flush previous data before loading new one
}

View File

@@ -85,6 +85,7 @@ const (
CDRE_DRYRUN = "dry_run"
INTERNAL = "internal"
ZERO_RATING_SUBJECT_PREFIX = "*zero"
OK = "OK"
)
var (