mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user