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

Method asteriskConfigDelete

server/config.go:23–25  ·  view source on GitHub ↗
(ctx context.Context, reply string, req *proxy.Request)

Source from the content-addressed store, hash-verified

21}
22
23func (s *Server) asteriskConfigDelete(ctx context.Context, reply string, req *proxy.Request) {
24 s.sendError(reply, s.ari.Asterisk().Config().Delete(req.Key))
25}
26
27func (s *Server) asteriskConfigUpdate(ctx context.Context, reply string, req *proxy.Request) {
28 s.sendError(reply, s.ari.Asterisk().Config().Update(req.Key, req.AsteriskConfig.Tuples))

Callers

nothing calls this directly

Calls 4

sendErrorMethod · 0.95
ConfigMethod · 0.80
AsteriskMethod · 0.80
DeleteMethod · 0.45

Tested by

no test coverage detected