From: Richard Mudgett Date: Wed, 14 Jul 2010 21:29:32 +0000 (+0000) Subject: Make compile again. X-Git-Tag: 11.0.0-beta1~2660 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d9aa45721c6f953b4798b5feb15c52397626dee;p=thirdparty%2Fasterisk.git Make compile again. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276531 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 74734a5893..2907b3fcdc 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"))) {