mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
Merge in the bridge_construction branch to make the system use the Bridging API.
Breaks many things until they can be reworked. A partial list: chan_agent chan_dahdi, chan_misdn, chan_iax2 native bridging app_queue COLP updates DTMF attended transfers Protocol attended transfers git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1485,10 +1485,12 @@ int ast_cc_agent_set_interfaces_chanvar(struct ast_channel *chan);
|
||||
* \verbatim extension@context \endverbatim as a starting point
|
||||
*
|
||||
* \details
|
||||
* The CC_INTERFACES channel variable will have the interfaces that should be
|
||||
* called back for a specific PBX instance. This version of the function is used
|
||||
* mainly by chan_local, wherein we need to set CC_INTERFACES based on an extension
|
||||
* and context that appear in the middle of the tree of dialed interfaces
|
||||
* The CC_INTERFACES channel variable will have the interfaces
|
||||
* that should be called back for a specific PBX instance. This
|
||||
* version of the function is used mainly by local channels,
|
||||
* wherein we need to set CC_INTERFACES based on an extension
|
||||
* and context that appear in the middle of the tree of dialed
|
||||
* interfaces.
|
||||
*
|
||||
* \note
|
||||
* This function will lock the channel as well as the list of monitors stored
|
||||
|
Reference in New Issue
Block a user