aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjeang <jeang@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-13 20:58:17 +0000
committerjeang <jeang@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-13 20:58:17 +0000
commitc56782fd2817f344d2bf74306208ce1a75da248e (patch)
tree29246b53513e197dbc29c632ceb4ebef593ec61f /channels
parent9febe2cd6974673952488bf7ece3ce4b33cb0999 (diff)
Fix PRI timer T309 operation
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@223955 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 1958f5898..6e5e8994c 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -4252,7 +4252,7 @@ static struct ast_frame *dahdi_handle_event(struct ast_channel *ast)
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 {