[svn-commits] rmudgett: trunk r390639 - /trunk/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 5 20:52:07 CDT 2013


Author: rmudgett
Date: Wed Jun  5 20:52:05 2013
New Revision: 390639

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390639
Log:
Add a BUGBUG note.

Modified:
    trunk/channels/chan_dahdi.c

Modified: trunk/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=390639&r1=390638&r2=390639
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Wed Jun  5 20:52:05 2013
@@ -1554,6 +1554,7 @@
 static int dahdi_cc_callback(struct ast_channel *inbound, const char *dest, ast_cc_callback_fn callback);
 
 /* BUGBUG The DAHDI channel driver needs its own native bridge technology. */
+/* BUGBUG The transfer=yes option is broken for ISDN to push tromboned calls to the peer. */
 static struct ast_channel_tech dahdi_tech = {
 	.type = "DAHDI",
 	.description = tdesc,




More information about the svn-commits mailing list