Implement ProcessStoredEvents API

This commit is contained in:
ionutboangiu
2023-11-15 11:31:20 -05:00
committed by Dan Christian Bogos
parent e218ca06a8
commit f5d69cb41b
6 changed files with 63 additions and 36 deletions

View File

@@ -1566,6 +1566,7 @@ const (
CDRsV1StoreSessionCost = "CDRsV1.StoreSessionCost"
CDRsV1ProcessEvent = "CDRsV1.ProcessEvent"
CDRsV1ProcessEventWithGet = "CDRsV1.ProcessEventWithGet"
CDRsV1ProcessStoredEvents = "CDRsV1.ProcessStoredEvents"
CDRsV1Ping = "CDRsV1.Ping"
CDRsV2 = "CDRsV2"
CDRsV2StoreSessionCost = "CDRsV2.StoreSessionCost"