]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Update the queue with the correct number of calls and
authorMark Michelson <mmichelson@digium.com>
Tue, 14 Oct 2008 22:40:42 +0000 (22:40 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 14 Oct 2008 22:40:42 +0000 (22:40 +0000)
commit3c205d2d3f939ad7dc9ab46b126ff2b36cbfad59
tree155c052aea893862fb0377e1c405458b71e85ece
parenteda1b995f8c5c8c04a48829b6aa9e69fd2b95c73
Update the queue with the correct number of calls and
whether the call was completed within the service level
when a transfer takes place. This way, we do not "break"
the leastrecent and fewestcalls strategies by not logging
a call until after the transferred call has ended.

(closes issue #13395)
Reported by: Marquis
Patches:
      app_queue.c.transfer.patch uploaded by Marquis (license 32)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@149200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c