]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Backport fix from 1.6.0 that allows you to set parkedcalltransfers=no|caller|callee...
authorTerry Wilson <twilson@digium.com>
Thu, 23 Oct 2008 16:04:42 +0000 (16:04 +0000)
committerTerry Wilson <twilson@digium.com>
Thu, 23 Oct 2008 16:04:42 +0000 (16:04 +0000)
commit3f6d4154b85f72b24ad468b9c79551115cd7095c
treedfeaecd1586a49938c808a81ca99ad66e5a773a7
parentbc51c18f3d1e3940a5c01fafc4a9afc4e33d32e9
Backport fix from 1.6.0 that allows you to set parkedcalltransfers=no|caller|callee|both, but default to both which would be the equivalent of the existing behaviour.

The problem was that if someone parked a call, the callee and caller would both get assigned the builtin transfer feature, which would not only be potentially giving someone the ability to transfer themselves when they shouldn't have it, but would also dissallow reinviting the media off of the call.
(closes issue #12854)
Reported by: davidw
Patches:
      parkingfix4.diff.txt uploaded by otherwiseguy
  Tested by: davidw, otherwiseguy

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@151763 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
configs/features.conf.sample
res/res_features.c