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
This commit is contained in:
Mark Spencer
2006-05-09 15:01:10 +00:00
parent f429105aae
commit f2bc3c61cc
2 changed files with 15 additions and 5 deletions

View File

@@ -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)