From c71f0ac4b1a6cedd33f9f48dac8a2fa9ef9af955 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Wed, 4 Apr 2012 18:24:43 +0000 Subject: [PATCH] Update sample config files. This just involved updating manager.conf.sample to have the new "message" write permission. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@361178 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/manager.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample index fb44e74d4d..5e99cf80d5 100644 --- a/configs/manager.conf.sample +++ b/configs/manager.conf.sample @@ -140,7 +140,8 @@ bindaddr = 0.0.0.0 ; test - Ability to read TestEvent notifications sent to the Asterisk Test ; Suite. Note that this is only enabled when the TEST_FRAMEWORK ; compiler flag is defined. +; message - Permissions to send out of call messages. Write-only ; ;read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan -;write = system,call,agent,user,config,command,reporting,originate +;write = system,call,agent,user,config,command,reporting,originate,message