mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Move Originate to a separate privilege and require the additional System privilege to call out to a subshell.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104039 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
#define EVENT_FLAG_REPORTING (1 << 9) /* Reporting events such as rtcp sent */
|
||||
#define EVENT_FLAG_CDR (1 << 10) /* CDR events */
|
||||
#define EVENT_FLAG_DIALPLAN (1 << 11) /* Dialplan events (VarSet, NewExten) */
|
||||
#define EVENT_FLAG_ORIGINATE (1 << 12) /* Originate a call to an extension */
|
||||
/*@} */
|
||||
|
||||
/*! \brief Export manager structures */
|
||||
|
Reference in New Issue
Block a user