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

pull/18/head
Friendly Automation 6 years ago committed by Gerrit Code Review
commit ea2892ef20

@ -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