[Home]

Summary:ASTERISK-26793: Implement ast_write_stream in channels
Reporter:George Joseph (gjoseph)Labels:
Date Opened:2017-02-14 10:29:14.000-0600Date Closed:2017-02-24 11:17:15.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:GIT Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Given specific stream number the frame should be provided to channel driver using write_stream if supported
If write_stream is not present and stream is a default stream use write on channel technology
If stream is a default stream and transcoding is present on channel for the type then pass through translation path
If stream is a default audio stream then execute audiohooks as expected
If stream is a default stream then execute framehooks as expected
Make ast_write in channels use streams underneath
Using type of frame determine default stream to use and provide to ast_write_stream
If not a media frame then execute logic (DTMF, control, etc) as it exists already
Comments:By: Friendly Automation (friendly-automation) 2017-02-24 11:17:15.746-0600

Change 5058 merged by zuul:
channel: Add support for writing to a specific stream.

[https://gerrit.asterisk.org/5058|https://gerrit.asterisk.org/5058]