[svn-commits] rmudgett: trunk r276531 - /trunk/channels/chan_h323.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 14 16:29:35 CDT 2010


Author: rmudgett
Date: Wed Jul 14 16:29:32 2010
New Revision: 276531

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=276531
Log:
Make compile again.

Modified:
    trunk/channels/chan_h323.c

Modified: trunk/channels/chan_h323.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_h323.c?view=diff&rev=276531&r1=276530&r2=276531
==============================================================================
--- trunk/channels/chan_h323.c (original)
+++ trunk/channels/chan_h323.c Wed Jul 14 16:29:32 2010
@@ -621,7 +621,7 @@
 		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"))) {




More information about the svn-commits mailing list