mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
add diameter connection status tracking
This commit is contained in:
committed by
Dan Christian Bogos
parent
8ce296cdaf
commit
2f40fbacbf
@@ -627,6 +627,12 @@ const (
|
||||
StatUpdate = "StatUpdate"
|
||||
TrendUpdate = "TrendUpdate"
|
||||
EventPerformanceReport = "PerformanceReport"
|
||||
EventConnectionStatusReport = "ConnectionStatusReport"
|
||||
|
||||
// Connection status event fields.
|
||||
ConnLocalAddr = "LocalAddr"
|
||||
ConnRemoteAddr = "RemoteAddr"
|
||||
ConnStatus = "ConnectionStatus" // -1=down, 0=duplicate, 1=up
|
||||
|
||||
// ReplyState error constants
|
||||
ErrReplyStateAuthorize = "ERR_AUTHORIZE"
|
||||
|
||||
Reference in New Issue
Block a user