mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Okay, that didn't fix the crash. It didn't really do anything useful.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -98,7 +98,6 @@ static int pickup_do(struct ast_channel *chan, struct ast_channel *target) | ||||
| 	ast_debug(1, "Call pickup on '%s' by '%s'\n", target->name, chan->name); | ||||
| 	ast_cel_report_event(target, AST_CEL_PICKUP, NULL, NULL, chan); | ||||
|  | ||||
| 	ast_party_connected_line_init(&connected_caller); | ||||
| 	connected_caller = target->connected; | ||||
| 	connected_caller.source = AST_CONNECTED_LINE_UPDATE_SOURCE_ANSWER; | ||||
| 	if (ast_channel_connected_line_macro(NULL, chan, &connected_caller, 0, 0)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user