mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Pass a MCID request to the bridged channel.
Pass a MCID request to the bridged channel so the bridged channel can send it to the network. The ability to send the MCID request on an ISDN span is enabled with the new chan_dahdi.conf mcid_send option. JIRA SWP-2845 JIRA ABE-2736 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@306755 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -263,6 +263,7 @@ enum ast_control_frame_type {
|
||||
AST_CONTROL_READ_ACTION = 27, /*!< Tell ast_read to take a specific action */
|
||||
AST_CONTROL_AOC = 28, /*!< Advice of Charge with encoded generic AOC payload */
|
||||
AST_CONTROL_END_OF_Q = 29, /*!< Indicate that this position was the end of the channel queue for a softhangup. */
|
||||
AST_CONTROL_MCID = 30, /*!< Indicate that the caller is being malicious. */
|
||||
};
|
||||
|
||||
enum ast_frame_read_action {
|
||||
|
Reference in New Issue
Block a user