[svn-commits] jrose: branch 1.8 r372765 - /branches/1.8/apps/app_meetme.c

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


Author: jrose
Date: Mon Sep 10 13:35:09 2012
New Revision: 372765

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

(closes issue AST-991)
Reported by John Bigelow

Modified:
    branches/1.8/apps/app_meetme.c

Modified: branches/1.8/apps/app_meetme.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_meetme.c?view=diff&rev=372765&r1=372764&r2=372765
==============================================================================
--- branches/1.8/apps/app_meetme.c (original)
+++ branches/1.8/apps/app_meetme.c Mon Sep 10 13:35:09 2012
@@ -142,7 +142,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