From c26e3b15ac207464a30ec33372527995dd23a81f Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Sun, 11 Jan 2004 20:01:07 +0000
Subject: [PATCH] Documentation fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_meetme.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 136fdb590d..b1555e9fd7 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -44,7 +44,8 @@ static char *synopsis2 = "MeetMe participant count";
 static char *descrip =
 "  MeetMe(confno[|options]): Enters the user into a specified MeetMe conference.\n"
 "If the conference number is omitted, the user will be prompted to enter\n"
-"one.  This application always returns -1.\n"
+"one.  This application always returns -1.  A ZAPTEL INTERFACE MUST BE INSTALLED\n"
+"FOR CONFERENCING TO WORK!\n\n"
 
 "The option string may contain zero or more of the following characters:\n"
 "      'm' -- set monitor only mode (Listen only, no talking\n"
-- 
GitLab