Merged revisions 173211 via svnmerge from
authorJeff Peeler <jpeeler@digium.com>
Wed, 4 Feb 2009 21:17:53 +0000 (21:17 +0000)
committerJeff Peeler <jpeeler@digium.com>
Wed, 4 Feb 2009 21:17:53 +0000 (21:17 +0000)
commit39ec5d15767d8c7007dc864a6419e1c072733304
tree4724129003468d3868d47f285e66000c8e8ac88d
parentf2fd6528a2ebc975d5fe297928e6f5926824c289
Merged revisions 173211 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r173211 | jpeeler | 2009-02-03 15:57:01 -0600 (Tue, 03 Feb 2009) | 17 lines

  Parking attempts made to one end of a bridge no longer will hang up due to a
  parking failure.

  Parking attempts made using either one-touch, or doing either a blind or
  assisted transfer to the parking extension now keep up the bridge instead of
  hanging up the attempted parked party. Normal causes for the parking attempt
  to fail includes the specific specified extension (via PARKINGEXTEN) not being
  available or if all the parking spaces are currently in use. To avoid having
  to reverse a masquerade park_space_reserve was made to provide foresight if
  a parking attempt will succeed and if so reserve the parking space.

  (closes issue #13494)
  Reported by: mdu113

  Reviewed by Russell: http://reviewboard.digium.com/r/133/
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@173500 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/features.h
main/features.c