summaryrefslogtreecommitdiff
path: root/configs/manager.conf.sample
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-07-31 21:21:57 +0000
committerMark Michelson <mmichelson@digium.com>2012-07-31 21:21:57 +0000
commit58f281a67059c4348ac84544210f03a7527883d6 (patch)
treec054e574e704f2cffc87d036b92cfc720779f85b /configs/manager.conf.sample
parentd5d41741ccdeee4432595fea1305714bea5e44ae (diff)
Add "setvar" option to manager.conf.
With this option set, channel variables can be set on every manager originate. The Variable header can still be used to set additional channel variables for individual calls if desired. This work was completed by Olle Johansson on review board. I have applied the review feedback and am committing it in order to get this into trunk before Asterisk 11 is branched. Review: https://reviewboard.asterisk.org/r/1412 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370681 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/manager.conf.sample')
-rw-r--r--configs/manager.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample
index 31c182007..54f6928c8 100644
--- a/configs/manager.conf.sample
+++ b/configs/manager.conf.sample
@@ -87,6 +87,12 @@ bindaddr = 0.0.0.0
;permit=209.16.236.73/255.255.255.0
;acl=named_acl_example ; use a named ACL from acl.conf
;
+;
+;setvar=PBXACCOUNT=edvina
+; The setvar option defines channel variables that will be set when this account
+; originates a call. You can define multiple setvar= commands for one manager
+; user.
+;
;eventfilter=Event: Newchannel
;eventfilter=!Channel: DAHDI*
; The eventfilter option is used to whitelist or blacklist events per user to be