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

Method Answer

client/channel.go:133–138  ·  view source on GitHub ↗
(key *ari.Key)

Source from the content-addressed store, hash-verified

131}
132
133func (c *channel) Answer(key *ari.Key) error {
134 return c.c.commandRequest(&proxy.Request{
135 Kind: "ChannelAnswer",
136 Key: key,
137 })
138}
139
140func (c *channel) Ring(key *ari.Key) error {
141 return c.c.commandRequest(&proxy.Request{

Callers 6

appStartFunction · 0.80
appStartFunction · 0.80
channelHandlerFunction · 0.80
appStartFunction · 0.80
TestChannelAnswerFunction · 0.80
channelAnswerMethod · 0.80

Calls 1

commandRequestMethod · 0.80

Tested by 1

TestChannelAnswerFunction · 0.64