aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-05 20:56:50 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-05 20:56:50 +0000
commit1f5e87bd9fd5e4ef864558f1a648224c4166b752 (patch)
tree3e24877b1adf22167a560e540e311fa2d523a3f4 /apps/app_dial.c
parentee10f9a749bf9284b01d5d93d79ed8841fb07051 (diff)
Mismerged a bit.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@237882 f38db490-d61c-443f-a65b-d21fe96a405b
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));