mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Finalize ast_channel opaquification
Review: https://reviewboard.asterisk.org/r/1786/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@358907 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -158,7 +158,7 @@ static int serialize_showchan(struct ast_channel *c, char *buf, size_t size) | ||||
| 		hour, | ||||
| 		min, | ||||
| 		sec, | ||||
| 		c->_bridge ? ast_channel_name(c->_bridge) : "<none>", | ||||
| 		ast_channel_internal_bridged_channel(c) ? ast_channel_name(ast_channel_internal_bridged_channel(c)) : "<none>", | ||||
| 		ast_bridged_channel(c) ? ast_channel_name(ast_bridged_channel(c)) : "<none>",  | ||||
| 		ast_channel_context(c), | ||||
| 		ast_channel_exten(c), | ||||
| @@ -167,7 +167,7 @@ static int serialize_showchan(struct ast_channel *c, char *buf, size_t size) | ||||
| 		ast_print_group(pgrp, sizeof(pgrp), ast_channel_pickupgroup(c)), | ||||
| 		ast_channel_appl(c) ? ast_channel_appl(c) : "(N/A)", | ||||
| 		ast_channel_data(c) ? S_OR(ast_channel_data(c), "(Empty)") : "(None)", | ||||
| 		(ast_test_flag(c, AST_FLAG_BLOCKING) ? ast_channel_blockproc(c) : "(Not Blocking)")); | ||||
| 		(ast_test_flag(ast_channel_flags(c), AST_FLAG_BLOCKING) ? ast_channel_blockproc(c) : "(Not Blocking)")); | ||||
|  | ||||
| 	return 0; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user