]> git.ipfire.org Git - thirdparty/asterisk.git/commit
More parking issues.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 18 Oct 2011 21:03:04 +0000 (21:03 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 18 Oct 2011 21:03:04 +0000 (21:03 +0000)
commitf2b371fedfa2764c5afcfecbc797d817b67e3a08
tree132efa570551de947a106c976649ef7e317c5a0b
parent2426e2604ef42a01af505c844e4b1324ec227d9c
More parking issues.

* Fix potential deadlocks in SIP and IAX blind transfer to parking.

* Fix SIP, IAX, DAHDI analog, and MGCP channel drivers to respect the
parkext_exclusive option with transfers (Park(,,,,,exclusive_lot)
parameter).  Created ast_park_call_exten() and ast_masq_park_call_exten()
to maintian API compatibility.

* Made masq_park_call() handle a failed ast_channel_masquerade() setup.

* Reduced excessive struct parkeduser.peername[] size.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@341254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c
channels/chan_iax2.c
channels/chan_mgcp.c
channels/chan_sip.c
channels/sig_analog.c
channels/sip/include/sip.h
include/asterisk/features.h
main/features.c