(key *ari.Key)
| 47 | } |
| 48 | |
| 49 | func (m *modules) Reload(key *ari.Key) error { |
| 50 | return m.c.commandRequest(&proxy.Request{ |
| 51 | Kind: "AsteriskModuleReload", |
| 52 | Key: key, |
| 53 | }) |
| 54 | } |
| 55 | |
| 56 | func (m *modules) Unload(key *ari.Key) error { |
| 57 | return m.c.commandRequest(&proxy.Request{ |