[asterisk-commits] rmudgett: branch rmudgett/dahdi_ccss r240000 - /team/rmudgett/dahdi_ccss/chan...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 13 17:29:57 CST 2010
Author: rmudgett
Date: Wed Jan 13 17:29:55 2010
New Revision: 240000
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=240000
Log:
Mark more to be done.
Modified:
team/rmudgett/dahdi_ccss/channels/chan_dahdi.c
Modified: team/rmudgett/dahdi_ccss/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/dahdi_ccss/channels/chan_dahdi.c?view=diff&rev=240000&r1=239999&r2=240000
==============================================================================
--- team/rmudgett/dahdi_ccss/channels/chan_dahdi.c (original)
+++ team/rmudgett/dahdi_ccss/channels/chan_dahdi.c Wed Jan 13 17:29:55 2010
@@ -4641,6 +4641,7 @@
set_actual_gain(p->subs[SUB_REAL].dfd, 0, p->rxgain, p->txgain, p->rxdrc, p->txdrc, p->law);
}
+/* BUGBUG need to figure out how to do a CC recall call. */
#ifdef HAVE_PRI
if (dahdi_sig_pri_lib_handles(p->sig)) {
struct dahdi_params ps;
@@ -12261,6 +12262,7 @@
int transcapdigital = 0;
int rr_starting_point;
+/* BUGBUG need to figure out how to do a CC recall call. */
p = determine_starting_point(data, &groupmatch, &channelmatch, &backwards, &roundrobin, &rr_starting_point);
/* Search for an unowned channel */
exitpvt = p;
More information about the asterisk-commits
mailing list