Merge "chan_vpb.cc: Fix compile error."

changes/59/5559/1
Jenkins2 9 years ago committed by Gerrit Code Review
commit 09cde039a3

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

Loading…
Cancel
Save