mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
added methods for janusagent configuration
This commit is contained in:
committed by
Dan Christian Bogos
parent
883633732b
commit
c5c8ca5991
@@ -250,6 +250,8 @@ func (srvMngr *ServiceManager) handleReload() {
|
||||
go srvMngr.reloadService(utils.GlobalVarS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.CoreSCfgJson):
|
||||
go srvMngr.reloadService(utils.CoreS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.JanusAgentJson):
|
||||
go srvMngr.reloadService(utils.JanusAgent)
|
||||
}
|
||||
// handle RPC server
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user