aboutsummaryrefslogtreecommitdiffstats
path: root/configs/manager.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-13 20:42:03 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-13 20:42:03 +0000
commit317ea2e45dfd66b1934a29ee277b8395e97d01c0 (patch)
tree7999c8a779ea7262d222e1e6ed6905b4feedf795 /configs/manager.conf.sample
parent9681dd52dd8d22bc7c49dbee119a0d1dde538684 (diff)
Display a list of channel variables in each channel-oriented event.
(Closes AST-33) Reviewboard: https://reviewboard.asterisk.org/r/368/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@230111 f38db490-d61c-443f-a65b-d21fe96a405b
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 28a815401..229db2dac 100644
--- a/configs/manager.conf.sample
+++ b/configs/manager.conf.sample
@@ -57,6 +57,12 @@ bindaddr = 0.0.0.0
;
;timestampevents = yes
+;
+; Display certain channel variables every time a channel-oriented
+; event is emitted:
+;
+;channelvars = var1,var2,var3
+
; debug = on ; enable some debugging info in AMI messages (default off).
; Also accessible through the "manager debug" CLI command.
;[mark]