Merged revisions 9961,9964,9990,10018 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10018 | kpfleming | 2006-02-14 14:20:15 -0600 (Tue, 14 Feb 2006) | 2 lines

don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2006-02-14 20:21:38 +00:00
parent e6fb895741
commit 918cab0e08
1 changed files with 0 additions and 1 deletions

View File

@ -2169,7 +2169,6 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
if (!peer) {
if (to) {
/* Must gotten hung up */
record_abandoned(qe);
res = -1;
} else {
res = digit;