[svn-commits] jrose: branch 11 r372768 - in /branches/11: ./ apps/app_meetme.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Sep 10 13:50:31 CDT 2012


Author: jrose
Date: Mon Sep 10 13:50:27 2012
New Revision: 372768

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=372768
Log:
app_meetme: Document that 'p' option will continue in dialplan.

(closes issue AST-991)
Reported by John Bigelow
........

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

Merged revisions 372767 from http://svn.asterisk.org/svn/asterisk/branches/10

Modified:
    branches/11/   (props changed)
    branches/11/apps/app_meetme.c

Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Modified: branches/11/apps/app_meetme.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/apps/app_meetme.c?view=diff&rev=372768&r1=372767&r2=372768
==============================================================================
--- branches/11/apps/app_meetme.c (original)
+++ branches/11/apps/app_meetme.c Mon Sep 10 13:50:27 2012
@@ -147,7 +147,8 @@
 					</option>
 					<option name="p" hasparams="optional">
 						<para>Allow user to exit the conference by pressing <literal>#</literal> (default)
-						or any of the defined keys.  The key used is set to channel variable
+						or any of the defined keys. Dial plan execution will continue at the next
+						priority following MeetMe. The key used is set to channel variable
 						<variable>MEETME_EXIT_KEY</variable>.</para>
 						<argument name="keys" required="true" />
 						<note>




More information about the svn-commits mailing list