summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-04-19 21:01:07 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-04-19 21:01:07 +0000
commit47ccc7f5d6f3aa2e61bd07fd798c6820260fa117 (patch)
tree65236a16bd5125e472791ea0536a6134166e600f /configs
parent6d6bacd5cbf255605bb463d4985c331db6cb89aa (diff)
Update membermacro and membergosub documentation in queues.conf.sample.
........ Merged revisions 362677 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 362678 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@362679 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample10
1 files changed, 8 insertions, 2 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 61c6c4139..051a09fbe 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -264,12 +264,18 @@ monitor-type = MixMonitor
; QUEUESRVLEVELPERF current service level performance
;
;setqueuevar=no
-;
+
; if set, run this macro when connected to the queue member
; you can override this macro by setting the macro option on
; the queue application
;
-; membermacro=somemacro
+;membermacro=macro_name[,arg1[,...][,argN]]
+
+; if set, run this gosub when connected to the queue member
+; you can override this gosub by setting the gosub option on
+; the queue application
+;
+;membergosub=gosub_context_name[,arg1[,...][,argN]]
; How often to announce queue position and/or estimated
; holdtime to caller (0=off)