]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Help prevent ringing queue members from being rung when ringinuse set to no.
authorMark Michelson <mmichelson@digium.com>
Thu, 30 Aug 2012 18:28:32 +0000 (18:28 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 30 Aug 2012 18:28:32 +0000 (18:28 +0000)
commit90d111988e53c606f95564f227aeb34063ff7e5a
tree00577930ee2e995f596d561eef1eb7afa67ba60d
parent7c3ee0b76079dc291bdebee4ba46d0d7893052f8
Help prevent ringing queue members from being rung when ringinuse set to no.

Queue member status would not always get updated properly when the member
was called, thus resulting in the member getting multiple calls. With this
change, we update the member's status at the time of calling, and we also
check to make sure the member is still available to take the call before
placing an outbound call.

(closes issue ASTERISK-16115)
reported by nik600
Patches:
app_queue.c-svn-r370418.patch uploaded by Italo Rossi (license #6409)

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