mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Add new field for USER info to manager interface perms
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#define EVENT_FLAG_VERBOSE (1 << 3) /* Verbose messages */
|
||||
#define EVENT_FLAG_COMMAND (1 << 4) /* Ability to read/set commands */
|
||||
#define EVENT_FLAG_AGENT (1 << 5) /* Ability to read/set agent info */
|
||||
#define EVENT_FLAG_USER (1 << 6) /* Ability to read/set user info */
|
||||
|
||||
/* JDG: export manager structures */
|
||||
#define MAX_HEADERS 80
|
||||
|
Reference in New Issue
Block a user