mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
chan_vpb.cc: Fix compile error.
Change-Id: I6d9edd34d8b2474222c86f44e379ead61e57a54f
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user