[asterisk-commits] rmudgett: branch 10 r362678 - in /branches/10:	./ configs/queues.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Apr 19 16:00:25 CDT 2012
    
    
  
Author: rmudgett
Date: Thu Apr 19 16:00:21 2012
New Revision: 362678
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=362678
Log:
Update membermacro and membergosub documentation in queues.conf.sample.
........
Merged revisions 362677 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
    branches/10/   (props changed)
    branches/10/configs/queues.conf.sample
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/configs/queues.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/10/configs/queues.conf.sample?view=diff&rev=362678&r1=362677&r2=362678
==============================================================================
--- branches/10/configs/queues.conf.sample (original)
+++ branches/10/configs/queues.conf.sample Thu Apr 19 16:00:21 2012
@@ -248,12 +248,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 asterisk-commits
mailing list