summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2006-05-09 15:01:10 +0000
committerMark Spencer <markster@digium.com>2006-05-09 15:01:10 +0000
commitf2bc3c61ccbec69522f58c2142780183f090ec6b (patch)
tree8c162f5352ded721d4551aedb9e8467c6d9ed42d /include
parentf429105aaebada7ff43e4818fa7cf7fcfeb275ec (diff)
Make sure that we don't accept an answer on an inbound call and don't permit asterisk to answer an outbound call
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26103 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 73f1e17a7..770f8ce14 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -466,6 +466,7 @@ struct ast_channel {
so when ->priority is set, it will get incremented before
finding the next priority to run
*/
+#define AST_FLAG_OUTGOING (1 << 10) /*! Is this call outgoing */
/* @} */
#define AST_FEATURE_PLAY_WARNING (1 << 0)