aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-14 21:29:32 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-14 21:29:32 +0000
commit851016296bfff6fbd44631b4464d5e888105ffb2 (patch)
treebcbd1065ffd06699e78b10e6fdf5f570ba6f4913 /channels/chan_h323.c
parent19d91b9a9b888df04e0d4164ea390316af0bf945 (diff)
Make compile again.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@276531 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_h323.c')
-rw-r--r--channels/chan_h323.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 74734a589..2907b3fcd 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -621,7 +621,7 @@ static int oh323_call(struct ast_channel *c, char *dest, int timeout)
ast_copy_string(pvt->options.cid_rdnis, c->redirecting.from.number.str, sizeof(pvt->options.cid_rdnis));
}
- pvt->options.presentation = ast_party_id_presentation(c->connected.id);
+ pvt->options.presentation = ast_party_id_presentation(&c->connected.id);
pvt->options.type_of_number = c->connected.id.number.plan;
if ((addr = pbx_builtin_getvar_helper(c, "PRIREDIRECTREASON"))) {