mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Merge "chan_dahdi: PRI span status may stay "Down, Active" after a short alarm" into 16
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user