aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;