aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_vpb.c
diff options
context:
space:
mode:
authorbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-21 00:05:57 +0000
committerbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-21 00:05:57 +0000
commitc78703a83b635fbb971c49eaf5350213b1cf6c80 (patch)
tree360d872cdb1ac23244068ca1e6c0a5a9f0f1def5 /channels/chan_vpb.c
parent8a8e9f5ccbe7322b029416ffdd6ef79da4c76caa (diff)
/ changed ast_channel_tech structure init to the GCC-specific format, seems
/ to compile, but havent run it yet git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5218 f38db490-d61c-443f-a65b-d21fe96a405b
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