summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2010-01-05 20:56:50 +0000
committerMark Michelson <mmichelson@digium.com>2010-01-05 20:56:50 +0000
commit2fa64b3ad476ff933ffd972bbdb6dbe8e2af5a3e (patch)
tree3e24877b1adf22167a560e540e311fa2d523a3f4 /apps/app_dial.c
parentbebe42f3a718269e92aacbcc5e9899d675f92b4d (diff)
Mismerged a bit.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@237882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
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));