[asterisk-commits] chan vpb.cc: Fix compile error. (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Apr 28 10:38:22 CDT 2017
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/5556 )
Change subject: chan_vpb.cc: Fix compile error.
......................................................................
chan_vpb.cc: Fix compile error.
Change-Id: I6d9edd34d8b2474222c86f44e379ead61e57a54f
---
M channels/chan_vpb.cc
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Mark Michelson: Looks good to me, approved
Jenkins2: Approved for Submit
Matthew Fredrickson: Looks good to me, but someone else must approve
diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc
index 87342b1..d7e9732 100644
--- a/channels/chan_vpb.cc
+++ b/channels/chan_vpb.cc
@@ -365,6 +365,7 @@
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 @@
capabilities: NULL,
properties: 0,
requester: vpb_request,
+ requester_with_stream_topology: NULL,
devicestate: NULL,
presencestate: NULL,
send_digit_begin: vpb_digit_begin,
--
To view, visit https://gerrit.asterisk.org/5556
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6d9edd34d8b2474222c86f44e379ead61e57a54f
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Matthew Fredrickson <creslin at digium.com>
More information about the asterisk-commits
mailing list