cgr_reqtype=*none to disable request processing in session manager

This commit is contained in:
DanB
2015-04-28 18:36:09 +02:00
parent 716249e4c9
commit 720a26f6ca
4 changed files with 22 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ const (
META_PSEUDOPREPAID = "*pseudoprepaid"
RATED = "rated"
META_RATED = "*rated"
META_NONE = "*none"
ERR_NOT_IMPLEMENTED = "NOT_IMPLEMENTED"
ERR_SERVER_ERROR = "SERVER_ERROR"
ERR_NOT_FOUND = "NOT_FOUND"