mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
add implementation for new ips module
This commit is contained in:
committed by
Dan Christian Bogos
parent
d6676866d5
commit
43cdd396ba
@@ -228,6 +228,8 @@ func (srvMngr *ServiceManager) handleReload() {
|
||||
go srvMngr.reloadService(utils.CoreS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.JanusAgentJson):
|
||||
go srvMngr.reloadService(utils.JanusAgent)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.IPsJSON):
|
||||
// go srvMngr.reloadService(utils.IPs)
|
||||
}
|
||||
// handle RPC server
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user