From a9d607a35764d93790172cab1f630e14fb8e043c Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Wed, 29 Feb 2012 16:52:47 +0000 Subject: Opaquify ast_channel structs and lists Review: https://reviewboard.asterisk.org/r/1773/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357542 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- bridges/bridge_builtin_features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges') diff --git a/bridges/bridge_builtin_features.c b/bridges/bridge_builtin_features.c index 5ef9b84c1..21af92855 100644 --- a/bridges/bridge_builtin_features.c +++ b/bridges/bridge_builtin_features.c @@ -85,7 +85,7 @@ static struct ast_channel *dial_transfer(struct ast_channel *caller, const char /* Before we actually dial out let's inherit appropriate information. */ ast_channel_lock_both(caller, chan); - ast_connected_line_copy_from_caller(&chan->connected, &caller->caller); + ast_connected_line_copy_from_caller(ast_channel_connected(chan), ast_channel_caller(caller)); ast_channel_inherit_variables(caller, chan); ast_channel_datastore_inherit(caller, chan); ast_channel_unlock(chan); -- cgit v1.2.3