From: Richard Mudgett Date: Thu, 6 Jun 2013 01:52:05 +0000 (+0000) Subject: Add a BUGBUG note. X-Git-Tag: 13.0.0-beta1~1725 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3f37adefbce13e64779c4082d944c1e90b3bb3;p=thirdparty%2Fasterisk.git Add a BUGBUG note. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390639 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 9f2dda2b87..00c25b9c12 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -1554,6 +1554,7 @@ static int dahdi_devicestate(const char *data); 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,