[Home]

Summary:ASTERISK-20728: Add UUID handle to channel struct
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2012-11-26 08:40:43.000-0600Date Closed:2013-01-03 13:25:15.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Channels Core/Stasis
Versions:12.0.0-alpha1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Add a UUID handle to the channel struct and expose in the appropriate locations.  The handle should be:

* Created automatically during channel creation
* Be accessible in a read-only fashion after channel creation
* Be implemented to 'survive' a masquerade operation.  This implies an appropriate copy/swap/fixup during masquerades.
* Disposed of when the communication path between an endpoint and Asterisk is terminated
Comments: