[asterisk-commits] jrose: trunk r372769 - in /trunk: ./ apps/app_meetme.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Sep 10 13:58:15 CDT 2012
Author: jrose
Date: Mon Sep 10 13:58:12 2012
New Revision: 372769
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=372769
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
........
Merged revisions 372768 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
trunk/ (props changed)
trunk/apps/app_meetme.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: trunk/apps/app_meetme.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_meetme.c?view=diff&rev=372769&r1=372768&r2=372769
==============================================================================
--- trunk/apps/app_meetme.c (original)
+++ trunk/apps/app_meetme.c Mon Sep 10 13:58:12 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 asterisk-commits
mailing list