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