From: David Vossel Date: Wed, 26 May 2010 20:33:00 +0000 (+0000) Subject: add dahdi_func_write to zap_tech structure X-Git-Tag: 1.4.33-rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d466eed005126dd4de1780cdb23d2e60558d85e;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/branches/1.4@266140 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index bef5f6dd8c..cd3b686731 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;