[Freeswitch-svn] [commit] r3576 - freeswitch/trunk/src/mod/applications/mod_conference

Freeswitch SVN anthm at freeswitch.org
Thu Dec 7 23:08:48 EST 2006


Author: anthm
Date: Thu Dec  7 23:08:47 2006
New Revision: 3576

Modified:
   freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c

Log:
fix typo

Modified: freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	Thu Dec  7 23:08:47 2006
@@ -3197,13 +3197,13 @@
 		"\t<confname> volume_out <member_id|all> [<newval>]\n"
 		"\t<confname> play <file_path> [<member_id>]\n"
 		"\t<confname> say <text>\n"
-		"\t<confname> saymember <member_id><text>\n"
+		"\t<confname> saymember <member_id> <text>\n"
 		"\t<confname> stop <[current|all]> [<member_id>]\n"
 		"\t<confname> kick <[member_id|all]>\n"
 		"\t<confname> mute <[member_id|all]>\n"
 		"\t<confname> unmute <[member_id|all]>\n"
 		"\t<confname> deaf <[member_id|all]>\n"
-		"\t<confname> undef <[member_id|all]>\n"
+		"\t<confname> undeaf <[member_id|all]>\n"
 		"\t<confname> relate <member_id> <other_member_id> [nospeak|nohear]\n"
 		"\t<confname> lock\n"
 		"\t<confname> unlock\n"



More information about the Freeswitch-svn mailing list