Merge "chan_dahdi: PRI span status may stay "Down, Active" after a short alarm" into 17

changes/34/13234/1
George Joseph 7 years ago committed by Gerrit Code Review
commit 6aa9ee1661

@ -2241,7 +2241,7 @@ static void *pri_ss_thread(void *data)
void pri_event_alarm(struct sig_pri_span *pri, int index, int before_start_pri)
{
pri->dchanavail[index] &= ~(DCHAN_NOTINALARM | DCHAN_UP);
pri->dchanavail[index] &= ~DCHAN_NOTINALARM;
if (!before_start_pri) {
pri_find_dchan(pri);
}

Loading…
Cancel
Save