[asterisk-bugs] [JIRA] (ASTERISK-20875) Bridge API Enhancements - add control frame support/processing

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Jan 3 20:37:47 CST 2013


Matt Jordan created ASTERISK-20875:
--------------------------------------

             Summary: Bridge API Enhancements - add control frame support/processing
                 Key: ASTERISK-20875
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20875
             Project: Asterisk
          Issue Type: Improvement
      Security Level: None
          Components: Core/Bridging, Core/Stasis
    Affects Versions: 12
            Reporter: Matt Jordan


For the most part, control frames are simply passed through the Bridging API in {{ast_bridge_handle_trip}} and written into the bridging technology. The current two party bridges ({{bridge_multiplexed}}, {{bridge_simple}}) currently don't handle these indications. Support for the following needs to be added either to the appropriate two party bridging technologies, or to the Bridging API itself.

* {{AST_CONTROL_HOLD}}/{{AST_CONTROL_UNHOLD}}
* {{AST_CONTROL_AOC}}
* {{AST_CONTROL_MCID}}
* {{AST_CONTROL_REDIRECTING}}
* {{AST_CONTROL_CONNECTED_LINE}}
* {{AST_CONTROL_VIDUPDATE}}
* {{AST_CONTROL_SRCUPDATE}}
* {{AST_CONTROL_SRCCHANGE}}
* {{AST_CONTROL_T38_PARAMETERS}}

See {{ast_generic_bridge}} for more information.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list