Updated HTTP Agent

This commit is contained in:
Trial97
2019-10-04 13:27:19 +03:00
committed by Dan Christian Bogos
parent 795ba93c95
commit 878aa0825b
3 changed files with 42 additions and 27 deletions

View File

@@ -715,10 +715,8 @@ func main() {
services.NewAsteriskAgent(cfg, smg.GetIntenternalChan(), internalDispatcherSChan, exitChan), // partial reload
services.NewRadiusAgent(cfg, filterSChan, smg.GetIntenternalChan(), internalDispatcherSChan, exitChan), // partial reload
services.NewDiameterAgent(cfg, filterSChan, smg.GetIntenternalChan(), internalDispatcherSChan, exitChan), // partial reload
services.NewHTTPAgent(cfg, filterSChan, smg.GetIntenternalChan(), internalDispatcherSChan, server), // no reload
)
/*
services.NewHTTPAgent(), // no reload
*/
srvManager.StartServices()