mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Remove unused constants
This commit is contained in:
committed by
Dan Christian Bogos
parent
e90d0f8fe4
commit
6530676a66
@@ -39,7 +39,6 @@ const (
|
||||
CGRAuthAPP = "cgrates_auth"
|
||||
CGRMaxSessionTime = "CGRMaxSessionTime"
|
||||
CGRSupplier = "CGRSupplier"
|
||||
CGRSParams = "CGRSParams"
|
||||
ARIStasisStart = "StasisStart"
|
||||
ARIChannelStateChange = "ChannelStateChange"
|
||||
ARIChannelDestroyed = "ChannelDestroyed"
|
||||
@@ -51,8 +50,6 @@ const (
|
||||
SMAAuthorization = "SMA_AUTHORIZATION"
|
||||
SMASessionStart = "SMA_SESSION_START"
|
||||
SMASessionTerminate = "SMA_SESSION_TERMINATE"
|
||||
ariVariable = "variable"
|
||||
ariValue = "value"
|
||||
ARICGRResourceAllocation = "CGRResourceAllocation"
|
||||
)
|
||||
|
||||
|
||||
@@ -104,7 +104,6 @@ var (
|
||||
const (
|
||||
CGRateS = "CGRateS"
|
||||
VERSION = "0.9.1~rc8"
|
||||
GitLastLogFileName = ".git_lastlog.txt"
|
||||
DIAMETER_FIRMWARE_REVISION = 918
|
||||
REDIS_MAX_CONNS = 10
|
||||
CGRATES = "cgrates"
|
||||
@@ -116,9 +115,6 @@ const (
|
||||
INTERNAL = "internal"
|
||||
DataManager = "DataManager"
|
||||
LOCALHOST = "127.0.0.1"
|
||||
FSCDR_FILE_CSV = "freeswitch_file_csv"
|
||||
FSCDR_HTTP_JSON = "freeswitch_http_json"
|
||||
NOT_IMPLEMENTED = "not implemented"
|
||||
PREPAID = "prepaid"
|
||||
META_PREPAID = "*prepaid"
|
||||
POSTPAID = "postpaid"
|
||||
@@ -134,7 +130,6 @@ const (
|
||||
ANY = "*any"
|
||||
ZERO = "*zero"
|
||||
ASAP = "*asap"
|
||||
STATS_CHAR = "#"
|
||||
COMMENT_CHAR = '#'
|
||||
CSV_SEP = ','
|
||||
FALLBACK_SEP = ';'
|
||||
|
||||
Reference in New Issue
Block a user