aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-22 17:06:30 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-22 17:06:30 +0000
commit29e5b159f4687b053b7d255c064ca6efa20b1d6f (patch)
tree8addcd01522a43771553a1de2409132caf5e7168
parent548c3a5ab96934b75f643b348d2c68b7e33fb6c9 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@29502 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_local.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_local.c b/channels/chan_local.c
index f843fd95d..14ef083f6 100644
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -344,6 +344,8 @@ static int local_call(struct ast_channel *ast, char *dest, int timeout)
else
p->chan->cid.cid_ani = NULL;
+ p->chan->cid.cid_pres = p->owner->cid.cid_pres;
+
strncpy(p->chan->language, p->owner->language, sizeof(p->chan->language) - 1);
strncpy(p->chan->accountcode, p->owner->accountcode, sizeof(p->chan->accountcode) - 1);
p->chan->cdrflags = p->owner->cdrflags;