[Home]

Summary:ASTERISK-20872: Bridge API Enhancements - add timed feature for playback of messages
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-01-03 19:56:04.000-0600Date Closed:2013-02-15 09:32:26.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Bridging
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The bridging API currently does not support any timed features. A feature should be added to channels that have a timed bridging limit that:
# Plays a recording to the specific channel when y milliseconds are left
# Plays the recording every z milliseconds

This should optionally play the warning to a single channel, or all channels in the bridge.

The implementation of this may be best handled by using either a combination of ChanSpy audiohooks, or by placing a virtual channel in the bridge and sending the audio to all channels. As such, this feature may be best served by a new bridge technology, as opposed to being made available to all bridge technologies.
Comments: