aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 15:01:10 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 15:01:10 +0000
commitf38c5a3817a2221e6492928f36ef1b24ad656e61 (patch)
tree8c162f5352ded721d4551aedb9e8467c6d9ed42d /include
parentfeaaea804f6bd59c76c65abac23d904e6e44956a (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: http://svn.digium.com/svn/asterisk/trunk@26103 f38db490-d61c-443f-a65b-d21fe96a405b
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)