diff --git a/agents/astagent.go b/agents/astagent.go index 0f9d21c9c..b97626637 100644 --- a/agents/astagent.go +++ b/agents/astagent.go @@ -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" ) diff --git a/utils/consts.go b/utils/consts.go index 2fedbe3ef..b386a4e6e 100755 --- a/utils/consts.go +++ b/utils/consts.go @@ -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 = ';'