mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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 ........ Merged revisions 341255 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@341256 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -805,7 +805,8 @@ struct sip_dual {
|
||||
struct ast_channel *chan2; /*!< Second channel involved */
|
||||
struct sip_request req; /*!< Request that caused the transfer (REFER) */
|
||||
int seqno; /*!< Sequence number */
|
||||
const char *parkexten;
|
||||
char *park_exten;
|
||||
char *park_context;
|
||||
};
|
||||
|
||||
/*! \brief Parameters to the transmit_invite function */
|
||||
|
Reference in New Issue
Block a user