[Home]

Summary:ASTERISK-21947: New SIP Channel Driver - use the proper bridging API function to get the bridged channel during direct media tests
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-06-21 16:19:22Date Closed:2013-07-09 15:12:01
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_pjsip
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Currently, direct media checks in {{gulp_set_rtp_peer}} are using {{ast_bridged_channel}} to get the bridged channel to know if they can set up direct media.

This will always return NULL.

Note that this issue addresses the following BUGBUG comment:
{noformat}
/* BUGBUG - ast_bridged_channel will always return NULL, meaning direct media will never occur */
{noformat}

Note as well that the replacement function for {{ast_bridged_channel}} cannot have the channel locked while calling it.
Comments: