From: Richard Mudgett Date: Mon, 22 Dec 2014 20:25:40 +0000 (+0000) Subject: Fix compilation since the patch for ASTERISK-24363 went in. X-Git-Tag: 14.0.0-beta1~1365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d954f4cb1a090a04d5ca0478db18f41bab45078;p=thirdparty%2Fasterisk.git Fix compilation since the patch for ASTERISK-24363 went in. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430028 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc index 181e50aeea..6a9e9a667a 100644 --- a/channels/chan_vpb.cc +++ b/channels/chan_vpb.cc @@ -368,6 +368,7 @@ static struct ast_channel_tech vpb_tech = { 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 @@ static struct ast_channel_tech vpb_tech_indicate = { properties: 0, requester: vpb_request, devicestate: NULL, + presencestate: NULL, send_digit_begin: vpb_digit_begin, send_digit_end: vpb_digit_end, call: vpb_call,