aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-07 21:20:50 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-07 21:20:50 +0000
commita849faaf4ea9d4e889063111a26613e3ec5c62d4 (patch)
treed5642f254211cafdde2c1f2b93c7862b45cc6b34 /channels
parent6ff63b300f43d361439dfcc4e7cdb63148cd3924 (diff)
Do progress detect on incoming too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1275 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 914324468..617d58326 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -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;