[asterisk-commits] dvossel: branch 1.4 r266140 - /branches/1.4/channels/chan_dahdi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 26 15:33:02 CDT 2010


Author: dvossel
Date: Wed May 26 15:33:00 2010
New Revision: 266140

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=266140
Log:
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

Modified:
    branches/1.4/channels/chan_dahdi.c

Modified: branches/1.4/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/channels/chan_dahdi.c?view=diff&rev=266140&r1=266139&r2=266140
==============================================================================
--- branches/1.4/channels/chan_dahdi.c (original)
+++ branches/1.4/channels/chan_dahdi.c Wed May 26 15:33:00 2010
@@ -1047,6 +1047,7 @@
 	.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;




More information about the asterisk-commits mailing list