[svn-commits] kpfleming: branch 1.8 r342990 - /branches/1.8/apps/app_meetme.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Nov 2 08:44:21 CDT 2011
Author: kpfleming
Date: Wed Nov 2 08:44:17 2011
New Revision: 342990
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=342990
Log:
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.
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=342990&r1=342989&r2=342990
==============================================================================
--- branches/1.8/apps/app_meetme.c (original)
+++ branches/1.8/apps/app_meetme.c Wed Nov 2 08:44:17 2011
@@ -221,7 +221,7 @@
<para>Enters the user into a specified MeetMe conference. If the <replaceable>confno</replaceable>
is omitted, the user will be prompted to enter one. User can exit the conference by hangup, or
if the <literal>p</literal> option is specified, by pressing <literal>#</literal>.</para>
- <note><para>The DAHDI kernel modules and at least one hardware driver (or dahdi_dummy)
+ <note><para>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 <literal>i</literal> and <literal>r</literal> options to operate at
all.</para></note>
More information about the svn-commits
mailing list