[Home]

Summary:ASTERISK-21517: API Improvements: refactor app_queue to listen for a Transfer stasis message and update the Queue Log appropriately
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-04-17 16:43:57Date Closed:2013-08-22 13:56:01
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_queue Core/Stasis
Versions:Frequency of
Occurrence
Related
Issues:
cannot be resolved before completion ofASTERISK-21337 Bridge API Enhancements - add stasis core messages for blind/attended transfers
Environment:Attachments:
Description:Currently {{app_queue}} has a masquerade callback that it uses to try and update the queue log. Masquerades are (for the most part) going the way of the DoDo (poor bird with a funny name)

However, {{app_queue}} still does have to know that a transfer occurred. It should do this by subscribing to bridge topics that are it's Queue bridges. When a message comes across for that bridge that says a channel transferred out of it, it should update the queue log.
Comments: