code cleanups, used consts from utils

This commit is contained in:
Radu Ioan Fericean
2015-09-29 11:03:36 +03:00
parent 52d8cecd12
commit d6f528d090
19 changed files with 375 additions and 385 deletions

View File

@@ -156,6 +156,7 @@ const (
NANOSECONDS = "nanoseconds"
SECONDS = "seconds"
OUT = "*out"
IN = "*in"
META_OUT = "*out"
META_ANY = "*any"
CDR_IMPORT = "cdr_import"