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

Method asteriskConfigUpdate

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

Source from the content-addressed store, hash-verified

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))
29}

Callers

nothing calls this directly

Calls 4

sendErrorMethod · 0.95
ConfigMethod · 0.80
AsteriskMethod · 0.80
UpdateMethod · 0.45

Tested by

no test coverage detected