Issue 9997 - Timelimit times out the wrong channel

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@70444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Tilghman Lesher 18 years ago
parent cfaead2b9c
commit a1cc9b4966

@ -1574,7 +1574,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
time_t now;
time(&now);
chan->whentohangup = now + calldurationlimit;
peer->whentohangup = now + calldurationlimit;
}
if (!ast_strlen_zero(dtmfcalled)) {
if (option_verbose > 2)

Loading…
Cancel
Save