Also take out of proceeding when ALERTING received

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-04-23 22:30:40 +00:00
parent 6eb85b943b
commit 67aa337ee7

View File

@@ -5589,6 +5589,7 @@ static void *pri_dchannel(void *vpri)
} else if (!strlen(pri->pvt[chan]->dop.dialstr)) {
zt_enable_ec(pri->pvt[chan]);
pri->pvt[chan]->subs[SUB_REAL].needringing =1;
pri->pvt[chan]->proceeding=1;
} else
ast_log(LOG_DEBUG, "Deferring ringing notification because of extra digits to dial...\n");
}