dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
file 6f9402c7e6 Remove a cast that is not needed.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@184639 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-27 14:18:40 +00:00
file 7a12871f67 Fix a potential race condition when creating a software based mixing bridge.
It was possible for no timer to become available between creating the bridge
and starting it. We now open a timer when creating it and keep it open until the
bridge is destroyed.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@184628 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-27 13:57:29 +00:00
file 78d18e52a4 Merge phase 1 support for the new bridging architecture.
This commit brings in the bridging core, bridging technologies,
and the ConfBridge application.

For usage information on the ConfBridge application please see
the output of "core show application ConfBridge" from the CLI.

For API documentation please see the doxygen page describing the
architecture and the documentation for each API call.

Review: http://reviewboard.digium.com/r/93/


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@180369 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-05 18:18:27 +00:00