From 1f5e87bd9fd5e4ef864558f1a648224c4166b752 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Tue, 5 Jan 2010 20:56:50 +0000 Subject: Mismerged a bit. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@237882 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_dial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_dial.c') diff --git a/apps/app_dial.c b/apps/app_dial.c index 66e8bb865..95c0b359e 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -1910,7 +1910,7 @@ static int dial_exec_full(struct ast_channel *chan, const char *data, struct ast connected.id.number_presentation = AST_PRES_ALLOWED_USER_NUMBER_PASSED_SCREEN; ast_channel_set_connected_line(tmp->chan, &connected); } else { - ast_connected_line_copy_from_caller(&tmp->chan->connected, &chan->cid); + ast_connected_line_copy_from_caller(&tc->connected, &chan->cid); } S_REPLACE(tc->cid.cid_rdnis, ast_strdup(chan->cid.cid_rdnis)); -- cgit v1.2.3