[Home]

Summary:ASTERISK-22141: Sounds indexer: improve CLI commands
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-07-20 16:57:54Date Closed:2013-08-16 07:25:04
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/General
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The CLI commands for the sounds indexer need to be improved. They should:
* Be under the 'core' namespace and not in their own. They are part of 'core' and not in their own module. (If channels are core, then so are sounds). Note that this only applies to "show" - if we had something that manipulated a sound, it should be its own thing.
* They should not implement their own 'reload' command. Core portions that are reloaded have their own mechanism in {{cli.c}}.
Comments: