]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update membermacro and membergosub documentation in queues.conf.sample.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 19 Apr 2012 21:00:21 +0000 (21:00 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 19 Apr 2012 21:00:21 +0000 (21:00 +0000)
........

Merged revisions 362677 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@362678 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/queues.conf.sample

index 78a5c3d3eb2b5e99730e0c8f09759ffa1d8630d0..c2577ead579108c2858fa2e444bd37010a03e7d8 100644 (file)
@@ -248,12 +248,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)