asterisk/bridges
Corey Farrell 8cc50b1ebc Enable REF_DEBUG for ast_module_ref / ast_module_unref.
Add ast_module_shutdown_ref for use by modules that can
only be unloaded during graceful shutdown.

When REF_DEBUG is enabled:
* Add an empty ao2 object to struct ast_module.
* Allocate ao2 object when the module is loaded.
* Perform an ao2_ref in each place where mod->usecount is manipulated.
* ao2_cleanup on module unload.

ASTERISK-24479 #close
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/4141/
........

Merged revisions 431662 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 431663 from http://svn.asterisk.org/svn/asterisk/branches/13


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431672 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2015-02-11 17:03:04 +00:00
..
Makefile Title update 2012-10-14 21:56:13 +00:00
bridge_builtin_features.c Enable REF_DEBUG for ast_module_ref / ast_module_unref. 2015-02-11 17:03:04 +00:00
bridge_builtin_interval_features.c Handle DTMF and hold wrapup when a channel leaves the bridging system. 2013-08-23 18:33:36 +00:00
bridge_holding.c media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
bridge_native_rtp.c bridge_native_rtp: Change local/remote message from debug/2 to verb/4 2015-01-06 17:49:03 +00:00
bridge_simple.c media formats: re-architect handling of media for performance improvements 2014-07-20 22:06:33 +00:00
bridge_softmix.c bridge_softmix.c: Made use ao2_replace() instead of the inline equivalent. 2014-09-18 17:10:50 +00:00