-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I would like to propose that a HangupCompleteCallback handler be added to the Channel API, moving the Dispose() call here from the HangupCallback() handler. The reason being, in my particular application I need to log CDR data from within the app, and this data is presented during the ChannelHangupComplete event. Unfortunately, as currently coded, the channel is disposed when the ChannelHangup event is detected which causes the channel to be disposed before the ChannelHangupComplete event can be handled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels