[Home]

Summary:ASTERISK-21883: Asterisk API Improvements - refactor channel/bridge inspection commands to query the Stasis Cache
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-06-07 09:14:57Date Closed:2013-07-08 14:20:07
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Stasis
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The following items should be refactored to hit the Stasis cache and not actually access the channel/bridge objects:

* CLI
** {{core show channels}}
** {{core show channel}}
** {{core show bridges}}
** {{core show bridge}}
* AMI
** [CoreShowChannels|https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+ManagerAction_CoreShowChannels]
* AGI
** [channel status|Asterisk+11+AGICommand_channel+status]

We should have analogous support in AMI for all of the CLI commands as well.

Comments: