summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2011-02-07 23:33:44 +0000
committerRichard Mudgett <rmudgett@digium.com>2011-02-07 23:33:44 +0000
commit49feb747ba9b5c3243a00c9d2e8eb38194882a6b (patch)
tree8f8aeb28fd951c28cd1af6a11b47d5086c9bb11e /include
parent1277a80a5b6f3ae31205e7c04ec58aaa4db2ee99 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index fc7c1a07b..63cbb952f 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -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 {