Updated the EEs with the new interface

This commit is contained in:
Trial97
2021-08-16 17:11:02 +03:00
committed by Dan Christian Bogos
parent c84e861e2a
commit a74aacd7fe
33 changed files with 726 additions and 1038 deletions

View File

@@ -238,7 +238,7 @@ func (srvMngr *ServiceManager) handleReload() {
case <-srvMngr.GetConfig().GetReloadChan(config.STORDB_JSN):
go srvMngr.reloadService(utils.StorDB)
case <-srvMngr.GetConfig().GetReloadChan(config.EEsJson):
go srvMngr.reloadService(utils.EventExporterS)
go srvMngr.reloadService(utils.EEs)
case <-srvMngr.GetConfig().GetReloadChan(config.RPCConnsJsonName):
go srvMngr.connMgr.Reload()
case <-srvMngr.GetConfig().GetReloadChan(config.SIPAgentJson):