]> git.ipfire.org Git - thirdparty/asterisk.git/commit
More parking issues.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 18 Oct 2011 21:11:42 +0000 (21:11 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 18 Oct 2011 21:11:42 +0000 (21:11 +0000)
commitfa58ec2c746b76e02cef2460953b73096730a1b4
treedc84689d56d2ca5a4c23e9262d2544d41052ca86
parentfe6dd5b23a5c76b836cdd5ef2c387cde954a274b
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.
........

Merged revisions 341254 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@341255 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