(key *ari.Key)
| 105 | } |
| 106 | |
| 107 | func (b *bridge) Delete(key *ari.Key) error { |
| 108 | return b.c.commandRequest(&proxy.Request{ |
| 109 | Kind: "BridgeDelete", |
| 110 | Key: key, |
| 111 | }) |
| 112 | } |
| 113 | |
| 114 | func (b *bridge) MOH(key *ari.Key, class string) error { |
| 115 | return b.c.commandRequest(&proxy.Request{ |