MCPcopy Create free account
hub / github.com/CyCoreSystems/ari-proxy / Delete

Method Delete

client/bridge.go:107–112  ·  view source on GitHub ↗
(key *ari.Key)

Source from the content-addressed store, hash-verified

105}
106
107func (b *bridge) Delete(key *ari.Key) error {
108 return b.c.commandRequest(&proxy.Request{
109 Kind: "BridgeDelete",
110 Key: key,
111 })
112}
113
114func (b *bridge) MOH(key *ari.Key, class string) error {
115 return b.c.commandRequest(&proxy.Request{

Callers 11

manageBridgeFunction · 0.45
TestBridgeDeleteFunction · 0.45
TestLoggingDeleteFunction · 0.45
TestDeviceDeleteFunction · 0.45
TestConfigDeleteFunction · 0.45
bridgeDeleteMethod · 0.45
asteriskLoggingDeleteMethod · 0.45
deviceStateDeleteMethod · 0.45
mailboxDeleteMethod · 0.45
asteriskConfigDeleteMethod · 0.45
recordingStoredDeleteMethod · 0.45

Calls 1

commandRequestMethod · 0.80

Tested by 4

TestBridgeDeleteFunction · 0.36
TestLoggingDeleteFunction · 0.36
TestDeviceDeleteFunction · 0.36
TestConfigDeleteFunction · 0.36