mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated ErS
This commit is contained in:
committed by
Dan Christian Bogos
parent
82771490a2
commit
cc00a80f51
@@ -707,9 +707,10 @@ func main() {
|
||||
attrS.GetIntenternalChan(), cdrS.GetIntenternalChan(), internalDispatcherSChan, exitChan)
|
||||
|
||||
srvManager.AddServices(attrS, chrS, tS, stS, reS, supS, schS, rals,
|
||||
rals.GetResponder(), rals.GetAPIv1(), rals.GetAPIv2(), cdrS, smg)
|
||||
rals.GetResponder(), rals.GetAPIv1(), rals.GetAPIv2(), cdrS, smg,
|
||||
services.NewEventReaderService(cfg, filterSChan, smg.GetIntenternalChan(), internalDispatcherSChan, exitChan),
|
||||
)
|
||||
/*
|
||||
services.NewEventReaderService(),
|
||||
services.NewDNSAgent(),
|
||||
services.NewFreeswitchAgent(),
|
||||
services.NewKamailioAgent(),
|
||||
@@ -719,9 +720,6 @@ func main() {
|
||||
services.NewHTTPAgent(), // no reload
|
||||
*/
|
||||
|
||||
/*
|
||||
internalSMGChan := smg.GetIntenternalChan()
|
||||
*/
|
||||
srvManager.StartServices()
|
||||
|
||||
// Start FilterS
|
||||
|
||||
Reference in New Issue
Block a user