[Home]

Summary:ASTERISK-22984: ari: Transfer messages not being sent out ARI WebSocket
Reporter:David M. Lee (dlee)Labels:
Date Opened:2013-12-13 09:05:46.000-0600Date Closed:2014-02-01 10:29:02.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Bridging Core/Stasis Resources/res_ari
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:We have Stasis messages for transfers ({{ast_blind_transfer_type()}} and {{ast_attended_transfer_type()}}, which get published via AMI. Unfortunately, they are not published via the ARI WebSocket.

# Add {{.to_json}} functions to ({{ast_blind_transfer_type()}} and {{ast_attended_transfer_type()}}
# Add handling in {{res/stasis/app.c}} to receive transfer messages, and publish them if the application is subscribed to either bridge.
#* The {{bridge_merge_sub}} should be turned into a {{bridge_all_router}}, so it can handle the transfer types in addition to merges.
Comments: