Merge "chan_vpb.cc: Fix compile error."

This commit is contained in:
Jenkins2
2017-04-28 10:38:22 -05:00
committed by Gerrit Code Review

View File

@@ -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,