mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated HTTP Agent
This commit is contained in:
committed by
Dan Christian Bogos
parent
795ba93c95
commit
878aa0825b
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user