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

Method asteriskModuleLoad

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

Source from the content-addressed store, hash-verified

7)
8
9func (s *Server) asteriskModuleLoad(ctx context.Context, reply string, req *proxy.Request) {
10 s.sendError(reply, s.ari.Asterisk().Modules().Load(req.Key))
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))

Callers

nothing calls this directly

Calls 4

sendErrorMethod · 0.95
LoadMethod · 0.80
ModulesMethod · 0.80
AsteriskMethod · 0.80

Tested by

no test coverage detected