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

Method Channel

client/client.go:429–431  ·  view source on GitHub ↗

Channel is the channel operation accessor

()

Source from the content-addressed store, hash-verified

427
428// Channel is the channel operation accessor
429func (c *Client) Channel() ari.Channel {
430 return &channel{c}
431}
432
433// DeviceState is the device state operation accessor
434func (c *Client) DeviceState() ari.DeviceState {

Callers 15

listenProcessorFunction · 0.80
createCallFunction · 0.80
TestChannelDataFunction · 0.80
TestChannelAnswerFunction · 0.80
TestChannelBusyFunction · 0.80
TestChannelCongestionFunction · 0.80
TestChannelHangupFunction · 0.80
TestChannelListFunction · 0.80
TestChannelMuteFunction · 0.80
TestChannelUnmuteFunction · 0.80
TestChannelMOHFunction · 0.80
TestChannelStopMOHFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestChannelDataFunction · 0.64
TestChannelAnswerFunction · 0.64
TestChannelBusyFunction · 0.64
TestChannelCongestionFunction · 0.64
TestChannelHangupFunction · 0.64
TestChannelListFunction · 0.64
TestChannelMuteFunction · 0.64
TestChannelUnmuteFunction · 0.64
TestChannelMOHFunction · 0.64
TestChannelStopMOHFunction · 0.64
TestChannelCreateFunction · 0.64
TestChannelContinueFunction · 0.64