[asterisk-bugs] [JIRA] (ASTERISK-21988) Stop potential message ordering issues between bridge and channel manager events
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Jul 1 12:05:05 CDT 2013
Matt Jordan created ASTERISK-21988:
--------------------------------------
Summary: Stop potential message ordering issues between bridge and channel manager events
Key: ASTERISK-21988
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21988
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/Bridging, Core/Stasis
Affects Versions: 12
Reporter: Mark Michelson
In main/manager_bridging.c, during initialization, there is the following BUGBUG comment:
{noformat}
/* BUGBUG - This should really route off of the manager_router, but
* can't b/c manager_channels is already routing the
* stasis_cache_update_type() messages. Having a separate router can
* cause some message ordering issues with bridge and channel messages.
*/
{noformat}
Something needs to be done to either not require the creation of a separate bridge state router or to have some other mechanism in place to ensure proper ordering of messages.
--
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