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

Method asteriskModuleUnload

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

Source from the content-addressed store, hash-verified

11}
12
13func (s *Server) asteriskModuleUnload(ctx context.Context, reply string, req *proxy.Request) {
14 s.sendError(reply, s.ari.Asterisk().Modules().Unload(req.Key))
15}
16
17func (s *Server) asteriskModuleReload(ctx context.Context, reply string, req *proxy.Request) {
18 s.sendError(reply, s.ari.Asterisk().Modules().Reload(req.Key))

Callers

nothing calls this directly

Calls 4

sendErrorMethod · 0.95
UnloadMethod · 0.80
ModulesMethod · 0.80
AsteriskMethod · 0.80

Tested by

no test coverage detected