[Home]

Summary:ASTERISK-20874: Bridge API Enhancements - add control frame support/processing
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-01-03 20:36:17.000-0600Date Closed:2013-03-27 14:50:45
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Bridging
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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.
Comments: