mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
Added sleep and ping API on DispatcherSv1
This commit is contained in:
committed by
Dan Christian Bogos
parent
3cb7081792
commit
8917043055
@@ -1425,6 +1425,8 @@ const (
|
||||
DispatcherSv1GetProfilesForEvent = "DispatcherSv1.GetProfilesForEvent"
|
||||
DispatcherServicePing = "DispatcherService.Ping"
|
||||
DispatcherSv1RemoteStatus = "DispatcherSv1.RemoteStatus"
|
||||
DispatcherSv1RemoteSleep = "DispatcherSv1.RemoteSleep"
|
||||
DispatcherSv1RemotePing = "DispatcherSv1.RemotePing"
|
||||
)
|
||||
|
||||
// RegistrarS APIs
|
||||
|
||||
Reference in New Issue
Block a user