summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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)