[Home]

Summary:ASTERISK-28164: stasis: Improve channel snapshot segmenting
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2018-11-13 09:50:26.000-0600Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Core/Stasis
Versions:16.0.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The channel snapshot has now been segmented out into different parts which can be individually regenerated. Unfortunately through doing so it was determined that some aspects of channel information leak out and are manipulated externally not through a channel API. This is problematic as segments have to be marked as invalidated to be regenerated.

This issue is for taking the parts which are externally manipulated (caller, dialed, connected, flags, etc), defining how they should be manipulated through the channel API, implementing it, and properly segmenting the additional parts.
Comments: