]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
add dahdi_func_write to zap_tech structure
authorDavid Vossel <dvossel@digium.com>
Wed, 26 May 2010 20:33:00 +0000 (20:33 +0000)
committerDavid Vossel <dvossel@digium.com>
Wed, 26 May 2010 20:33:00 +0000 (20:33 +0000)
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

channels/chan_dahdi.c

index bef5f6dd8c629811beed1511208ca41c5d3c3719..cd3b6867311efd0f8a360dc4d90013c45c8cb4ea 100644 (file)
@@ -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;