From f2bc3c61ccbec69522f58c2142780183f090ec6b Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 9 May 2006 15:01:10 +0000 Subject: 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 --- include/asterisk/channel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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) -- cgit v1.2.3