[asterisk-bugs] [JIRA] (ASTERISK-21948) New SIP Channel Driver - use the proper bridging API function to get the bridged channel during direct media tests
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Fri Jun 21 16:20:04 CDT 2013
Matt Jordan created ASTERISK-21948:
--------------------------------------
Summary: New SIP Channel Driver - use the proper bridging API function to get the bridged channel during direct media tests
Key: ASTERISK-21948
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21948
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_gulp
Affects Versions: 12
Reporter: Matt Jordan
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list