From: Richard Mudgett Date: Thu, 27 Apr 2017 23:15:48 +0000 (-0500) Subject: chan_vpb.cc: Fix compile error. X-Git-Tag: 15.0.0-beta1~168^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bad091b31761f1f29ae734b5dc2a85a3d9837bbc;p=thirdparty%2Fasterisk.git chan_vpb.cc: Fix compile error. Change-Id: I6d9edd34d8b2474222c86f44e379ead61e57a54f --- diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc index 87342b1d02..d7e9732e0b 100644 --- a/channels/chan_vpb.cc +++ b/channels/chan_vpb.cc @@ -365,6 +365,7 @@ static struct ast_channel_tech vpb_tech = { capabilities: NULL, properties: 0, requester: vpb_request, + requester_with_stream_topology: NULL, devicestate: NULL, presencestate: NULL, send_digit_begin: vpb_digit_begin, @@ -398,6 +399,7 @@ static struct ast_channel_tech vpb_tech_indicate = { capabilities: NULL, properties: 0, requester: vpb_request, + requester_with_stream_topology: NULL, devicestate: NULL, presencestate: NULL, send_digit_begin: vpb_digit_begin,