mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user