From 796ed62f4774525032444479d72d2b239583abc4 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 12 Oct 2011 17:52:55 +0000 Subject: [PATCH] Update MeetMe p and X option documentation when interacting with the s option. ASTERISK-12175 changed the p and X options to not interfere with the s option when they are used together. It makes more sense for the s option to have priority for the DTMF '*' key since it cannot change its activation code. Otherwise, you could not use option s with the p or X options. JIRA AST-671 ........ Merged revisions 340470 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 340471 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@340472 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/apps/app_meetme.c b/apps/app_meetme.c index d6a80b2e55..b2bccafa5f 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -147,10 +147,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")