Remove unused constants

This commit is contained in:
TeoV
2019-10-25 02:49:26 -04:00
committed by Dan Christian Bogos
parent e90d0f8fe4
commit 6530676a66
2 changed files with 0 additions and 8 deletions

View File

@@ -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"
)

View File

@@ -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 = ';'