mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
Remove dependancy on libpri
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@904 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5601,7 +5601,9 @@ static void *pri_dchannel(void *vpri)
|
|||||||
} else if (!strlen(pri->pvt[chan]->dop.dialstr)) {
|
} else if (!strlen(pri->pvt[chan]->dop.dialstr)) {
|
||||||
zt_enable_ec(pri->pvt[chan]);
|
zt_enable_ec(pri->pvt[chan]);
|
||||||
pri->pvt[chan]->subs[SUB_REAL].needringing =1;
|
pri->pvt[chan]->subs[SUB_REAL].needringing =1;
|
||||||
|
#ifdef PRI_EVENT_PROCEEDING
|
||||||
pri->pvt[chan]->proceeding=1;
|
pri->pvt[chan]->proceeding=1;
|
||||||
|
#endif
|
||||||
} else
|
} else
|
||||||
ast_log(LOG_DEBUG, "Deferring ringing notification because of extra digits to dial...\n");
|
ast_log(LOG_DEBUG, "Deferring ringing notification because of extra digits to dial...\n");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user