projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528e238
)
chan_vpb.cc: Fix compile error.
author
Richard Mudgett
<rmudgett@digium.com>
Thu, 27 Apr 2017 23:15:48 +0000
(18:15 -0500)
committer
Richard Mudgett
<rmudgett@digium.com>
Fri, 28 Apr 2017 00:08:05 +0000
(19:08 -0500)
Change-Id: I6d9edd34d8b2474222c86f44e379ead61e57a54f
channels/chan_vpb.cc
patch
|
blob
|
history
diff --git
a/channels/chan_vpb.cc
b/channels/chan_vpb.cc
index
87342b1
..
d7e9732
100644
(file)
--- 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,