Add support for *fd flag in agent

This commit is contained in:
TeoV
2020-04-22 12:36:42 +03:00
committed by Dan Christian Bogos
parent 211b14d4af
commit 3aaf458a2b
8 changed files with 141 additions and 79 deletions

View File

@@ -553,6 +553,7 @@ const (
MetaTrl = "*trl"
CGROriginHost = "cgr_originhost"
MetaInitiate = "*initiate"
MetaFD = "*fd"
MetaUpdate = "*update"
MetaTerminate = "*terminate"
MetaEvent = "*event"
@@ -1127,8 +1128,8 @@ const (
APIerSv1ReloadCdreConfig = "APIerSv1.ReloadCdreConfig"
APIerSv1GetLoadHistory = "APIerSv1.GetLoadHistory"
APIerSv1GetLoadIDs = "APIerSv1.GetLoadIDs"
APIerSv1GetLoadTimes = "APIerSv1.GetLoadTimes"
APIerSv1ExecuteScheduledActions = "APIerSv1.ExecuteScheduledActions"
APIerSv1GetLoadTimes = "APIerSv1.GetLoadTimes"
APIerSv1GetSharedGroup = "APIerSv1.GetSharedGroup"
APIerSv1RemoveActionTrigger = "APIerSv1.RemoveActionTrigger"
APIerSv1GetAccount = "APIerSv1.GetAccount"