mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix compilation since the patch for ASTERISK-24363 went in.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430028 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -368,6 +368,7 @@ static struct ast_channel_tech vpb_tech = {
|
||||
properties: 0,
|
||||
requester: vpb_request,
|
||||
devicestate: NULL,
|
||||
presencestate: NULL,
|
||||
send_digit_begin: vpb_digit_begin,
|
||||
send_digit_end: vpb_digit_end,
|
||||
call: vpb_call,
|
||||
@@ -398,6 +399,7 @@ static struct ast_channel_tech vpb_tech_indicate = {
|
||||
properties: 0,
|
||||
requester: vpb_request,
|
||||
devicestate: NULL,
|
||||
presencestate: NULL,
|
||||
send_digit_begin: vpb_digit_begin,
|
||||
send_digit_end: vpb_digit_end,
|
||||
call: vpb_call,
|
||||
|
Reference in New Issue
Block a user