summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.cc
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2014-12-22 20:25:40 +0000
committerRichard Mudgett <rmudgett@digium.com>2014-12-22 20:25:40 +0000
commit7d954f4cb1a090a04d5ca0478db18f41bab45078 (patch)
treecebc09f9144fff9747dce441ca946b36d5f1fd65 /channels/chan_vpb.cc
parentbbd9ff122ea91e55b58a3c0eb10f25acde25e21d (diff)
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
Diffstat (limited to 'channels/chan_vpb.cc')
-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 181e50aee..6a9e9a667 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,