aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-26 20:33:00 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-26 20:33:00 +0000
commitbbe1d2c83c58d6caaf9f41403b2c1f2c0bf60fb1 (patch)
treef0a47e08014d53032f5c01d4cf0ddc6a0f982f66
parentfdec4a0f6e6421c84021c64e0e2d3685f0f79413 (diff)
add dahdi_func_write to zap_tech structure
This was supposed to be committed with r263292, the back-port of teh DAHDI buffer policy dial string option git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@266140 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_dahdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index bef5f6dd8..cd3b68673 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -1047,6 +1047,7 @@ static const struct ast_channel_tech zap_tech = {
.fixup = dahdi_fixup,
.setoption = dahdi_setoption,
.func_channel_read = dahdi_func_read,
+ .func_channel_write = dahdi_func_write,
};
static const struct ast_channel_tech *chan_tech;