From: Kevin P. Fleming Date: Wed, 2 Nov 2011 13:44:17 +0000 (+0000) Subject: Modify comments in MeetMe application documentation about DAHDI. X-Git-Tag: 1.8.9.0-rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8daf83a53b70d00a0c2b47400629dadc35caaf45;p=thirdparty%2Fasterisk.git Modify comments in MeetMe application documentation about DAHDI. The MeetMe application documentation has some comments about usage of DAHDI, and they were a bit outdated relative to modern DAHDI releases. This patch changes the comment to just tell the user that a functional DAHDI timing source is required, and no longer mention 'dahdi_dummy', since that module does not exist in current DAHDI releases. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@342990 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index f96d997805..b7ec372d8b 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -221,7 +221,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Enters the user into a specified MeetMe conference. If the confno is omitted, the user will be prompted to enter one. User can exit the conference by hangup, or if the p option is specified, by pressing #. - The DAHDI kernel modules and at least one hardware driver (or dahdi_dummy) + The DAHDI kernel modules and a functional DAHDI timing source (see dahdi_test) must be present for conferencing to operate properly. In addition, the chan_dahdi channel driver must be loaded for the i and r options to operate at all.