mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	A great big renaming patch
This patch renames the bridging* files to bridge*. This may seem pedantic and silly, but it fits better in line with current Asterisk naming conventions: * channel is not "channeling" * monitor is not "monitoring" etc. A bridge is an object. It is a first class citizen in Asterisk. "Bridging" is the act of using a bridge on a set of channels - and the API that fulfills that role is more than just the action. (closes issue ASTERISK-22130) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -108,8 +108,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| #include "asterisk/dial.h" | ||||
| #include "asterisk/stasis_channels.h" | ||||
| #include "asterisk/stasis_message_router.h" | ||||
| #include "asterisk/bridging.h" | ||||
| #include "asterisk/bridging_after.h" | ||||
| #include "asterisk/bridge_after.h" | ||||
|  | ||||
| /* Define, to debug reference counts on queues, without debugging reference counts on queue members */ | ||||
| /* #define REF_DEBUG_ONLY_QUEUES */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user