mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
Fix PRI timer T309 operation
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@223955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user