From 143c8d59bcd91edbd870f6d659b18fe3f6dfd35e Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 7 Apr 2008 21:49:50 +0000 Subject: [PATCH] Merged revisions 113243 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r113243 | qwell | 2008-04-07 16:49:27 -0500 (Mon, 07 Apr 2008) | 1 line Document 'originate' permission in manager sample config. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@113244 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 80bea5a700..ec1d0a6916 100644 --- a/configs/manager.conf.sample +++ b/configs/manager.conf.sample @@ -91,7 +91,8 @@ bindaddr = 0.0.0.0 ; reporting - Ability to get information about the system. ; cdr - Output of cdr_manager, if loaded. Read-only. ; dialplan - Receive NewExten and VarSet events. Read-only. +; originate - Permission to originate new calls. ; ;read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan -;write = system,call,agent,user,config,command,reporting +;write = system,call,agent,user,config,command,reporting,originate