summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.cc
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-15 00:16:39 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-15 00:16:39 +0000
commit62c2b804878a60fe7fc66cdaf9973472bd22065b (patch)
treeb214de643fed4277624f7eb5a3867e1cd66d0b23 /channels/chan_vpb.cc
parent42a2cc685f2ac246721f163d20762ef120b309be (diff)
Remove unsupported channel technology callbacks.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396713 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_vpb.cc')
-rw-r--r--channels/chan_vpb.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc
index 7b0b9accb..408776c1c 100644
--- a/channels/chan_vpb.cc
+++ b/channels/chan_vpb.cc
@@ -378,7 +378,6 @@ static struct ast_channel_tech vpb_tech = {
send_image: NULL,
send_html: NULL,
exception: NULL,
- bridge: NULL,
early_bridge: NULL,
indicate: vpb_indicate,
fixup: vpb_fixup,
@@ -387,11 +386,8 @@ static struct ast_channel_tech vpb_tech = {
transfer: NULL,
write_video: NULL,
write_text: NULL,
- bridged_channel: NULL,
func_channel_read: NULL,
func_channel_write: NULL,
- get_base_channel: NULL,
- set_base_channel: NULL
};
static struct ast_channel_tech vpb_tech_indicate = {
@@ -412,7 +408,6 @@ static struct ast_channel_tech vpb_tech_indicate = {
send_image: NULL,
send_html: NULL,
exception: NULL,
- bridge: NULL,
early_bridge: NULL,
indicate: NULL,
fixup: vpb_fixup,
@@ -421,11 +416,8 @@ static struct ast_channel_tech vpb_tech_indicate = {
transfer: NULL,
write_video: NULL,
write_text: NULL,
- bridged_channel: NULL,
func_channel_read: NULL,
func_channel_write: NULL,
- get_base_channel: NULL,
- set_base_channel: NULL
};
#if defined(VPB_NATIVE_BRIDGING)