summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2017-04-27 18:15:48 -0500
committerRichard Mudgett <rmudgett@digium.com>2017-04-27 19:08:05 -0500
commitbad091b31761f1f29ae734b5dc2a85a3d9837bbc (patch)
tree948ed07e22d8a404d122c99b0ca1805a58201123 /channels
parent528e2384474a20321aaa9a61959c89cdfe3ccf56 (diff)
chan_vpb.cc: Fix compile error.
Change-Id: I6d9edd34d8b2474222c86f44e379ead61e57a54f
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_vpb.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc
index 87342b1d0..d7e9732e0 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,