If the D-channel goes down and comes back up, consider it "up" on any event other than a pri down event.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5226 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-03-22 16:26:54 +00:00
parent c446ba8b76
commit 4e70bbc3b2

View File

@@ -7690,6 +7690,8 @@ static void *pri_dchannel(void *vpri)
if (e) {
if (pri->debug)
pri_dump_event(pri->dchans[which], e);
if (e->e != PRI_EVENT_DCHAN_DOWN)
pri->dchanavail[which] |= DCHAN_UP;
switch(e->e) {
case PRI_EVENT_DCHAN_UP:
if (option_verbose > 1)