]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ParkedCall: Don't allow dialplan fallthrough after retrieving parked call.
authorMark Michelson <mmichelson@digium.com>
Mon, 6 Apr 2015 14:51:21 +0000 (14:51 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 6 Apr 2015 14:51:21 +0000 (14:51 +0000)
commit53af579d4c198cd754ce7b3b3e230d511b238b6f
tree0d95e532ecc9c9c1a64aeb4a8c2752b2fce5201e
parente6f04100283bc48d77a505c2ae981411123d4f60
ParkedCall: Don't allow dialplan fallthrough after retrieving parked call.

This is a change to align behavior with that of Asterisk 11 and previous versions.
In those versions, if a parked call were retrieved, and the call ended, the parked
call retriever would be hung up after the ParkedCall application ran. Prior to this
patch, in Asterisk 13, the same situation would result in the parked call retriever
falling through to additional priorities in the extension where the ParkedCall
application was called. With this patch, the behavior between Asterisk 11 and 13
aligns.

ASTERISK-24899 #close
Reported by Malcolm Davenport
Patches:
ASTERISK-24899.patch uploaded by Mark Michelson(license #5049)
........

Merged revisions 434022 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@434023 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/parking/parking_applications.c