[asterisk-commits] rmudgett: trunk r430028 - /trunk/channels/chan_vpb.cc

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 22 14:25:43 CST 2014


Author: rmudgett
Date: Mon Dec 22 14:25:40 2014
New Revision: 430028

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430028
Log:
Fix compilation since the patch for ASTERISK-24363 when in.

Modified:
    trunk/channels/chan_vpb.cc

Modified: trunk/channels/chan_vpb.cc
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_vpb.cc?view=diff&rev=430028&r1=430027&r2=430028
==============================================================================
--- trunk/channels/chan_vpb.cc (original)
+++ trunk/channels/chan_vpb.cc Mon Dec 22 14:25:40 2014
@@ -368,6 +368,7 @@
 	properties: 0,
 	requester: vpb_request,
 	devicestate: NULL,
+	presencestate: NULL,
 	send_digit_begin: vpb_digit_begin,
 	send_digit_end: vpb_digit_end,
 	call: vpb_call,
@@ -398,6 +399,7 @@
 	properties: 0,
 	requester: vpb_request,
 	devicestate: NULL,
+	presencestate: NULL,
 	send_digit_begin: vpb_digit_begin,
 	send_digit_end: vpb_digit_end,
 	call: vpb_call,




More information about the asterisk-commits mailing list