mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
cgr_reqtype=*none to disable request processing in session manager
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user