[asterisk-bugs] [JIRA] (ASTERISK-21873) Asterisk API Improvements - filter channels that should never be shown

Kinsey Moore (JIRA) noreply at issues.asterisk.org
Wed Jun 19 13:06:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=207347#comment-207347 ] 

Kinsey Moore commented on ASTERISK-21873:
-----------------------------------------

Comment addressed elsewhere, this will not prevent messages from coming across Stasis-Core, but will prevent these channels from being logged in CDR, CEL, AMI, and possibly app_stasis/res_stasis.
                
> Asterisk API Improvements - filter channels that should never be shown
> ----------------------------------------------------------------------
>
>                 Key: ASTERISK-21873
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21873
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Core/ManagerInterface, Core/Stasis
>            Reporter: Matt Jordan
>              Labels: Asterisk12
>
> There are a number of channels that should never be conveyed over AMI. These channels have meaning only inside Asterisk and the usage of a channel to perform that action is merely an implementation detail. If an external system attempted to manipulate that channel, "bad things" would inevitably occur.
> To date, those channels are:
>  * CBAnn - the confbridge announcer channel
>  * CBRec - the confbridge recorder channel
> It is expected, however, that other channels will be added to this list. A generic function should be added to AMI channels and bridges that excludes events in relation to those channels. Thus, AMI clients should not see any message pertaining to that channel, regardless of the topic that message is published on.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list