mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Add ReplyState field to track successful/failed requests
This commit is contained in:
committed by
Ionut Boangiu
parent
2e0de027db
commit
3077544d62
@@ -580,45 +580,58 @@ const (
|
||||
Initial = "Initial"
|
||||
Action = "Action"
|
||||
|
||||
SessionSCosts = "SessionSCosts"
|
||||
Timing = "Timing"
|
||||
RQF = "RQF"
|
||||
Resource = "Resource"
|
||||
IP = "IP"
|
||||
User = "User"
|
||||
Subscribers = "Subscribers"
|
||||
DerivedChargersV = "DerivedChargers"
|
||||
Destinations = "Destinations"
|
||||
ReverseDestinations = "ReverseDestinations"
|
||||
RatingPlan = "RatingPlan"
|
||||
RatingProfile = "RatingProfile"
|
||||
MetaRatingPlans = "*rating_plans"
|
||||
MetaRatingProfiles = "*rating_profiles"
|
||||
MetaUsers = "*users"
|
||||
MetaSubscribers = "*subscribers"
|
||||
MetaDerivedChargersV = "*derivedchargers"
|
||||
MetaStorDB = "*stordb"
|
||||
MetaDataDB = "*datadb"
|
||||
MetaWeight = "*weight"
|
||||
MetaLC = "*lc"
|
||||
MetaHC = "*hc"
|
||||
MetaQOS = "*qos"
|
||||
MetaReas = "*reas"
|
||||
MetaReds = "*reds"
|
||||
Weight = "Weight"
|
||||
Limit = "Limit"
|
||||
UsageTTL = "UsageTTL"
|
||||
AllocationMessage = "AllocationMessage"
|
||||
Stored = "Stored"
|
||||
AddressPool = "AddressPool"
|
||||
Allocation = "Allocation"
|
||||
RatingSubject = "RatingSubject"
|
||||
Categories = "Categories"
|
||||
Blocker = "Blocker"
|
||||
RatingPlanID = "RatingPlanID"
|
||||
StartTime = "StartTime"
|
||||
EndTime = "EndTime"
|
||||
ProcessingTime = "ProcessingTime"
|
||||
SessionSCosts = "SessionSCosts"
|
||||
Timing = "Timing"
|
||||
RQF = "RQF"
|
||||
Resource = "Resource"
|
||||
IP = "IP"
|
||||
User = "User"
|
||||
Subscribers = "Subscribers"
|
||||
DerivedChargersV = "DerivedChargers"
|
||||
Destinations = "Destinations"
|
||||
ReverseDestinations = "ReverseDestinations"
|
||||
RatingPlan = "RatingPlan"
|
||||
RatingProfile = "RatingProfile"
|
||||
MetaRatingPlans = "*rating_plans"
|
||||
MetaRatingProfiles = "*rating_profiles"
|
||||
MetaUsers = "*users"
|
||||
MetaSubscribers = "*subscribers"
|
||||
MetaDerivedChargersV = "*derivedchargers"
|
||||
MetaStorDB = "*stordb"
|
||||
MetaDataDB = "*datadb"
|
||||
MetaWeight = "*weight"
|
||||
MetaLC = "*lc"
|
||||
MetaHC = "*hc"
|
||||
MetaQOS = "*qos"
|
||||
MetaReas = "*reas"
|
||||
MetaReds = "*reds"
|
||||
Weight = "Weight"
|
||||
Limit = "Limit"
|
||||
UsageTTL = "UsageTTL"
|
||||
AllocationMessage = "AllocationMessage"
|
||||
Stored = "Stored"
|
||||
AddressPool = "AddressPool"
|
||||
Allocation = "Allocation"
|
||||
RatingSubject = "RatingSubject"
|
||||
Categories = "Categories"
|
||||
Blocker = "Blocker"
|
||||
RatingPlanID = "RatingPlanID"
|
||||
StartTime = "StartTime"
|
||||
EndTime = "EndTime"
|
||||
ProcessingTime = "ProcessingTime"
|
||||
ReplyState = "ReplyState"
|
||||
|
||||
// ReplyState error constants
|
||||
ErrReplyStateAuthorize = "ERR_AUTHORIZE"
|
||||
ErrReplyStateInitiate = "ERR_INITIATE"
|
||||
ErrReplyStateUpdate = "ERR_UPDATE"
|
||||
ErrReplyStateTerminate = "ERR_TERMINATE"
|
||||
ErrReplyStateMessage = "ERR_MESSAGE"
|
||||
ErrReplyStateEvent = "ERR_EVENT"
|
||||
ErrReplyStateCDRs = "ERR_CDRS"
|
||||
ErrReplyStateExport = "ERR_EXPORT"
|
||||
ErrReplyStateRadauth = "ERR_RADAUTH"
|
||||
|
||||
AccountSummary = "AccountSummary"
|
||||
RatingFilters = "RatingFilters"
|
||||
RatingFilter = "RatingFilter"
|
||||
|
||||
Reference in New Issue
Block a user