]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Parking attempts made to one end of a bridge no longer will hang up due to a
authorJeff Peeler <jpeeler@digium.com>
Tue, 3 Feb 2009 21:57:01 +0000 (21:57 +0000)
committerJeff Peeler <jpeeler@digium.com>
Tue, 3 Feb 2009 21:57:01 +0000 (21:57 +0000)
commit87c921a68ed8e50809d2be3107dd2d130bbdeb24
tree9e7a75a282e900711d40853390d84872d2140517
parent13138151e181e7c126d30b10b1d9d085b12ba92d
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/branches/1.4@173211 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_features.c