[asterisk-commits] jeang: branch 1.4 r223955 - /branches/1.4/channels/chan_dahdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 13 15:58:21 CDT 2009
Author: jeang
Date: Tue Oct 13 15:58:17 2009
New Revision: 223955
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=223955
Log:
Fix PRI timer T309 operation
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=223955&r1=223954&r2=223955
==============================================================================
--- branches/1.4/channels/chan_dahdi.c (original)
+++ branches/1.4/channels/chan_dahdi.c Tue Oct 13 15:58:17 2009
@@ -4252,7 +4252,7 @@
p->inalarm = 1;
res = get_alarms(p);
handle_alarms(p, res);
-#ifdef HAVE_LIBPRI
+#ifdef HAVE_PRI
if (!p->pri || !p->pri->pri || pri_get_timer(p->pri->pri, PRI_TIMER_T309) < 0) {
/* fall through intentionally */
} else {
More information about the asterisk-commits
mailing list