mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user