mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
Add support for *fd flag in agent
This commit is contained in:
committed by
Dan Christian Bogos
parent
211b14d4af
commit
3aaf458a2b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user