mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Try a more generally correct solution, for NFAS (bug #5179)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2205,8 +2205,6 @@ int pri_find_dchan(struct zt_pri *pri)
|
||||
ast_log(LOG_NOTICE, "Switching from from d-channel %d to channel %d!\n",
|
||||
pri->dchannels[oldslot], pri->dchannels[newslot]);
|
||||
pri->pri = pri->dchans[newslot];
|
||||
if (!pri_is_up(pri) && !(pri->dchanavail[newslot] & DCHAN_NOTINALARM))
|
||||
pri_restart(pri->dchans[newslot]);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
@@ -8067,7 +8065,7 @@ static void *pri_dchannel(void *vpri)
|
||||
pri_find_dchan(pri);
|
||||
} else if (x == ZT_EVENT_NOALARM) {
|
||||
pri->dchanavail[which] |= DCHAN_NOTINALARM;
|
||||
pri_find_dchan(pri);
|
||||
pri_restart(pri->dchans[which]);
|
||||
}
|
||||
|
||||
if (option_debug)
|
||||
|
Reference in New Issue
Block a user