[svn-commits] rmudgett: branch 1.8 r362677 - /branches/1.8/configs/queues.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 19 15:59:38 CDT 2012


Author: rmudgett
Date: Thu Apr 19 15:59:35 2012
New Revision: 362677

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=362677
Log:
Update membermacro and membergosub documentation in queues.conf.sample.

Modified:
    branches/1.8/configs/queues.conf.sample

Modified: branches/1.8/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/queues.conf.sample?view=diff&rev=362677&r1=362676&r2=362677
==============================================================================
--- branches/1.8/configs/queues.conf.sample (original)
+++ branches/1.8/configs/queues.conf.sample Thu Apr 19 15:59:35 2012
@@ -233,12 +233,18 @@
 ; 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)




More information about the svn-commits mailing list