mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Do progress detect on incoming too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1275 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3561,7 +3561,7 @@ static struct ast_channel *zt_new(struct zt_pvt *i, int state, int startpbx, int
|
||||
if (i->busydetect && CANBUSYDETECT(i)) {
|
||||
features |= DSP_FEATURE_BUSY_DETECT;
|
||||
}
|
||||
if (i->callprogress && CANPROGRESSDETECT(i) && i->outgoing) {
|
||||
if (i->callprogress && CANPROGRESSDETECT(i)) {
|
||||
features |= DSP_FEATURE_CALL_PROGRESS;
|
||||
}
|
||||
features |= DSP_FEATURE_DTMF_DETECT;
|
||||
|
Reference in New Issue
Block a user