summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.c
diff options
context:
space:
mode:
authorBen Kramer <bkramer@voicetronix.com.au>2005-03-21 00:05:57 +0000
committerBen Kramer <bkramer@voicetronix.com.au>2005-03-21 00:05:57 +0000
commitc6822b3fb18a7e61d3508c7b003dd8a52123ae40 (patch)
tree360d872cdb1ac23244068ca1e6c0a5a9f0f1def5 /channels/chan_vpb.c
parent6f5e43a60f006a7e76d70ec09d310c491afc7f3d (diff)
/ changed ast_channel_tech structure init to the GCC-specific format, seems
/ to compile, but havent run it yet git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5218 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_vpb.c')
-rwxr-xr-xchannels/chan_vpb.c48
1 files changed, 24 insertions, 24 deletions
diff --git a/channels/chan_vpb.c b/channels/chan_vpb.c
index ab43ec9a4..361a33cbd 100755
--- a/channels/chan_vpb.c
+++ b/channels/chan_vpb.c
@@ -326,30 +326,30 @@ static int vpb_indicate(struct ast_channel *ast, int condition);
static int vpb_fixup(struct ast_channel *oldchan, struct ast_channel *newchan);
static const struct ast_channel_tech vpb_tech = {
- type,
- tdesc,
- AST_FORMAT_SLINEAR,
- NULL,
- vpb_request,
- NULL,
- vpb_digit,
- vpb_call,
- vpb_hangup,
- vpb_answer,
- vpb_read,
- vpb_write,
- NULL,
- NULL,
- NULL,
- NULL,
- vpb_bridge,
- vpb_indicate,
- vpb_fixup,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL
+ type: type,
+ description: tdesc,
+ capabilities: AST_FORMAT_SLINEAR,
+ properties: NULL,
+ requester: vpb_request,
+ devicestate: NULL,
+ send_digit: vpb_digit,
+ call: vpb_call,
+ hangup: vpb_hangup,
+ answer: vpb_answer,
+ read: vpb_read,
+ write: vpb_write,
+ send_text: NULL,
+ send_image: NULL,
+ send_html: NULL,
+ exception: NULL,
+ bridge: vpb_bridge,
+ indicate: vpb_indicate,
+ fixup: vpb_fixup,
+ setoption: NULL,
+ queryoption: NULL,
+ transfer: NULL,
+ write_video: NULL,
+ bridged_channel: NULL
};
/* Can't get vpb_bridge() working on v4pci without either a horrible